#include <string>#include <stdlib.h>#include <iostream>#include <fstream>#include "MEDMEM_Family.hxx"#include "MEDMEM_Mesh.hxx"#include "MEDMEM_Meshing.hxx"#include "MEDMEM_MedMeshDriver.hxx"#include "MEDMEM_Connectivity.hxx"#include "MEDMEM_Field.hxx"#include "MEDMEM_DriversDef.hxx"#include "MEDMEM_MedFileBrowser.hxx"#include "RenumberingFactory.hxx"#include <time.h>
Functions | |
| void | computeNeighbour (const MESH *mesh, const medGeometryElement &Type, vector< list< int > > &neighbour, int &ntot, int &nb_cell) |
| void | changeConnectivity (MESH &mesh, const medGeometryElement &Type, const int &nb_cell, const vector< int > &iperm) |
| void | changeFamily (MESH *mesh, const medGeometryElement &Type, const vector< int > &perm) |
| int | main (int argc, char **argv) |
| void computeNeighbour | ( | const MESH * | mesh, |
| const medGeometryElement & | Type, | ||
| vector< list< int > > & | neighbour, | ||
| int & | ntot, | ||
| int & | nb_cell | ||
| ) |
References MEDMEM.CONNECTIVITY.calculateFullDescendingConnectivity(), testRenumbering.conn, MEDMEM.MESH.getConnectivityptr(), MEDMEM.MESH.getMeshDimension(), MEDMEM.MESH.getNumberOfElements(), MEDMEM.MESH.getReverseConnectivity(), MEDMEM.MESH.getReverseConnectivityIndex(), MED_EN.MED_ALL_ELEMENTS, MED_EN.MED_CELL, MED_EN.MED_DESCENDING, MED_EN.MED_EDGE, and MED_EN.MED_FACE.
| void changeConnectivity | ( | MESH & | mesh, |
| const medGeometryElement & | Type, | ||
| const int & | nb_cell, | ||
| const vector< int > & | iperm | ||
| ) |
| void changeFamily | ( | MESH * | mesh, |
| const medGeometryElement & | Type, | ||
| const vector< int > & | perm | ||
| ) |
References MEDMEM.FIELD< T, INTERLACING_TAG >.addDriver(), MEDMEM.GMESH.addDriver(), med_test1.begin, changeConnectivity(), changeFamily(), computeNeighbour(), MEDMEM.MED_MESH_RDONLY_DRIVER.desactivateFacesComputation(), MEDMEM.GMESH.getName(), MEDMEM.FIELD_.getNumberOfComponents(), MEDMEM.SUPPORT.getNumberOfElements(), MEDMEM.SUPPORT.getNumberOfTypes(), MEDMEM.MESH.getNumberOfTypes(), MEDMEM.FIELD_.getSupport(), MEDMEM.SUPPORT.getTypes(), MEDMEM.MESH.getTypes(), MEDMEM.FIELD< T, INTERLACING_TAG >.getValueIJ(), Med_Gen_test.it, MED_EN.MED_CELL, MEDMEM.MED_DRIVER, MED_EN.MED_REEL64, test_MEDSPLITTER.meshname, MEDMEM.GMESH.read(), Renumbering.renumber(), MED_RENUMBER.RenumberingFactory(), TestMedCorba7.s, MEDMEM.GMESH.setName(), MEDMEM.FIELD< T, INTERLACING_TAG >.setValueIJ(), medClient_test.types, MEDMEM.FIELD< T, INTERLACING_TAG >.write(), and MEDMEM.GMESH.write().