PeriDEM 0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
inp::RestartDeck Struct Reference

Structure to read and store restart related data input. More...

#include <restartDeck.h>

Collaboration diagram for inp::RestartDeck:

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.
 

Detailed Description

Structure to read and store restart related data input.

Definition at line 24 of file restartDeck.h.

Constructor & Destructor Documentation

◆ RestartDeck()

inp::RestartDeck::RestartDeck ( )
inline

Constructor.

Definition at line 39 of file restartDeck.h.

39: d_step(0), d_changeRefFreeDofs(false) {};
size_t d_step
Restart time step.
Definition restartDeck.h:30
bool d_changeRefFreeDofs
Change only those particles/walls which have any one of its nodes dof free.
Definition restartDeck.h:34

Field Documentation

◆ d_changeRefFreeDofs

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.

◆ d_file

std::string inp::RestartDeck::d_file

restart filename

Definition at line 27 of file restartDeck.h.

◆ d_step

size_t inp::RestartDeck::d_step

Restart time step.

Definition at line 30 of file restartDeck.h.


The documentation for this struct was generated from the following file: