#include <MEDMEM_ConnectZone.hxx>
| CONNECTZONE::CONNECTZONE | ( | ) |
References MEDMEM.CONNECTZONE._entityCorresp.
| CONNECTZONE::~CONNECTZONE | ( | ) |
| CONNECTZONE::CONNECTZONE | ( | const CONNECTZONE & | myConnectZone | ) |
| string CONNECTZONE::getName | ( | ) | const |
References MEDMEM.CONNECTZONE._name.
| string CONNECTZONE::getDescription | ( | ) | const |
References MEDMEM.CONNECTZONE._description.
| int CONNECTZONE::getDistantDomainNumber | ( | ) | const |
References MEDMEM.CONNECTZONE._distantDomainNumber.
| int CONNECTZONE::getLocalDomainNumber | ( | ) | const |
References MEDMEM.CONNECTZONE._localDomainNumber.
| MEDMEM::MESH * CONNECTZONE::getLocalMesh | ( | ) | const |
References MEDMEM.CONNECTZONE._localMesh.
| MEDMEM::MESH * CONNECTZONE::getDistantMesh | ( | ) | const |
References MEDMEM.CONNECTZONE._distantMesh.
| bool CONNECTZONE::isEntityCorrespPresent | ( | MED_EN::medEntityMesh | localEntity, |
| MED_EN::medEntityMesh | distantEntity | ||
| ) | const |
References MEDMEM.CONNECTZONE._entityCorresp.
| const int * CONNECTZONE::getNodeCorrespIndex | ( | ) | const |
References MEDMEM.CONNECTZONE._nodeCorresp, and MEDMEM.MEDSKYLINEARRAY.getIndex().
| const int * CONNECTZONE::getNodeCorrespValue | ( | ) | const |
References MEDMEM.CONNECTZONE._nodeCorresp, and MEDMEM.MEDSKYLINEARRAY.getValue().
| int CONNECTZONE::getNodeNumber | ( | ) | const |
References MEDMEM.CONNECTZONE._nodeCorresp, and MEDMEM.MEDSKYLINEARRAY.getNumberOf().
| const int * CONNECTZONE::getFaceCorrespIndex | ( | ) | const |
References MEDMEM.CONNECTZONE._faceCorresp, and MEDMEM.MEDSKYLINEARRAY.getIndex().
| const int * CONNECTZONE::getFaceCorrespValue | ( | ) | const |
References MEDMEM.CONNECTZONE._faceCorresp, and MEDMEM.MEDSKYLINEARRAY.getValue().
| int CONNECTZONE::getFaceNumber | ( | ) | const |
References MEDMEM.CONNECTZONE._faceCorresp, and MEDMEM.MEDSKYLINEARRAY.getNumberOf().
| const int * CONNECTZONE::getEntityCorrespIndex | ( | MED_EN::medEntityMesh | localEntity, |
| MED_EN::medEntityMesh | distantEntity | ||
| ) | const |
References MEDMEM.CONNECTZONE._entityCorresp, and MEDMEM.MEDSKYLINEARRAY.getIndex().
| const int * CONNECTZONE::getEntityCorrespValue | ( | MED_EN::medEntityMesh | localEntity, |
| MED_EN::medEntityMesh | distantEntity | ||
| ) | const |
References MEDMEM.CONNECTZONE._entityCorresp, and MEDMEM.MEDSKYLINEARRAY.getValue().
| int CONNECTZONE::getEntityCorrespNumber | ( | MED_EN::medEntityMesh | localEntity, |
| MED_EN::medEntityMesh | distantEntity | ||
| ) | const |
References MEDMEM.CONNECTZONE._entityCorresp, and MEDMEM.MEDSKYLINEARRAY.getNumberOf().
| int CONNECTZONE::getEntityCorrespLength | ( | MED_EN::medEntityMesh | localEntity, |
| MED_EN::medEntityMesh | distantEntity | ||
| ) | const |
References MEDMEM.CONNECTZONE._entityCorresp, and MEDMEM.MEDSKYLINEARRAY.getLength().
| void CONNECTZONE::setName | ( | string | name | ) |
References MEDMEM.CONNECTZONE._name, and medClient_test.name.
| void CONNECTZONE::setDescription | ( | string | description | ) |
References MEDMEM.CONNECTZONE._description.
| void CONNECTZONE::setDistantDomainNumber | ( | int | distantDomainNumber | ) |
References MEDMEM.CONNECTZONE._distantDomainNumber.
| void CONNECTZONE::setLocalDomainNumber | ( | int | distantDomainNumber | ) |
References MEDMEM.CONNECTZONE._localDomainNumber.
| void CONNECTZONE::setLocalMesh | ( | MEDMEM::MESH * | localMesh | ) |
References MEDMEM.CONNECTZONE._localMesh.
| void CONNECTZONE::setDistantMesh | ( | MEDMEM::MESH * | distantMesh | ) |
References MEDMEM.CONNECTZONE._distantMesh.
transforms an int array containing the node-node connections to a MEDSKYLINEARRAY
References MEDMEM.CONNECTZONE._nodeCorresp, and medClient_test.index.
| void CONNECTZONE::setNodeCorresp | ( | MEDMEM::MEDSKYLINEARRAY * | array | ) |
References MEDMEM.CONNECTZONE._nodeCorresp.
transforms an int array containing the face-face connections to a MEDSKYLINEARRAY
References MEDMEM.CONNECTZONE._faceCorresp, and medClient_test.index.
| void CONNECTZONE::setFaceCorresp | ( | MEDMEM::MEDSKYLINEARRAY * | array | ) |
References MEDMEM.CONNECTZONE._faceCorresp.
| void CONNECTZONE::setEntityCorresp | ( | MED_EN::medEntityMesh | localEntity, |
| MED_EN::medEntityMesh | distantEntity, | ||
| int * | entityCorresp, | ||
| int | nbentity | ||
| ) |
transforms an int array containing the entity-entity connections to a MEDSKYLINEARRAY
the resulting MEDSKYLINEARRAY is put in the map
References MEDMEM.CONNECTZONE._entityCorresp, and medClient_test.index.
| void CONNECTZONE::setEntityCorresp | ( | MED_EN::medEntityMesh | localEntity, |
| MED_EN::medEntityMesh | distantEntity, | ||
| MEDMEM::MEDSKYLINEARRAY * | array | ||
| ) |
References MEDMEM.CONNECTZONE._entityCorresp.
string MEDMEM.CONNECTZONE._name [private] |
string MEDMEM.CONNECTZONE._description [private] |
int MEDMEM.CONNECTZONE._localDomainNumber [private] |
int MEDMEM.CONNECTZONE._distantDomainNumber [private] |
MEDMEM::MESH* MEDMEM.CONNECTZONE._localMesh [private] |
MEDMEM::MESH* MEDMEM.CONNECTZONE._distantMesh [private] |
map< pair <MED_EN::medEntityMesh, MED_EN::medEntityMesh>, MEDMEM::MEDSKYLINEARRAY * > MEDMEM.CONNECTZONE._entityCorresp [private] |