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

[Solver] XMPM #8

Closed
wants to merge 99 commits into from
Closed

[Solver] XMPM #8

wants to merge 99 commits into from

Conversation

yliang-sn
Copy link
Collaborator

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.

yliang-sn and others added 30 commits August 1, 2020 13:08
Co-authored-by: Krishna Kumar <[email protected]>
@yliang-sn yliang-sn changed the base branch from develop to master October 21, 2021 23:48
//! \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,
Copy link
Member

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,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Idle

include/materials/mohr_coulomb.tcc Outdated Show resolved Hide resolved

//! Compute the elastic plastic tensor
template <unsigned Tdim>
bool mpm::MohrCoulomb<Tdim>::compute_elastic_plastic_tensor(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Idle from Ryota

include/cell.h Show resolved Hide resolved
include/node_base.h Outdated Show resolved Hide resolved
include/node.tcc Outdated Show resolved Hide resolved
include/particles/particle_base.h Show resolved Hide resolved
include/solvers/mpm_base.tcc Outdated Show resolved Hide resolved
@bodhinandach
Copy link
Member

Closing this temporarily until you are ready with the new version of XMPM @yliang-sn

@yliang-sn yliang-sn deleted the solver/xmpm branch February 13, 2022 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

XMPM
2 participants