Skip to content

Commit

Permalink
Merge branch 'dev' into jc/add_subcell_ops
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed May 10, 2024
2 parents ab17eef + 977678c commit c3caeda
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 @@ -64,7 +64,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 c3caeda

Please sign in to comment.