Definition: fieldDescription.hpp:11
const std::string name
The unique name of the particle field.
Definition: fieldDescription.hpp:13
enum domain::FieldLocation location
The type of field, (solution or aux)
Definition: fieldDescription.hpp:19
const std::vector< std::string > components
Optional name of the components. This is used to determine the number of components.
Definition: fieldDescription.hpp:16
FieldDescription(std::string name, domain::FieldLocation type, const std::vector< std::string > &components={}, PetscDataType dataType=PETSC_DATATYPE_UNKNOWN)
Definition: fieldDescription.cpp:6
const PetscDataType dataType
The data type, default is double.
Definition: fieldDescription.hpp:22