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
16namespace inp {
17
25
27 std::string d_file;
28
30 size_t d_step;
31
35
40};
41
44} // namespace inp
45
46#endif // INP_RESTARTDECK_H
Collection of methods and database related to input.
Definition mesh.h:20
Structure to read and store restart related data input.
Definition restartDeck.h:24
RestartDeck()
Constructor.
Definition restartDeck.h:39
std::string d_file
restart filename
Definition restartDeck.h:27
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