Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding hybridized SBP operators #166

Merged
merged 10 commits into from
May 10, 2024
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
Loading