Version: 6.3.1
Public Member Functions | Private Member Functions | Private Attributes

ParaMEDMEM.MEDCalculatorDBFieldReal Class Reference

#include <MEDCalculatorDBField.hxx>

Inheritance diagram for ParaMEDMEM.MEDCalculatorDBFieldReal:
Inheritance graph

Public Member Functions

 MEDCalculatorDBFieldReal (const MEDCalculatorBrowserField &ls)
 ~MEDCalculatorDBFieldReal ()
void setName (const char *name)
void setDescription (const char *descr)
void write (const char *fName, bool writeFromScratch) const throw (INTERP_KERNEL::Exception)
void display () const throw (INTERP_KERNEL::Exception)
std::string simpleRepr () const
MEDCalculatorDBFieldRealoperator() (const MEDCalculatorDBRangeSelection &t, const MEDCalculatorDBRangeSelection &p, const MEDCalculatorDBRangeSelection &c) throw (INTERP_KERNEL::Exception)
const MEDCalculatorDBFieldRealoperator= (const MEDCalculatorDBFieldReal &other) throw (INTERP_KERNEL::Exception)
const MEDCalculatorDBFieldRealoperator= (double val) throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFieldoperator+ (const MEDCalculatorDBField &other) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFieldadd (const MEDCalculatorDBFieldReal &other) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFieldoperator- (const MEDCalculatorDBField &other) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFieldsubstract (const MEDCalculatorDBFieldReal &other) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFieldoperator* (const MEDCalculatorDBField &other) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFieldmultiply (const MEDCalculatorDBFieldReal &other) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFieldoperator/ (const MEDCalculatorDBField &other) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFielddivide (const MEDCalculatorDBFieldReal &other) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFieldoperator^ (const MEDCalculatorDBFieldReal &other) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFielddot (const MEDCalculatorDBFieldReal &other) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFieldcrossProduct (const MEDCalculatorDBFieldReal &other) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFielddoublyContractedProduct () const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFielddeterminant () const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFieldeigenValues () const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFieldeigenVectors () const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFieldinverse () const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFieldtrace () const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFielddeviator () const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBFieldmagnitude () const throw (INTERP_KERNEL::Exception)
void applyFunc (const char *func) throw (INTERP_KERNEL::Exception)
bool isEqual (const MEDCalculatorDBField &other, double precM, double precF) const
bool isEqualSameType (const MEDCalculatorDBFieldReal &other, double precM, double precF) const
MEDCalculatorDBFieldRealbuildCstFieldFromThis (double val) const
void checkCoherency (const MEDCalculatorDBFieldReal &other) const throw (INTERP_KERNEL::Exception)
void fetchData () const throw (INTERP_KERNEL::Exception)
TypeOfField getType () const
int getNumberOfSteps () const
int getNumberOfFetchedSteps () const
int getNumberOfComponents () const
std::vector
< MEDCouplingFieldDouble * > 
getFields () const throw (INTERP_KERNEL::Exception)
std::string getInfoOnComponent (int i) const throw (INTERP_KERNEL::Exception)
void setInfoOnComponent (int i, const char *info) throw (INTERP_KERNEL::Exception)

Private Member Functions

 MEDCalculatorDBFieldReal (TypeOfField type)

Private Attributes

std::string _name
std::string _description
std::string _file_name
std::string _mesh_name
std::string _field_name
TypeOfField _type
MEDCalculatorDBRangeSelection _t
MEDCalculatorDBRangeSelection _p
std::vector< std::string > _c_labels
MEDCalculatorDBRangeSelection _c
std::vector
< MEDCouplingAutoRefCountObjectPtr
< MEDCalculatorDBSliceField > > 
_time_steps

Constructor & Destructor Documentation

MEDCalculatorDBFieldReal::MEDCalculatorDBFieldReal ( const MEDCalculatorBrowserField ls)
MEDCalculatorDBFieldReal::~MEDCalculatorDBFieldReal ( )
MEDCalculatorDBFieldReal::MEDCalculatorDBFieldReal ( TypeOfField  type) [private]

Member Function Documentation

