preCICE
Loading...
Searching...
No Matches
precice::impl::ProvidedMeshContext Struct Reference

Context for a mesh provided by this participant. More...

#include <ProvidedMeshContext.hpp>

Inheritance diagram for precice::impl::ProvidedMeshContext:
[legend]
Collaboration diagram for precice::impl::ProvidedMeshContext:
[legend]

Public Attributes

std::shared_ptr< precice::partition::ProvidedPartitionpartition
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< MappingContextfromMappingContexts
 Mappings used when mapping data from the mesh. Can be empty.
std::vector< MappingContexttoMappingContexts
 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 ()

Detailed Description

Context for a mesh provided by this participant.

Definition at line 11 of file ProvidedMeshContext.hpp.

Member Data Documentation

◆ partition

std::shared_ptr<precice::partition::ProvidedPartition> precice::impl::ProvidedMeshContext::partition

Definition at line 12 of file ProvidedMeshContext.hpp.


The documentation for this struct was generated from the following file: