![]() |
PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
What a field accepts. More...
#include <deckField.h>
Data Fields | |
| std::vector< T > | values = {} |
| Accepted values, or empty when any value is accepted. | |
| std::optional< T > | min = std::nullopt |
| Lower bound, applied when it is set. | |
| std::optional< T > | max = std::nullopt |
| Upper bound, applied when it is set. | |
What a field accepts.
An empty list and unset bounds accept any value. The checks are applied when the field is read, so an invalid deck fails at the point it is read rather than at the point the value is first used.
Definition at line 118 of file deckField.h.
| std::optional<T> inp::Accepts< T >::max = std::nullopt |
Upper bound, applied when it is set.
Definition at line 127 of file deckField.h.
| std::optional<T> inp::Accepts< T >::min = std::nullopt |
Lower bound, applied when it is set.
Definition at line 124 of file deckField.h.
| std::vector<T> inp::Accepts< T >::values = {} |
Accepted values, or empty when any value is accepted.
Definition at line 121 of file deckField.h.