NeoPZ
Classes | Typedefs
pzmaterialdata.h File Reference

Contains the TPZMaterialData class which implements an interface between TPZCompEl::CalcStiff and TPZMaterial::Contribute methods. More...

#include "pzmanvector.h"
#include "pzfmatrix.h"
Include dependency graph for pzmaterialdata.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Contains the TPZMaterialData class which implements an interface between TPZCompEl::CalcStiff and TPZMaterial::Contribute methods.

Definition in file pzmaterialdata.h.

Typedef Documentation

◆ TPZFemGradSol

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.

◆ TPZGradSolVec

Definition at line 30 of file pzmaterialdata.h.

◆ TPZSolVec

Definition at line 29 of file pzmaterialdata.h.