Skip to content

Commit

Permalink
Update src
Browse files Browse the repository at this point in the history
Improve error handling for quadrature and generation of boundary points in unit_square as well as adjust formatting
  • Loading branch information
hwyschka committed Apr 15, 2024
1 parent 95c1f8e commit 6fa6dda
Show file tree
Hide file tree
Showing 5 changed files with 304 additions and 122 deletions.
2 changes: 2 additions & 0 deletions src/MinFEM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export unit_square,
deform_mesh

export select_boundaries,
select_domains,
extract_elements,
extract_nodes

Expand All @@ -53,6 +54,7 @@ export quadrature_points,
quadrature_weights,
quadrature_weights_boundary,
quadrature_order,
parentcoordinates,
integral_over_reference_element

export evaluate_quadrature_function,
Expand Down
Loading

0 comments on commit 6fa6dda

Please sign in to comment.