-
Notifications
You must be signed in to change notification settings - Fork 268
PR for solid elements and conditions in IGA #13520
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
Conversation
…into PR_solid_element_IGA
…into PR_solid_element_IGA
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only these small details
applications/IgaApplication/custom_conditions/load_solid_condition.cpp
Outdated
Show resolved
Hide resolved
|
||
const double thickness = GetProperties().Has(THICKNESS) ? GetProperties()[THICKNESS] : 1.0; | ||
|
||
const double IntToReferenceWeight = r_integration_points[0].Weight() * std::abs(DetJ0) * thickness; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gauss_weight
// Initialize Jacobian | ||
GeometryType::JacobiansType J0; | ||
// Initialize DN_DX | ||
const unsigned int dim = 2; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you create a member variables or something like that for the dimension?
// Set constitutive law flags: | ||
Flags& ConstitutiveLawOptions=Values.GetOptions(); | ||
|
||
ConstitutiveLawOptions.Set(ConstitutiveLaw::USE_ELEMENT_PROVIDED_STRAIN, true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would also create a function here: ApplyConstitutiveLaw
…into PR_solid_element_IGA
📝 Description
Addition of element, Dirichlet and Neumann conditions for the solid element 2D in the IgaApplication
Please mark the PR with appropriate tags:
🆕 Changelog
Addition of element, Dirichlet and Neumann conditions for the solid element 2D in the IgaApplication