![]() |
OpenLB 1.8.1
|
#include "fieldArrayD.h"#include "utilities/typeMap.h"#include "core/concepts.h"#include <stdexcept>
Include dependency graph for fieldParametersD.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | olb::ParameterD< T, DESCRIPTOR, FIELD > |
| Storage of a single FIELD-valued parameter. More... | |
| struct | olb::AbstractParameters< T, DESCRIPTOR > |
| Dynamic access interface for FIELD-valued parameters. More... | |
| struct | olb::ParametersD< T, DESCRIPTOR, FIELDS > |
| Set of FIELD-valued parameters. More... | |
| struct | olb::AbstractedConcreteParameters< T, DESCRIPTOR > |
| Abstract base of ConcreteParametersD. More... | |
| struct | olb::ConcreteParametersD< T, DESCRIPTOR, PLATFORM, PARAMETERS > |
| Concrete storage of ParametersD in olb::Data. More... | |
Namespaces | |
| namespace | olb |
| Top level namespace for all of OpenLB. | |
Typedefs | |
| template<concepts::BaseType T, concepts::Descriptor DESCRIPTOR, typename OPERATOR > | |
| using | olb::ParametersOfOperatorD |
| Deduce ParametersD of OPERATOR w.r.t. T and DESCRIPTOR. | |
| template<typename DYNAMICS > | |
| using | olb::ParametersOfDynamicsD |
| Deduce ParametersD of DYNAMICS w.r.t. its value type and descriptor. | |
Functions | |
| template<concepts::BaseType T, concepts::Descriptor DESCRIPTOR, typename... MAP> | |
| auto | olb::makeParametersD (MAP &&... args) |
| Builds a ParametersD from field-value pairs. | |