24 #ifndef MEDGAUSSMODEL_H 25 #define MEDGAUSSMODEL_H 27 #include "MEDObject.h" 28 #include "xc_basic/src/med_xc/MEDMEM_define.hxx" 29 #include "xc_basic/src/med_xc/MEDMEM_GaussLocalization.hxx" 41 typedef MEDMEM::GAUSS_LOCALIZATION<> med_gauss_model;
44 MED_EN::medGeometryElement tipo;
46 std::vector<double> ref_nodes_coo;
48 std::vector<double> coo_gauss_pt;
49 std::vector<double> gauss_weights;
50 mutable med_gauss_model *model;
55 const MED_EN::medGeometryElement &
getTipo(
void)
const;
56 med_gauss_model *getGaussModelMED(
void)
const;
Base class for Gauss integration models.
Definition: GaussModel.h:40
Base class for MED objects.
Definition: MEDObject.h:39
Information about Gauss model.
Definition: MEDGaussModel.h:38
MEDGaussModel(const std::string &, const MED_EN::medGeometryElement &, const GaussModel &)
Constructor.
Definition: MEDGaussModel.cc:33
const std::string & getNombre(void) const
Returns the nombre del model.
Definition: MEDGaussModel.cc:70
void to_med(void) const
Dumps the gauss model into MED.
Definition: MEDGaussModel.cc:78
const MED_EN::medGeometryElement & getTipo(void) const
Returns the element type the model.
Definition: MEDGaussModel.cc:74
================================================================================
Definition: ContinuaReprComponent.h:34