#include <MEDMEM_GaussLocalization.hxx>
Public Types |
typedef MEDMEM_ArrayInterface
< double, INTERLACING_TAG,
NoGauss >::Array | ArrayNoGauss |
Public Member Functions |
| | GAUSS_LOCALIZATION () throw (MEDEXCEPTION) |
| | GAUSS_LOCALIZATION (const string &locName, const MED_EN::medGeometryElement typeGeo, const int nGauss, const ArrayNoGauss &cooRef, const ArrayNoGauss &cooGauss, const vector< double > &wg) throw (MEDEXCEPTION) |
| | GAUSS_LOCALIZATION (const string &locName, const MED_EN::medGeometryElement typeGeo, const int nGauss, const double *const cooRef, const double *const cooGauss, const double *const wg) throw (MEDEXCEPTION) |
| virtual | ~GAUSS_LOCALIZATION () |
| GAUSS_LOCALIZATION & | operator= (const GAUSS_LOCALIZATION &gaussLoc) |
| bool | operator== (const GAUSS_LOCALIZATION &loc) const |
| string | getName () const |
| MED_EN::medGeometryElement | getType () const |
| int | getNbGauss () const |
| const ArrayNoGauss & | getRefCoo () const |
| const ArrayNoGauss & | getGsCoo () const |
| vector< double > | getWeight () const |
| MED_EN::medModeSwitch | getInterlacingType () const |
Protected Attributes |
| string | _locName |
| MED_EN::medGeometryElement | _typeGeo |
| int | _nGauss |
| ArrayNoGauss | _cooRef |
| ArrayNoGauss | _cooGauss |
| vector< double > | _wg |
| MED_EN::medModeSwitch | _interlacingType |
Friends |
| ostream & | operator (ostream &os, const GAUSS_LOCALIZATION< INTERLACING_TAG > &loc) |
template<class INTERLACING_TAG>
class MEDMEM::GAUSS_LOCALIZATION< INTERLACING_TAG >
Member Typedef Documentation
template<class INTERLACING_TAG>
Constructor & Destructor Documentation
template<class INTERLACING_TAG >
template<class INTERLACING_TAG >
template<class INTERLACING_TAG >
template<class INTERLACING_TAG>
Member Function Documentation
template<class INTERLACING_TAG >
template<class INTERLACING_TAG >
template<class INTERLACING_TAG>
template<class INTERLACING_TAG>
template<class INTERLACING_TAG>
template<class INTERLACING_TAG>
template<class INTERLACING_TAG>
template<class INTERLACING_TAG>
template<class INTERLACING_TAG>
Friends And Related Function Documentation
template<class INTERLACING_TAG>
| ostream& operator |
( |
ostream & |
os, |
|
|
const GAUSS_LOCALIZATION< INTERLACING_TAG > & |
loc |
|
) |
| [friend] |
Field Documentation
template<class INTERLACING_TAG>
template<class INTERLACING_TAG>
template<class INTERLACING_TAG>
template<class INTERLACING_TAG>
template<class INTERLACING_TAG>
template<class INTERLACING_TAG>
template<class INTERLACING_TAG>