MPM-Geomechanics
Material Point Method for simulating geo-materials under large deformation conditions
Loading...
Searching...
No Matches
SolverExplicitTwoPhaseUSL.h
Go to the documentation of this file.
1
/*
2
* SolverExplicitTwoPhaseUSL.h
3
*
4
* Created on: 2 de ago de 2021
5
* Author: Fabricio Fernandez <fabricio.hmf@gmail.com>
6
*/
7
8
#ifndef SOLVEREXPLICITTWOPHASEUSL_H_
9
#define SOLVEREXPLICITTWOPHASEUSL_H_
10
11
#include <
Solver/Solver.h
>
12
16
class
SolverExplicitTwoPhaseUSL
:
public
Solver
{
17
18
public
:
19
22
SolverExplicitTwoPhaseUSL
();
23
26
virtual
void
Solve
( );
27
};
28
29
#endif
/* SOLVEREXPLICITTWOPHASEUSL_H_ */
Solver.h
SolverExplicitTwoPhaseUSL
Solves explicitly the two phase motion equation in time using the scheme Update Stress Last.
Definition
SolverExplicitTwoPhaseUSL.h:16
SolverExplicitTwoPhaseUSL::Solve
virtual void Solve()
Solve the problem in time.
SolverExplicitTwoPhaseUSL::SolverExplicitTwoPhaseUSL
SolverExplicitTwoPhaseUSL()
Default constructor.
Solver
Represents the operations to solve the equations in time.
Definition
Solver.h:19
inc
Solver
SolverExplicitTwoPhaseUSL.h
Generated by
1.12.0