Skip to content

Commit

Permalink
Merge pull request #1102 from LLNL/feature/spainhour/BezierPatch
Browse files Browse the repository at this point in the history
Add BezierPatch class to primal/geometry
  • Loading branch information
jcs15c authored Jun 1, 2023
2 parents f14e438 + 65e56d6 commit 40bb16e
Show file tree
Hide file tree
Showing 5 changed files with 1,869 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ _axom_build_and_test_*
tpl_dirs_summary.json
*.swp
*.vscode*
.vs/*
uberenv_libs
*_build*
.idea
Expand Down
1 change: 1 addition & 0 deletions src/axom/primal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ set( primal_headers

## geometry
geometry/BezierCurve.hpp
geometry/BezierPatch.hpp
geometry/BoundingBox.hpp
geometry/CurvedPolygon.hpp
geometry/Hexahedron.hpp
Expand Down
Loading

0 comments on commit 40bb16e

Please sign in to comment.