void MEDCalculatorDBFieldReal::setName ( const char *  name)
void MEDCalculatorDBFieldReal::setDescription ( const char *  descr)
void MEDCalculatorDBFieldReal::write ( const char *  fName,
bool  writeFromScratch 
) const throw (INTERP_KERNEL::Exception)
void MEDCalculatorDBFieldReal::display ( ) const throw (INTERP_KERNEL::Exception)
std::string MEDCalculatorDBFieldReal::simpleRepr ( ) const
MEDCalculatorDBFieldReal * MEDCalculatorDBFieldReal::operator() ( const MEDCalculatorDBRangeSelection t,
const MEDCalculatorDBRangeSelection p,
const MEDCalculatorDBRangeSelection c 
) throw (INTERP_KERNEL::Exception)
const MEDCalculatorDBFieldReal & MEDCalculatorDBFieldReal::operator= ( const MEDCalculatorDBFieldReal other) throw (INTERP_KERNEL::Exception)
const MEDCalculatorDBFieldReal & MEDCalculatorDBFieldReal::operator= ( double  val) throw (INTERP_KERNEL::Exception)
MEDCalculatorDBField * MEDCalculatorDBFieldReal::operator+ ( const MEDCalculatorDBField other) const throw (INTERP_KERNEL::Exception) [virtual]
MEDCalculatorDBField * MEDCalculatorDBFieldReal::add ( const MEDCalculatorDBFieldReal other) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBField * MEDCalculatorDBFieldReal::operator- ( const MEDCalculatorDBField other) const throw (INTERP_KERNEL::Exception) [virtual]
MEDCalculatorDBField * MEDCalculatorDBFieldReal::substract ( const MEDCalculatorDBFieldReal other) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBField * MEDCalculatorDBFieldReal::operator* ( const MEDCalculatorDBField other) const throw (INTERP_KERNEL::Exception) [virtual]
MEDCalculatorDBField * MEDCalculatorDBFieldReal::multiply ( const MEDCalculatorDBFieldReal other) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBField * MEDCalculatorDBFieldReal::operator/ ( const MEDCalculatorDBField other) const throw (INTERP_KERNEL::Exception) [virtual]
MEDCalculatorDBField * MEDCalculatorDBFieldReal::divide ( const MEDCalculatorDBFieldReal other) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBField * MEDCalculatorDBFieldReal::operator^ ( const MEDCalculatorDBFieldReal other) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBField * MEDCalculatorDBFieldReal::dot ( const MEDCalculatorDBFieldReal other) const throw (INTERP_KERNEL::Exception)

References testMEDMEM.ret.

MEDCalculatorDBField * MEDCalculatorDBFieldReal::crossProduct ( const MEDCalculatorDBFieldReal other) const throw (INTERP_KERNEL::Exception)

References testMEDMEM.ret.

MEDCalculatorDBField * MEDCalculatorDBFieldReal::doublyContractedProduct ( ) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBField * MEDCalculatorDBFieldReal::determinant ( ) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBField * MEDCalculatorDBFieldReal::eigenValues ( ) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBField * MEDCalculatorDBFieldReal::eigenVectors ( ) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBField * MEDCalculatorDBFieldReal::inverse ( ) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBField * MEDCalculatorDBFieldReal::trace ( ) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBField * MEDCalculatorDBFieldReal::deviator ( ) const throw (INTERP_KERNEL::Exception)
MEDCalculatorDBField * MEDCalculatorDBFieldReal::magnitude ( ) const throw (INTERP_KERNEL::Exception)
void MEDCalculatorDBFieldReal::applyFunc ( const char *  func) throw (INTERP_KERNEL::Exception)

References Med_Gen_test.it.

bool MEDCalculatorDBFieldReal::isEqual ( const MEDCalculatorDBField other,
double  precM,
double  precF 
) const [virtual]
bool MEDCalculatorDBFieldReal::isEqualSameType ( const MEDCalculatorDBFieldReal other,
double  precM,
double  precF 
) const
MEDCalculatorDBFieldReal * MEDCalculatorDBFieldReal::buildCstFieldFromThis ( double  val) const
void MEDCalculatorDBFieldReal::checkCoherency ( const MEDCalculatorDBFieldReal other) const throw (INTERP_KERNEL::Exception)
void MEDCalculatorDBFieldReal::fetchData ( ) const throw (INTERP_KERNEL::Exception)
TypeOfField ParaMEDMEM.MEDCalculatorDBFieldReal.getType ( ) const
int MEDCalculatorDBFieldReal::getNumberOfSteps ( ) const
int MEDCalculatorDBFieldReal::getNumberOfFetchedSteps ( ) const
int MEDCalculatorDBFieldReal::getNumberOfComponents ( ) const
std::vector< MEDCouplingFieldDouble * > MEDCalculatorDBFieldReal::getFields ( ) const throw (INTERP_KERNEL::Exception)
std::string MEDCalculatorDBFieldReal::getInfoOnComponent ( int  i) const throw (INTERP_KERNEL::Exception)
void MEDCalculatorDBFieldReal::setInfoOnComponent ( int  i,
const char *  info 
) throw (INTERP_KERNEL::Exception)

Field Documentation

std::vector<std::string> ParaMEDMEM.MEDCalculatorDBFieldReal._c_labels [private]
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS