MPM-Geomechanics
Material Point Method for simulating geo-materials under large deformation conditions
|
Represents the operations to solve explicitly the equations in time using the scheme Update Stress Last. More...
#include <SolverExplicitUSL.h>
Public Member Functions | |
SolverExplicitUSL () | |
Default constructor. | |
virtual void | Solve () |
Solve the problem in time. | |
![]() | |
Solver () | |
Default constructor. | |
virtual | ~Solver () |
Default destructor. | |
void | registerMesh (Mesh *mesh) |
Register the mesh in the solver. | |
void | registerBodies (vector< Body * > *bodies) |
Register the bodies in the solver. | |
Additional Inherited Members | |
![]() | |
Mesh * | mesh |
pointer to mesh | |
vector< Body * > * | bodies |
pointer to bodies | |
Represents the operations to solve explicitly the equations in time using the scheme Update Stress Last.
SolverExplicitUSL::SolverExplicitUSL | ( | ) |
Default constructor.
|
virtual |
Solve the problem in time.
Implements Solver.