preCICE v3.1.2
|
Holds a data mapping and related information. More...
#include <MappingContext.hpp>
Public Member Functions | |
void | requireGradientData (const std::string &dataName) |
Enables gradient data in the corresponding 'from' data class. | |
Public Attributes | |
mapping::PtrMapping | mapping |
Data mapping. | |
MeshID | fromMeshID = -1 |
id of mesh from which is mapped | |
MeshID | toMeshID = -1 |
id of mesh to which is mapped | |
mesh::PtrData | fromData = nullptr |
data which is mapped from mesh | |
mesh::PtrData | toData = nullptr |
data which is mapped to mesh | |
bool | configuredWithAliasTag = false |
used the automatic rbf alias tag in order to set the mapping | |
Holds a data mapping and related information.
Definition at line 10 of file MappingContext.hpp.
|
inline |
Enables gradient data in the corresponding 'from' data class.
Definition at line 30 of file MappingContext.hpp.
bool precice::impl::MappingContext::configuredWithAliasTag = false |
used the automatic rbf alias tag in order to set the mapping
Definition at line 27 of file MappingContext.hpp.
mesh::PtrData precice::impl::MappingContext::fromData = nullptr |
data which is mapped from mesh
Definition at line 21 of file MappingContext.hpp.
MeshID precice::impl::MappingContext::fromMeshID = -1 |
id of mesh from which is mapped
Definition at line 15 of file MappingContext.hpp.
mapping::PtrMapping precice::impl::MappingContext::mapping |
Data mapping.
Definition at line 12 of file MappingContext.hpp.
mesh::PtrData precice::impl::MappingContext::toData = nullptr |
data which is mapped to mesh
Definition at line 24 of file MappingContext.hpp.
MeshID precice::impl::MappingContext::toMeshID = -1 |
id of mesh to which is mapped
Definition at line 18 of file MappingContext.hpp.