

Public Member Functions | |
| ExplicitCoincidentDEC () | |
| virtual | ~ExplicitCoincidentDEC () |
| void | synchronize () |
| void | broadcastTopology (BlockTopology *&, int tag) |
| void | broadcastTopology (const ExplicitTopology *toposend, ExplicitTopology *toporecv, int tag) |
| void | transferMappingToSource () |
| void | prepareSourceDE () |
| void | prepareTargetDE () |
| void | recvData () |
| void | sendData () |
Public Member Functions inherited from ParaMEDMEM::DisjointDEC | |
| 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 |
Public Member Functions inherited from ParaMEDMEM::DEC | |
| DEC () | |
| void | copyFrom (const DEC &other) |
| virtual | ~DEC () |
Additional Inherited Members | |
Protected Member Functions inherited from ParaMEDMEM::DisjointDEC | |
| void | compareFieldAndMethod () const throw (INTERP_KERNEL::Exception) |
| void | cleanInstance () |
| void | copyInstance (const DisjointDEC &other) |
Protected Attributes inherited from ParaMEDMEM::DisjointDEC | |
| const ParaFIELD * | _local_field |
| ProcessorGroup * | _union_group |
| ProcessorGroup * | _source_group |
| ProcessorGroup * | _target_group |
| const CommInterface * | _comm_interface |
| bool | _owns_field |
| bool | _owns_groups |
| ParaMEDMEM::ExplicitCoincidentDEC::ExplicitCoincidentDEC | ( | ) |
|
virtual |
| void ParaMEDMEM::ExplicitCoincidentDEC::broadcastTopology | ( | BlockTopology *& | , |
| int | tag | ||
| ) |
Referenced by synchronize().