preCICE v3.2.0
Loading...
Searching...
No Matches
precice::partition Namespace Reference

contains the partitioning of distributed meshes. More...

Classes

class  Partition
 Abstract base class for partitions. More...
class  ProvidedPartition
 A partition that is provided by the participant. More...
class  ReceivedPartition
 A partition that is computed from a mesh received from another participant. More...
struct  ReceivedPartitionFixture

Typedefs

using PtrPartition = std::shared_ptr<Partition>

Detailed Description

contains the partitioning of distributed meshes.

Typedef Documentation

◆ PtrPartition