-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Solver] XMPM #8
Conversation
Co-authored-by: Krishna Kumar <[email protected]>
//! \param[in] state_vars History-dependent state variables | ||
//! \param[in] the yield status | ||
//! \retval dp_ Elastic-Plastic stiffness matrix | ||
virtual Matrix6x6 dp(const Vector6d& stress, mpm::dense_map* state_vars, |
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.
Need to combine with Ryota's work.
//! \param[in] state_vars History-dependent state variables | ||
//! \param[in] the yield status | ||
//! \retval dp_ Elastic-Plastic stiffness matrix | ||
virtual Matrix6x6 dp(const Vector6d& stress, mpm::dense_map* state_vars, |
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.
Idle
|
||
//! Compute the elastic plastic tensor | ||
template <unsigned Tdim> | ||
bool mpm::MohrCoulomb<Tdim>::compute_elastic_plastic_tensor( |
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.
Idle from Ryota
Closing this temporarily until you are ready with the new version of XMPM @yliang-sn |
Describe the PR
A clear and concise description of the PR.
Related Issues/PRs
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.