|
OOFEM 3.0
|
#include "engngm.h"#include "sparselinsystemnm.h"#include "sparsenonlinsystemnm.h"#include "sparsemtrx.h"#include "primaryfield.h"#include "function.h"#include "dofdistributedprimaryfield.h"#include "mpm.h"Go to the source code of this file.
Classes | |
| class | oofem::ScalarAdvectionLhsAssembler |
| class | oofem::ScalarAdvectionRhsAssembler |
| class | oofem::ClonedDofManager |
| class | oofem::DGProblem |
| class | oofem::DGProblem::DGBoundaryEntity |
Namespaces | |
| namespace | oofem |
Macros | |
Input fields for DGproblem | |
| #define | _IFT_DGProblem_Name "dgproblem" |
| #define | _IFT_DGProblem_initt "initt" |
| #define | _IFT_DGProblem_deltat "deltat" |
| #define | _IFT_DGProblem_deltatfunction "deltatfunction" |
| #define | _IFT_DGProblem_prescribedtimes "prescribedtimes" |
| #define | _IFT_DGProblem_alpha "alpha" |
| #define | _IFT_DGProblem_keepTangent "keeptangent" |
| Fixes the tangent to be reused on each step. | |
| #define | _IFT_DGProblem_exportFields "exportfields" |
| Fields to export for staggered problems. | |
| #define | _IFT_DGProblem_problemType "ptype" |
| #define | _IFT_DGProblem_preprocessFEM2DG "fem2dg" |
| #define | _IFT_DGProblem_sets2preprocess "boundarysets" |
| Sets to preprocess from FEM to DG problem. | |
| #define | _IFT_DGProblem_targetBoundaryNodeSets "targetboundarynodesets" |
| #define | _IFT_DGProblem_targetAllNodeSet "targetallnodeset" |
| target sets to map allnodes and allelements | |
| #define | _IFT_DGProblem_targetAllElementSet "targetallelementset" |
| Target sets to store all elements. | |
| #define _IFT_DGProblem_alpha "alpha" |
Definition at line 54 of file dg.h.
Referenced by oofem::DGProblem::initializeFrom().
| #define _IFT_DGProblem_deltat "deltat" |
Definition at line 51 of file dg.h.
Referenced by oofem::DGProblem::initializeFrom().
| #define _IFT_DGProblem_deltatfunction "deltatfunction" |
Definition at line 52 of file dg.h.
Referenced by oofem::DGProblem::initializeFrom().
| #define _IFT_DGProblem_exportFields "exportfields" |
Fields to export for staggered problems.
Definition at line 56 of file dg.h.
Referenced by oofem::DGProblem::initializeFrom().
| #define _IFT_DGProblem_initt "initt" |
Definition at line 50 of file dg.h.
Referenced by oofem::DGProblem::initializeFrom().
| #define _IFT_DGProblem_keepTangent "keeptangent" |
Fixes the tangent to be reused on each step.
Definition at line 55 of file dg.h.
Referenced by oofem::DGProblem::initializeFrom().
| #define _IFT_DGProblem_Name "dgproblem" |
Definition at line 49 of file dg.h.
Referenced by oofem::DGProblem::giveInputRecordName().
| #define _IFT_DGProblem_preprocessFEM2DG "fem2dg" |
Preprocess FEM problem input to DG problem.
Definition at line 58 of file dg.h.
Referenced by oofem::DGProblem::initializeFrom().
| #define _IFT_DGProblem_prescribedtimes "prescribedtimes" |
Definition at line 53 of file dg.h.
Referenced by oofem::DGProblem::initializeFrom().
| #define _IFT_DGProblem_problemType "ptype" |
Definition at line 57 of file dg.h.
Referenced by oofem::DGProblem::initializeFrom().
| #define _IFT_DGProblem_sets2preprocess "boundarysets" |
Sets to preprocess from FEM to DG problem.
Sets to preprocess from FEM to DG problem. These should specify boundary using element boundaries, not nodes. this is needed to uniquely identify nodes on newly created boundary elements.
Definition at line 61 of file dg.h.
Referenced by oofem::DGProblem::initializeFrom().
| #define _IFT_DGProblem_targetAllElementSet "targetallelementset" |
Target sets to store all elements.
Definition at line 65 of file dg.h.
Referenced by oofem::DGProblem::initializeFrom().
| #define _IFT_DGProblem_targetAllNodeSet "targetallnodeset" |
target sets to map allnodes and allelements
Target sets to store all nodes
Definition at line 64 of file dg.h.
Referenced by oofem::DGProblem::initializeFrom().
| #define _IFT_DGProblem_targetBoundaryNodeSets "targetboundarynodesets" |
Target sets to store the generated boundary node sets.
Definition at line 62 of file dg.h.
Referenced by oofem::DGProblem::initializeFrom().