![]() |
XC Open source finite element analysis program
|
Information about mesh cells (conectivity,...). More...
#include <MEDCellInfo.h>
Public Member Functions | |
| MEDCellInfo (void) | |
| Constructor. | |
| MEDCellInfo (const Mesh &, const MEDMapIndices &) | |
| Constructor. | |
| void | nueva_celda (size_t i, const MED_EN::medGeometryElement &, const ID &, const MEDMapIndices &) |
| Adds cell connectivity. | |
| void | to_med (MEDMEM::MESHING &) const |
| Dumps cells definition on MED mesh. | |
Public Member Functions inherited from XC::MEDCellBaseInfo | |
| size_t | getNumberOfElements (void) const |
| Returns the number of elements. | |
| void | new_cell (size_t i, const MED_EN::medGeometryElement &) |
| Adds cell connectivity. | |
| const MEDMapNumCeldasPorTipo & | getMapCellTypes (void) const |
| void | to_support_med (MEDMEM::SUPPORT &supp) const |
| Vuelca la las celdas en un objeto SUPPORT de MEDMEM. | |
| void | to_med_mesh (MEDMEM::MESHING &) const |
| Dumps information on MED mesh. | |
Public Member Functions inherited from XC::MEDBaseInfo | |
| const MEDMapIndices & | getMapIndices (void) const |
| Returns a const reference to the indices container. | |
| virtual void | clear (void) |
| Indices deletion. | |
Public Member Functions inherited from XC::MEDObject | |
| MEDObject (void) | |
| Constructor. | |
Additional Inherited Members | |
Public Types inherited from XC::MEDObject | |
| typedef ObjMap< MEDObject > | contenedor |
| typedef contenedor::iterator | iterator |
| typedef contenedor::const_iterator | const_iterator |
Protected Member Functions inherited from XC::MEDBaseInfo | |
| void | new_tag (size_t tag) |
| Appends i to the indices. | |
Protected Attributes inherited from XC::MEDCellBaseInfo | |
| MEDMapNumCeldasPorTipo | cell_types |
| Type and number of elements for each of those types. | |
Protected Attributes inherited from XC::MEDBaseInfo | |
| MEDMapIndices | indices |
| Map between XC and MED indexes. | |
Information about mesh cells (conectivity,...).
1.8.11