OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Go to the source code of this file.
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Enumerations | |
enum | oofem::TimeDiscretizationType { oofem::TD_Unspecified = -1, oofem::TD_ThreePointBackward = 0, oofem::TD_TwoPointBackward = 1, oofem::TD_Newmark = 2, oofem::TD_Wilson = 3, oofem::TD_Explicit = 4 } |
Time discretization used by transient solvers. More... | |