XC Open source finite element analysis program
Public Member Functions | Protected Member Functions | Friends | List of all members
XC::MEDMeshing Class Reference

Envoltorio para el objeto MESHING de MED. More...

#include <MEDMeshing.h>

Inheritance diagram for XC::MEDMeshing:
XC::MEDObject

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
 
MEDVertexInfogetVertices (void)
 
void setVertices (const MEDVertexInfo &vtx)
 
MEDCellInfogetCells (void)
 
void setCells (const MEDCellInfo &cls)
 
const MEDMapIndicesgetMapIndicesVertices (void) const
 
const MEDMapIndicesgetMapIndicesCeldas (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.
 
MEDGroupInfogetGroupInfo (const std::string &) const
 
MEDGroupInfogetGroupInfo (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< MEDObjectcontenedor
 
typedef contenedor::iterator iterator
 
typedef contenedor::const_iterator const_iterator
 

Detailed Description

Envoltorio para el objeto MESHING de MED.

Member Function Documentation

void XC::MEDMeshing::defineMEDGaussModels ( const Set set,
MEDFieldInfo med_fi 
) const
protected

Set the integration Gauss model for the elements on the set.

Parameters
setelement set.

The documentation for this class was generated from the following files: