PeriDEM
0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
restartDeck.h
Go to the documentation of this file.
1
/*
2
* -------------------------------------------
3
* Copyright (c) 2021 - 2024 Prashant K. Jha
4
* -------------------------------------------
5
* PeriDEM https://github.com/prashjha/PeriDEM
6
*
7
* Distributed under the Boost Software License, Version 1.0. (See accompanying
8
* file LICENSE)
9
*/
10
11
#ifndef INP_RESTARTDECK_H
12
#define INP_RESTARTDECK_H
13
14
#include <string>
15
16
namespace
inp
{
17
24
struct
RestartDeck
{
25
27
std::string
d_file
;
28
30
size_t
d_step
;
31
34
bool
d_changeRefFreeDofs
;
35
39
RestartDeck
() :
d_step
(0),
d_changeRefFreeDofs
(false) {};
40
};
41
44
}
// namespace inp
45
46
#endif
// INP_RESTARTDECK_H
inp
Collection of methods and database related to input.
Definition
mesh.h:20
inp::RestartDeck
Structure to read and store restart related data input.
Definition
restartDeck.h:24
inp::RestartDeck::RestartDeck
RestartDeck()
Constructor.
Definition
restartDeck.h:39
inp::RestartDeck::d_file
std::string d_file
restart filename
Definition
restartDeck.h:27
inp::RestartDeck::d_step
size_t d_step
Restart time step.
Definition
restartDeck.h:30
inp::RestartDeck::d_changeRefFreeDofs
bool d_changeRefFreeDofs
Change only those particles/walls which have any one of its nodes dof free.
Definition
restartDeck.h:34
src
inp
decks
restartDeck.h
Generated by
1.9.8