|
| Parallel () |
|
| ~Parallel () |
|
void | initialization () |
|
void | setNeighbour (const int neighbour) |
|
void | addElementToSend (int neighbour, Cell *cell) |
|
void | addElementToReceive (int neighbour, Cell *cell) |
|
void | addSlopesToSend (int neighbour) |
|
void | addSlopesToReceive (int neighbour) |
|
void | deleteSlopesToSend (int neighbour) |
|
void | deleteSlopesToReceive (int neighbour) |
|
void | clearElementsAndSlopesToSendAndReceivePLusNeighbour () |
|
TypeMeshContainer< Cell * > & | getElementsToSend (int neighbour) |
|
TypeMeshContainer< Cell * > & | getElementsToReceive (int neighbour) |
|
void | initializePersistentCommunications (const int &numberPrimitiveVariables, const int &numberSlopeVariables, const int &numberTransportVariables, const int &dim) |
|
void | computeDt (double &dt) |
|
void | computePMax (double &pMax, double &pMaxWall) |
|
void | computeSum (double &var) |
|
void | finalize (const int &lvlMax) |
|
void | stopRun () |
|
bool | verifyStateCPUs () |
|
void | initializePersistentCommunicationsPrimitives () |
|
void | finalizePersistentCommunicationsPrimitives (const int &lvlMax) |
|
void | communicationsPrimitives (Eos **eos, int lvl, Prim type=vecPhases) |
|
void | initializePersistentCommunicationsSlopes () |
|
void | finalizePersistentCommunicationsSlopes (const int &lvlMax) |
|
void | communicationsSlopes (int lvl) |
|
void | initializePersistentCommunicationsScalar () |
|
void | finalizePersistentCommunicationsScalar (const int &lvlMax) |
|
void | initializePersistentCommunicationsVector (const int &dim) |
|
void | finalizePersistentCommunicationsVector (const int &lvlMax) |
|
void | communicationsVector (Variable nameVector, const int &dim, int lvl, int num=0, int index=-1) |
|
void | initializePersistentCommunicationsTransports () |
|
void | finalizePersistentCommunicationsTransports (const int &lvlMax) |
|
void | communicationsTransports (int lvl) |
|
void | initializePersistentCommunicationsAMR (const int &numberPrimitiveVariables, const int &numberSlopeVariables, const int &numberTransportVariables, const int &dim, const int &lvlMax) |
|
void | initializePersistentCommunicationsLvlAMR (const int &lvlMax) |
|
void | clearRequestsAndBuffers (int lvl) |
|
void | updatePersistentCommunicationsAMR (const int &dim) |
|
void | updatePersistentCommunicationsLvlAMR (int lvl, const int &dim) |
|
void | finalizeAMR (const int &lvlMax) |
|
void | initializePersistentCommunicationsXi () |
|
void | finalizePersistentCommunicationsXi (const int &lvlMax) |
|
void | communicationsXi (int lvl) |
|
void | initializePersistentCommunicationsSplit () |
|
void | finalizePersistentCommunicationsSplit (const int &lvlMax) |
|
void | communicationsSplit (int lvl) |
|
void | initializePersistentCommunicationsNumberGhostCells () |
|
void | finalizePersistentCommunicationsNumberGhostCells () |
|
void | communicationsNumberGhostCells (int lvl) |
|