NeoPZ
|
Contains the TPZMaterialData class which implements an interface between TPZCompEl::CalcStiff and TPZMaterial::Contribute methods. More...
Go to the source code of this file.
Classes | |
class | TPZMaterialData |
Typedefs | |
typedef TPZManVector< STATE, 10 > | TPZFemSol |
This class implements an interface between TPZCompEl::CalcStiff and TPZMaterial::Contribute methods. It request to the material which attributes must be computed by the computational element and trigger their computation. Attributes are solution and its derivatives, X coordinate, etc. More... | |
typedef TPZFNMatrix< 15, STATE > | TPZFemGradSol |
Represents the gradient of a state variable of a finite element approximation. More... | |
typedef TPZManVector< TPZFemSol, 20 > | TPZSolVec |
typedef TPZManVector< TPZFemGradSol, 20 > | TPZGradSolVec |
Contains the TPZMaterialData class which implements an interface between TPZCompEl::CalcStiff and TPZMaterial::Contribute methods.
Definition in file pzmaterialdata.h.
typedef TPZFNMatrix<15, STATE> TPZFemGradSol |
Represents the gradient of a state variable of a finite element approximation.
Definition at line 28 of file pzmaterialdata.h.
typedef TPZManVector<TPZFemGradSol,20> TPZGradSolVec |
Definition at line 30 of file pzmaterialdata.h.
typedef TPZManVector<TPZFemSol,20> TPZSolVec |
Definition at line 29 of file pzmaterialdata.h.