XC Open source finite element analysis program
|
Information about Gauss model. More...
#include <MEDGaussModel.h>
Public Types | |
typedef MEDMEM::GAUSS_LOCALIZATION | med_gauss_model |
Public Types inherited from XC::MEDObject | |
typedef ObjMap< MEDObject > | contenedor |
typedef contenedor::iterator | iterator |
typedef contenedor::const_iterator | const_iterator |
Public Member Functions | |
MEDGaussModel (const std::string &, const MED_EN::medGeometryElement &, const GaussModel &) | |
Constructor. | |
const std::string & | getNombre (void) const |
Returns the nombre del model. | |
const MED_EN::medGeometryElement & | getTipo (void) const |
Returns the element type the model. | |
med_gauss_model * | getGaussModelMED (void) const |
void | to_med (void) const |
Dumps the gauss model into MED. | |
Public Member Functions inherited from XC::MEDObject | |
MEDObject (void) | |
Constructor. | |
Information about Gauss model.