PeriDEM 0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
Structure to read and store restart related data input. More...
#include <restartDeck.h>
Public Member Functions | |
RestartDeck () | |
Constructor. | |
Data Fields | |
std::string | d_file |
restart filename | |
size_t | d_step |
Restart time step. | |
bool | d_changeRefFreeDofs |
Change only those particles/walls which have any one of its nodes dof free. | |
Structure to read and store restart related data input.
Definition at line 24 of file restartDeck.h.
|
inline |
Constructor.
Definition at line 39 of file restartDeck.h.
bool inp::RestartDeck::d_changeRefFreeDofs |
Change only those particles/walls which have any one of its nodes dof free.
Definition at line 34 of file restartDeck.h.
std::string inp::RestartDeck::d_file |
restart filename
Definition at line 27 of file restartDeck.h.
size_t inp::RestartDeck::d_step |
Restart time step.
Definition at line 30 of file restartDeck.h.