Public Member Functions | |
StructuredCoincidentDEC () | |
StructuredCoincidentDEC (ProcessorGroup &source, ProcessorGroup &target) | |
virtual | ~StructuredCoincidentDEC () |
void | synchronize () |
void | recvData () |
void | sendData () |
void | prepareSourceDE () |
void | prepareTargetDE () |
![]() | |
DisjointDEC () | |
DisjointDEC (ProcessorGroup &source_group, ProcessorGroup &target_group) | |
DisjointDEC (const DisjointDEC &) | |
DisjointDEC & | operator= (const DisjointDEC &s) |
DisjointDEC (const std::set< int > &src_ids, const std::set< int > &trg_ids, const MPI_Comm &world_comm=MPI_COMM_WORLD) | |
void | setNature (NatureOfField nature) |
void | attachLocalField (MEDCouplingFieldDouble *field) |
void | attachLocalField (const ParaFIELD *field, bool ownPt=false) |
void | attachLocalField (const ICoCo::Field *field) |
void | sendRecvData (bool way=true) |
virtual | ~DisjointDEC () |
virtual void | computeProcGroup () |
void | renormalizeTargetField (bool isWAbs) |
ProcessorGroup * | getSourceGrp () const |
ProcessorGroup * | getTargetGrp () const |
bool | isInSourceSide () const |
bool | isInTargetSide () const |
bool | isInUnion () const |
![]() | |
DEC () | |
void | copyFrom (const DEC &other) |
virtual | ~DEC () |
Additional Inherited Members | |
![]() | |
void | compareFieldAndMethod () const throw (INTERP_KERNEL::Exception) |
void | cleanInstance () |
void | copyInstance (const DisjointDEC &other) |
![]() | |
const ParaFIELD * | _local_field |
ProcessorGroup * | _union_group |
ProcessorGroup * | _source_group |
ProcessorGroup * | _target_group |
const CommInterface * | _comm_interface |
bool | _owns_field |
bool | _owns_groups |
ParaMEDMEM::StructuredCoincidentDEC::StructuredCoincidentDEC | ( | ) |
|
virtual |