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
// SPDX-License-Identifier: MIT
2
// Copyright (c) 2021-2025 MPM-Geomechanics Development Team
3
4
#ifndef SOLVEREXPLICITTWOPHASEUSL_H_
5
#define SOLVEREXPLICITTWOPHASEUSL_H_
6
7
#include <
Solver/Solver.h
>
8
12
class
SolverExplicitTwoPhaseUSL
:
public
Solver
{
13
14
public
:
15
18
SolverExplicitTwoPhaseUSL
();
19
22
virtual
void
Solve
( );
23
};
24
25
#endif
/* SOLVEREXPLICITTWOPHASEUSL_H_ */
Solver.h
SolverExplicitTwoPhaseUSL
Solves explicitly the two phase motion equation in time using the scheme Update Stress Last.
Definition
SolverExplicitTwoPhaseUSL.h:12
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:18
inc
Solver
SolverExplicitTwoPhaseUSL.h
Generated by
1.12.0