Skip to content

v0.5.0

Compare
Choose a tag to compare
@gha3mi gha3mi released this 22 Jun 18:44
· 18 commits to main since this release
206fa79

What's Changed

  • Added cmp_elemFace*() and cmp_degreeFace() methods in #15
  • Added cmp_Xg() to evaluate the geometry points.
  • Added generic method derivative2() to compute the second derivative of a NURBS objects.
  • Added nearest_point2() to compute the nearest point on a NURBS object using optimization.
  • Added new tests: fdm_curve.f90, fdm_surface.f90, fdm_volume.f90.
  • Updated nearest_point_* examples to use the new nearest_point2() method.
  • Added Interfaces.
  • Clean up memory in examples and tests and general improvements in #9
  • Added screenshots of examples to README.md in #10
  • Included nvfortran in CI and fixed the missing allocation for Tgc in #12
  • Add CHANGELOG.md file in #1
  • Add CONTRIBUTING.md file in #2
  • Utilize ForUnitTest for unit testing in #4
  • Exclude macOS and nvidia compiler in #5
  • Added Support for OpenMP and do concurrent in #6
  • Feature Enhancements and Performance Improvements in #13

Full Changelog: v0.4.1...v0.5.0