This class concerns the non-stationarity defined as a function (hence its name).
|
| | NoStatFunctional (const AFunctional *func) |
| |
| | NoStatFunctional (const NoStatFunctional &m)=delete |
| |
| NoStatFunctional & | operator= (const NoStatFunctional &m)=delete |
| |
| virtual | ~NoStatFunctional () |
| |
| String | toString (const AStringFormat *strfmt=nullptr) const override |
| |
| | ANoStat () |
| |
| | ANoStat (const ANoStat &m)=delete |
| |
| double | getValueOnDbOut (Id iech) const |
| |
| double | getValueOnDbIn (Id iech) const |
| |
| double | getValueOnDb (Id iech, Id icas) const |
| |
| bool | getValuesOnDb (Id icas1, Id iech1, double *val1, Id icas2, Id iech2, double *val2) const |
| |
| double | getValueOnMeshByMesh (Id imesh) const |
| |
| double | getValueOnMeshByApex (Id iapex) const |
| |
| double | getValueOnMesh (Id iapex, bool center=false) const |
| |
| void | informField (const 1 &coords, 1 &tab, bool verbose=false) |
| |
| void | informMeshByMesh (const AMesh *amesh, bool verbose=false) |
| |
| void | informMeshByApex (const AMesh *amesh, bool verbose=false) |
| |
| void | informDbIn (const Db *dbin, bool verbose=false) |
| |
| void | informDbOout (const Db *dbout, bool verbose=false) |
| |
| ANoStat & | operator= (const ANoStat &m)=delete |
| |
| virtual | ~ANoStat () |
| |
| | AStringable () |
| |
| | AStringable (const AStringable &r) |
| |
| AStringable & | operator= (const AStringable &r) |
| |
| virtual | ~AStringable () |
| |
| virtual void | display (const AStringFormat *strfmt=nullptr) const final |
| |
| virtual void | display (Id level) const final |
| |