![]() |
XC Open source finite element analysis program
|
Envoltorio para el objeto MESHING de MED. More...
#include <MEDMeshing.h>
Public Member Functions | |
| MEDMeshing (const Mesh &, const MapSet &, const MapFields &) | |
| Constructor. | |
| MEDMeshing (const ProblemaEF &) | |
| ~MEDMeshing (void) | |
| Constructor. | |
| void | clear (void) |
| Erases la mesh. | |
| void | write (const std::string &) |
| const std::string | getMeshName (void) const |
| void | setMeshName (const std::string &str) const |
| MEDVertexInfo & | getVertices (void) |
| void | setVertices (const MEDVertexInfo &vtx) |
| MEDCellInfo & | getCells (void) |
| void | setCells (const MEDCellInfo &cls) |
| const MEDMapIndices & | getMapIndicesVertices (void) const |
| const MEDMapIndices & | getMapIndicesCeldas (void) const |
| void | to_med (void) |
| Dumps vertices and cells definition onto mesh MED. | |
Public Member Functions inherited from XC::MEDObject | |
| MEDObject (void) | |
| Constructor. | |
Protected Member Functions | |
| void | new_node (size_t i, const std::vector< double > &coo) |
| MEDMEM::MESHING & | getMEDMesh (void) const |
| Returns a reference to the MEDMEM mesh. | |
| MEDGroupInfo * | getGroupInfo (const std::string &) const |
| MEDGroupInfo * | getGroupInfo (const Set &, const FieldInfo &) const |
| void | defineMEDGroups (void) |
| Define los grupos de MEDMEM correspondientes a the sets de XC. | |
| void | defineMEDGaussModels (const Set &, MEDFieldInfo &) const |
| Set the integration Gauss model for the elements on the set. More... | |
| void | defineMEDDblField (const Set &, const FieldInfo &, MEDGroupInfo *) const |
| Defines a field over an element set. | |
| void | defineMEDIntField (const Set &, const FieldInfo &, MEDGroupInfo *) const |
| Defines a field over a set. | |
| void | defineMEDFields (void) const |
| Define los campos de MEDMEM correspondientes a los de XC. | |
Friends | |
| class | MEDGroupInfo |
Additional Inherited Members | |
Public Types inherited from XC::MEDObject | |
| typedef ObjMap< MEDObject > | contenedor |
| typedef contenedor::iterator | iterator |
| typedef contenedor::const_iterator | const_iterator |
Envoltorio para el objeto MESHING de MED.
|
protected |
Set the integration Gauss model for the elements on the set.
| set | element set. |
1.8.11