GEOSX
|
#include "codingUtilities/traits.hpp"
#include "dataRepository/RestartFlags.hpp"
#include "common/DataTypes.hpp"
Go to the source code of this file.
Namespaces | |
geosx | |
geosx::extrinsicMeshData | |
Macros | |
#define | EXTRINSIC_MESH_DATA_TRAIT(NAME, KEY, TYPE, DEFAULT, PLOTLEVEL, RESTARTFLAG, DESCRIPTION) |
Generates a traits struct. More... | |
#define EXTRINSIC_MESH_DATA_TRAIT | ( | NAME, | |
KEY, | |||
TYPE, | |||
DEFAULT, | |||
PLOTLEVEL, | |||
RESTARTFLAG, | |||
DESCRIPTION | |||
) |
Generates a traits struct.
NAME | Name of the traits struct. |
KEY | The string literal that will be used as the key to register and lookup the data in the repository. |
TYPE | The type of data that will be registered. |
DEFAULT | The default value for the data. |
PLOTLEVEL | The default plot level for the wrapper that will contain the data. |
RESTARTFLAG | The default restart flag for the wrapper that contains the data. |
DESCRIPTION | A string literal that contains a description of the data for use in sphinx documentation. |
Definition at line 38 of file ExtrinsicMeshData.hpp.