-
Notifications
You must be signed in to change notification settings - Fork 6
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
Added New Features #17
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Remove unused variables in fdm_curve.f90, fdm_surface.f90 and fdm_volume.f90. Signed-off-by: Seyed Ali Ghasemi <info@gha3mi.com>
Signed-off-by: Seyed Ali Ghasemi <info@gha3mi.com>
- Added `det`, `inv`, `dyad` and `gauss_leg` procedures in the `forcad_utils` module. - Added procedure `set1a` to the `nurbs_curve` derived type. - Added procedure `set4` to the `nurbs_curve` NURBS derived type. - Added optional input variable `elem` to `derivative_scalar` procedures. - Added `ansatz` procedures to compute shape functions, derivatives of shape functions and (dV, dA, dL). - Added `cmp_length()` to compute the length of a NURBS curve. - Added `cmp_area()` to compute the area of a NURBS surface. - Added `cmp_volume()` to compute the volume of a NURBS volume. - Added examples for `cmp_length()`, `cmp_area()`, and `cmp_volume()`. 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>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17 +/- ##
==========================================
- Coverage 25.73% 23.84% -1.90%
==========================================
Files 36 39 +3
Lines 4177 4505 +328
Branches 346 377 +31
==========================================
- Hits 1075 1074 -1
- Misses 3033 3362 +329
Partials 69 69 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
get_nc()
method tonurbs_surface
andnurbs_volume
derived types.det
,inv
,dyad
andgauss_leg
procedures in theforcad_utils
module.set1a
to thenurbs_curve
derived type.set4
tonurbs_curve
,nurbs_area
andnurbs_volume
derived types.elem
toderivative_scalar
procedures.ansatz
procedures to compute shape functions, derivatives of shape functions and (dV, dA, dL).cmp_length()
to compute the length of a NURBS curve.cmp_area()
to compute the area of a NURBS surface.cmp_volume()
to compute the volume of a NURBS volume.cmp_length()
,cmp_area()
, andcmp_volume()
.