#include <InterpKernelDEC.hxx>

Public Member Functions | |
| InterpKernelDEC () | |
| InterpKernelDEC (ProcessorGroup &source_group, ProcessorGroup &target_group) | |
| InterpKernelDEC (const std::set< int > &src_ids, const std::set< int > &trg_ids, const MPI_Comm &world_comm=MPI_COMM_WORLD) | |
| virtual | ~InterpKernelDEC () |
| void | synchronize () |
| Synchronization process for exchanging topologies. | |
| void | recvData () |
| void | recvData (double time) |
| void | sendData () |
| void | sendData (double time, double deltatime) |
| void | prepareSourceDE () |
| void | prepareTargetDE () |
Private Attributes | |
| int | _nb_distant_points |
| const double * | _distant_coords |
| const int * | _distant_locations |
| InterpolationMatrix * | _interpolation_matrix |
| void ParaMEDMEM.InterpKernelDEC.prepareSourceDE | ( | ) | [virtual] |
Implements ParaMEDMEM.DisjointDEC.
| void ParaMEDMEM.InterpKernelDEC.prepareTargetDE | ( | ) | [virtual] |
Implements ParaMEDMEM.DisjointDEC.
const double* ParaMEDMEM.InterpKernelDEC._distant_coords [private] |
const int* ParaMEDMEM.InterpKernelDEC._distant_locations [private] |