MPM-Geomechanics
Material Point Method for simulating geo-materials under large deformation conditions
Loading...
Searching...
No Matches
SolverExplicit.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 SOLVEREXPLICIT_H_
5
#define SOLVEREXPLICIT_H_
6
7
#include "
Solver.h
"
8
38
class
SolverExplicit
:
public
Solver
{
39
40
public
:
41
43
SolverExplicit
();
44
46
virtual
void
Solve
();
47
};
48
49
#endif
/* SOLVEREXPLICIT_H_ */
Solver.h
SolverExplicit
Represents the operations to solve explicitly the equations in time using the Update Stress Last (USL...
Definition
SolverExplicit.h:38
SolverExplicit::SolverExplicit
SolverExplicit()
Default constructor.
SolverExplicit::Solve
virtual void Solve()
Solve the problem in time using either USL or MUSL.
Solver
Represents the operations to solve the equations in time.
Definition
Solver.h:18
inc
Solver
SolverExplicit.h
Generated by
1.12.0