Skip to content

Commit

Permalink
Adding hybridized SBP operators (#166)
Browse files Browse the repository at this point in the history
* move old MomentFitting cut cell code into separate file

* fix default target_degree for volume quadrature

* formatting and modifying default parameters for cut interpolation nodes

* setting default boundary quadrature + renaming variables for clarity

* code cleanup

* storing cut_face_node_indices_by_elem_per_face

* adding hybridized SBP operators on cut cells

* adding cut cell hybridized SBP tests

* update test tolerances

* update hybridized SBP test tolerance
  • Loading branch information
jlchan authored May 10, 2024
1 parent add80d4 commit 977678c
Show file tree
Hide file tree
Showing 4 changed files with 786 additions and 690 deletions.
6 changes: 5 additions & 1 deletion src/StartUpDG.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ export num_faces, num_vertices, HybridMeshExample
include("physical_frame_basis.jl")
include("cut_cell_meshes.jl")
export PhysicalFrame, equi_nodes
export Subtriangulation, MomentFitting
export Subtriangulation

# ! this will be deprecated in a future release
include("cut_cell_moment_fitting.jl")
export MomentFitting

include("state_redistribution.jl")
export StateRedistribution, apply!
Expand Down
Loading

0 comments on commit 977678c

Please sign in to comment.