|
preCICE
|
Context for a mesh provided by this participant. More...
#include <ProvidedMeshContext.hpp>
Public Attributes | |
| std::shared_ptr< precice::partition::ProvidedPartition > | partition |
| Public Attributes inherited from precice::impl::MeshContext | |
| mesh::PtrMesh | mesh |
| Mesh holding the geometry data structure. | |
| mapping::Mapping::MeshRequirement | meshRequirement = mapping::Mapping::MeshRequirement::UNDEFINED |
| Determines which mesh type has to be provided by the accessor. | |
| std::vector< MappingContext > | fromMappingContexts |
| Mappings used when mapping data from the mesh. Can be empty. | |
| std::vector< MappingContext > | toMappingContexts |
| Mappings used when mapping data to the mesh. Can be empty. | |
Additional Inherited Members | |
| Public Member Functions inherited from precice::impl::MeshContext | |
| void | require (mapping::Mapping::MeshRequirement requirement) |
| void | clearMappings () |
Context for a mesh provided by this participant.
Definition at line 11 of file ProvidedMeshContext.hpp.
| std::shared_ptr<precice::partition::ProvidedPartition> precice::impl::ProvidedMeshContext::partition |
Definition at line 12 of file ProvidedMeshContext.hpp.