![]() |
PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
A deck with one field of each kind the tables have to handle. More...
Static Public Member Functions | |
| static const std::vector< inp::Field< SampleDeck > > & | fields () |
Data Fields | |
| std::size_t | d_count = 2 |
| double | d_length = 1.5 |
| std::string | d_method = "central_difference" |
| bool | d_write = true |
| double | d_optional = -1. |
A deck with one field of each kind the tables have to handle.
Definition at line 54 of file testDeckField.cpp.
|
inlinestatic |
Definition at line 61 of file testDeckField.cpp.
References d_count, d_length, d_method, d_optional, d_write, and inp::field().
Referenced by anonymous_namespace{testDeckField.cpp}::testAccepted(), anonymous_namespace{testDeckField.cpp}::testDefaultsAndSchema(), anonymous_namespace{testDeckField.cpp}::testKeysAreNamed(), anonymous_namespace{testDeckField.cpp}::testPrint(), anonymous_namespace{testDeckField.cpp}::testReadAndWrite(), and anonymous_namespace{testDeckField.cpp}::testValuesCheckedWhenBuilt().
| std::size_t anonymous_namespace{testDeckField.cpp}::SampleDeck::d_count = 2 |
Definition at line 55 of file testDeckField.cpp.
Referenced by fields(), and anonymous_namespace{testDeckField.cpp}::testReadAndWrite().
| double anonymous_namespace{testDeckField.cpp}::SampleDeck::d_length = 1.5 |
Definition at line 56 of file testDeckField.cpp.
Referenced by fields().
| std::string anonymous_namespace{testDeckField.cpp}::SampleDeck::d_method = "central_difference" |
Definition at line 57 of file testDeckField.cpp.
Referenced by fields().
| double anonymous_namespace{testDeckField.cpp}::SampleDeck::d_optional = -1. |
Definition at line 59 of file testDeckField.cpp.
Referenced by fields().
| bool anonymous_namespace{testDeckField.cpp}::SampleDeck::d_write = true |
Definition at line 58 of file testDeckField.cpp.
Referenced by fields().