#include <MEDFileField.hxx>
Public Member Functions |
| const std::string & | getName () const |
| int | getNbOfGaussPtPerCell () const |
| void | writeLL (med_idt fid) const |
| bool | isName (const char *name) const |
| const std::vector< double > & | getRefCoords () const |
| const std::vector< double > & | getGaussCoords () const |
| const std::vector< double > & | getGaussWeights () const |
| bool | isEqual (const MEDFileFieldLoc &other, double eps) const |
Static Public Member Functions |
| static MEDFileFieldLoc * | New (med_idt fid, const char *locName) |
| static MEDFileFieldLoc * | New (const char *locName, INTERP_KERNEL::NormalizedCellType geoType, const std::vector< double > &refCoo, const std::vector< double > &gsCoo, const std::vector< double > &w) |
Private Member Functions |
| | MEDFileFieldLoc (med_idt fid, const char *locName) |
| | MEDFileFieldLoc (const char *locName, INTERP_KERNEL::NormalizedCellType geoType, const std::vector< double > &refCoo, const std::vector< double > &gsCoo, const std::vector< double > &w) |
Private Attributes |
| int | _dim |
| int | _nb_gauss_pt |
| int | _nb_node_per_cell |
| std::string | _name |
| INTERP_KERNEL::NormalizedCellType | _geo_type |
| std::vector< double > | _ref_coo |
| std::vector< double > | _gs_coo |
| std::vector< double > | _w |
Constructor & Destructor Documentation
| MEDFileFieldLoc::MEDFileFieldLoc |
( |
med_idt |
fid, |
|
|
const char * |
locName |
|
) |
| [private] |
References ParaMEDMEM.MEDFileFieldLoc._dim, ParaMEDMEM.MEDFileFieldLoc._geo_type, ParaMEDMEM.MEDFileFieldLoc._gs_coo, ParaMEDMEM.MEDFileFieldLoc._nb_gauss_pt, ParaMEDMEM.MEDFileFieldLoc._nb_node_per_cell, ParaMEDMEM.MEDFileFieldLoc._ref_coo, ParaMEDMEM.MEDFileFieldLoc._w, MEDLoaderBase.buildEmptyString(), INTERP_KERNEL.CellModel.GetCellModel(), INTERP_KERNEL.CellModel.getNumberOfNodes(), MED_EN.MED_FULL_INTERLACE, and typmai3.
Member Function Documentation
| const std::string& ParaMEDMEM.MEDFileFieldLoc.getName |
( |
| ) |
const |
| MEDFileFieldLoc * MEDFileFieldLoc::New |
( |
med_idt |
fid, |
|
|
const char * |
locName |
|
) |
| [static] |
| int ParaMEDMEM.MEDFileFieldLoc.getNbOfGaussPtPerCell |
( |
| ) |
const |
| void MEDFileFieldLoc::writeLL |
( |
med_idt |
fid | ) |
const |
| bool ParaMEDMEM.MEDFileFieldLoc.isName |
( |
const char * |
name | ) |
const |
| const std::vector<double>& ParaMEDMEM.MEDFileFieldLoc.getRefCoords |
( |
| ) |
const |
| const std::vector<double>& ParaMEDMEM.MEDFileFieldLoc.getGaussCoords |
( |
| ) |
const |
| const std::vector<double>& ParaMEDMEM.MEDFileFieldLoc.getGaussWeights |
( |
| ) |
const |
Field Documentation