35 struct InitialConditionDeck;
36 struct InteriorFlagsDeck;
38 struct MassMatrixDeck;
45 struct QuadratureDeck;
48 struct AbsorbingCondDeck;
70 explicit Input(
const std::string &filename);
192 std::string
printStr(
int nt = 0,
int lvl = 0)
const;
201 void print(
int nt = 0,
int lvl = 0)
const { std::cout <<
printStr(nt, lvl); };
Collection of methods and database related to input.
Definition: main.cpp:21
Structure to read and store mesh related input data.
Definition: absborbingCondDeck.h:82
Structure to read and store fracture related input data.
Definition: fractureDeck.h:227
Structure to read and store policy data.
Definition: initialConditionDeck.h:78
Structure to read and store input data for interior flags (no-fail region)
Definition: interiorFlagsDeck.h:25
Structure to read and store policy data.
Definition: loadingDeck.h:144
Structure to read and store mass matrix related input data.
Definition: massMatrixDeck.h:23
Structure to read and store material related data.
Definition: materialDeck.h:226
Structure to read and store mesh related input data.
Definition: meshDeck.h:23
Structure to read and store model related input data.
Definition: modelDeck.h:23
Structure to read and store neighbor list related input data.
Definition: neighborDeck.h:22
Structure to read input data for performing simulation output.
Definition: outputDeck.h:24
Structure to read and store policy related input data.
Definition: policyDeck.h:23
Structure to read and store quadrature point related input data.
Definition: quadratureDeck.h:23
Structure to read and store restart related data input.
Definition: restartDeck.h:23
Structure to read and store solver related input data.
Definition: solverDeck.h:24