|
| Tensor (TPZAnalyticSolution *root) |
|
virtual | ~Tensor () |
|
virtual void | Execute (const TPZVec< REAL > &x, TPZVec< STATE > &f, TPZFMatrix< STATE > &df) |
| Performs function computation. More...
|
|
virtual int | PolynomialOrder () const |
| Polynomial order of this function. More...
|
|
| TPZFunction () |
| Class constructor. More...
|
|
| ~TPZFunction () |
| Class destructor. More...
|
|
virtual void | Execute (const TPZVec< REAL > &x, REAL time, TPZVec< STATE > &f, TPZFMatrix< STATE > &gradf) |
| Performs time dependent function computation. More...
|
|
virtual void | Execute (const TPZVec< REAL > &x, const TPZFMatrix< REAL > &axes, TPZVec< STATE > &f, TPZFMatrix< STATE > &df) |
| Execute method receiving axes. It is used in shape functions. More...
|
|
virtual void | Execute (const TPZVec< REAL > &x, TPZVec< STATE > &f) |
| Simpler version of Execute method which does not compute function derivatives. More...
|
|
virtual int | NFunctions () const |
| number of values returned by this function More...
|
|
virtual void | Print (std::ostream &out) |
| Print a brief statement. More...
|
|
int | ClassId () const override |
| Define the class id associated with the class. More...
|
|
void | Write (TPZStream &buf, int withclassid) const override |
| Writes this object to the TPZStream buffer. Include the classid if withclassid = true. More...
|
|
void | Read (TPZStream &buf, void *context) override |
| read objects from the stream More...
|
|
| TPZSavable () |
|
virtual | ~TPZSavable () |
|
virtual std::list< std::map< std::string, uint64_t > > | VersionHistory () const |
|
virtual std::pair< std::string, uint64_t > | Version () const |
|
virtual bool | Compare (TPZSavable *copy, bool override=false) |
| Compares the object for identity with the object pointed to, eventually copy the object. More...
|
|
virtual bool | Compare (TPZSavable *copy, bool override=false) const |
| Compares the object for identity with the object pointed to, eventually copy the object. More...
|
|
template<typename T > |
| TPZRegisterClassId (int(T::*)() const) |
|
| TPZRegisterClassId ()=default |
|
Definition at line 61 of file TPZAnalyticSolution.h.