Skip to content

Commit

Permalink
Merge pull request #43 from surzks/feature/triangle_quadrature_dunavant
Browse files Browse the repository at this point in the history
Add all Dunavant quadrature rules for the triangle
  • Loading branch information
krcools authored Sep 9, 2024
2 parents 3401974 + f388b1e commit c12b35e
Show file tree
Hide file tree
Showing 7 changed files with 2,396 additions and 115 deletions.
2 changes: 1 addition & 1 deletion src/CompScienceMeshes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ include("utils/circumctr.jl")

# quadrature rules for segements, triangles, and squares
include("quadrature/SegmentGauss.jl")
include("quadrature/TriangleGauss.jl")
include("quadrature/triangle/TriangleQuadratures.jl")
include("quadrature/SquareGauss.jl")

# mesh component
Expand Down
Loading

0 comments on commit c12b35e

Please sign in to comment.