Public Member Functions |
| | MEDCalculatorDBSliceField (int iter, int order) |
| | MEDCalculatorDBSliceField (MEDCouplingFieldDouble *f) |
| bool | isFetched () const |
| void | getDtIt (int &it, int &order) const |
| void | setField (MEDCouplingFieldDouble *f) const |
| void | setName (const char *name) |
| void | setDescription (const char *descr) |
| void | write (const char *fName, const std::string &n, const std::string &d) const throw (INTERP_KERNEL::Exception) |
| const MEDCouplingMesh * | getMesh (TypeOfField type, const std::string &fname, const std::string &mname, const std::string &fieldName) const |
| MEDCouplingFieldDouble * | getField (TypeOfField type, const std::string &fname, const std::string &mname, const std::string &fieldName) const |
| MEDCouplingFieldDouble * | getFieldWithoutQuestion (int sizeCThis, const MEDCalculatorDBRangeSelection &thisC) const |
| MEDCouplingFieldDouble * | getFieldAttribute () const |
| MEDCouplingFieldDouble * | buildCstFromThis (double val, int nbOfComp, const MEDCouplingFieldDouble *m) const |
| void | assign (const MEDCalculatorDBSliceField *other, int sizeCThis, const MEDCalculatorDBRangeSelection &thisC, int sizeCOther, const MEDCalculatorDBRangeSelection &otherC) |
| MEDCalculatorDBSliceField * | add (const MEDCalculatorDBSliceField *other, const DataArrayInt *cc, const DataArrayInt *nc, int sizeCThis, const MEDCalculatorDBRangeSelection &thisC, int sizeCOther, const MEDCalculatorDBRangeSelection &otherC) const |
| MEDCalculatorDBSliceField * | substract (const MEDCalculatorDBSliceField *other, const DataArrayInt *cc, const DataArrayInt *nc, int sizeCThis, const MEDCalculatorDBRangeSelection &thisC, int sizeCOther, const MEDCalculatorDBRangeSelection &otherC) const |
| MEDCalculatorDBSliceField * | multiply (const MEDCalculatorDBSliceField *other, const DataArrayInt *cc, const DataArrayInt *nc, int sizeCThis, const MEDCalculatorDBRangeSelection &thisC, int sizeCOther, const MEDCalculatorDBRangeSelection &otherC) const |
| MEDCalculatorDBSliceField * | divide (const MEDCalculatorDBSliceField *other, const DataArrayInt *cc, const DataArrayInt *nc, int sizeCThis, const MEDCalculatorDBRangeSelection &thisC, int sizeCOther, const MEDCalculatorDBRangeSelection &otherC) const |
| MEDCalculatorDBSliceField * | dot (const MEDCalculatorDBSliceField *other, int sizeCThis, const MEDCalculatorDBRangeSelection &thisC, int sizeCOther, const MEDCalculatorDBRangeSelection &otherC) const |
| MEDCalculatorDBSliceField * | crossProduct (const MEDCalculatorDBSliceField *other, int sizeCThis, const MEDCalculatorDBRangeSelection &thisC, int sizeCOther, const MEDCalculatorDBRangeSelection &otherC) const |
| MEDCalculatorDBSliceField * | doublyContractedProduct (int sizeCThis, const MEDCalculatorDBRangeSelection &thisC) const throw (INTERP_KERNEL::Exception) |
| MEDCalculatorDBSliceField * | determinant (int sizeCThis, const MEDCalculatorDBRangeSelection &thisC) const throw (INTERP_KERNEL::Exception) |
| MEDCalculatorDBSliceField * | eigenValues (int sizeCThis, const MEDCalculatorDBRangeSelection &thisC) const throw (INTERP_KERNEL::Exception) |
| MEDCalculatorDBSliceField * | eigenVectors (int sizeCThis, const MEDCalculatorDBRangeSelection &thisC) const throw (INTERP_KERNEL::Exception) |
| MEDCalculatorDBSliceField * | inverse (int sizeCThis, const MEDCalculatorDBRangeSelection &thisC) const throw (INTERP_KERNEL::Exception) |
| MEDCalculatorDBSliceField * | trace (int sizeCThis, const MEDCalculatorDBRangeSelection &thisC) const throw (INTERP_KERNEL::Exception) |
| MEDCalculatorDBSliceField * | deviator (int sizeCThis, const MEDCalculatorDBRangeSelection &thisC) const throw (INTERP_KERNEL::Exception) |
| MEDCalculatorDBSliceField * | magnitude (int sizeCThis, const MEDCalculatorDBRangeSelection &thisC) const throw (INTERP_KERNEL::Exception) |
| void | applyFunc (const char *func, int sizeCThis, const MEDCalculatorDBRangeSelection &thisC) |
| bool | isEqual (const MEDCalculatorDBSliceField *other, const DataArrayInt *cc, const DataArrayInt *nc, int sizeCThis, const MEDCalculatorDBRangeSelection &thisC, int sizeCOther, const MEDCalculatorDBRangeSelection &otherC, double prec) const |
Private Member Functions |
| | ~MEDCalculatorDBSliceField () |
Private Attributes |
| int | _iteration |
| int | _order |
| MEDCouplingFieldDouble * | _field |
| MEDCouplingFieldDouble * | _work |