Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Enhancements and Performance Improvements #13

Merged
merged 14 commits into from
May 19, 2024
Merged

Feature Enhancements and Performance Improvements #13

merged 14 commits into from
May 19, 2024

Conversation

gha3mi
Copy link
Owner

@gha3mi gha3mi commented May 19, 2024

  • Added nearest_point() procedures to the nurbs_curve, nurbs_surface and nurbs_volume.
  • Added examples for the nearest_point() method.
  • Added Xt to the nurbs_surface and nurbs_volume derived types.
  • Added codecoverage to the CI.
  • Added allocate(Tgci) and allocate(dTgci) to compute_Tgc_nurbs_*d() and compute_dTgc_nurbs_*d() subroutines.
  • Parallelized calculation of distances in the nearest_point() method.
  • Updated ROADMAP.md file.
  • Updated unit tests for nurbs_curve.
  • Improved elemConn_C0 to support higher order elements and check for the number of elements.
  • Renamed test files to match the module name.
  • Used do concurrent within kron and basis_bspline functions.

gha3mi added 14 commits May 9, 2024 16:44
- Add method: nearest_point
- Add example nearest_point_2d.f90
- Update fpm.toml file
- Add Xt to nurbs_surface and nurbs_volume derived types.
- Add examples for 1D, 2D, and 3D.
- Update fpm.toml.
- Update CHANGELOG.md.

Signed-off-by: Seyed Ali Ghasemi <info@gha3mi.com>
Signed-off-by: Seyed Ali Ghasemi <info@gha3mi.com>
Signed-off-by: Seyed Ali Ghasemi <info@gha3mi.com>
Signed-off-by: Seyed Ali Ghasemi <info@gha3mi.com>
- Add support for higher order elements.
- Check number of elements.

Signed-off-by: Seyed Ali Ghasemi <info@gha3mi.com>
Signed-off-by: Seyed Ali Ghasemi <info@gha3mi.com>
Signed-off-by: Seyed Ali Ghasemi <info@gha3mi.com>
Signed-off-by: Seyed Ali Ghasemi <info@gha3mi.com>
Signed-off-by: Seyed Ali Ghasemi <info@gha3mi.com>
Signed-off-by: Seyed Ali Ghasemi <info@gha3mi.com>
Signed-off-by: Seyed Ali Ghasemi <info@gha3mi.com>
@gha3mi gha3mi marked this pull request as ready for review May 19, 2024 10:57
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@gha3mi gha3mi merged commit 9422e8e into main May 19, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants