6 #ifndef PLACAORTHOTROPIC 7 #define PLACAORTHOTROPIC
TPZInterpolatedElement * fIntel
Computational element related with the shell.
TPZPlacaOrthotropic()
Default constructor.
Templated vector implementation.
REAL Force(TPZVec< REAL > &normal, TPZVec< REAL > &direction)
void PrintTensors(std::ostream &out)
void Tensor(TPZVec< REAL > &ksi, TPZFMatrix< REAL > &T)
Returns the tensions tensor of the shell.
void GradTensor(TPZVec< REAL > &graddir, TPZVec< REAL > &ksi, TPZFMatrix< REAL > &gradtensor)
~TPZPlacaOrthotropic()
Destrutor.
Defines the behaviour of all geometric elements. GeometryTPZGeoEl is the common denominator for all g...
REAL GradMoment(REAL zref, TPZVec< REAL > &graddir, TPZVec< REAL > &normal, TPZVec< REAL > &direction)
Contains TPZMatrixclass which implements full matrix (using column major representation).
REAL GradForce(TPZVec< REAL > &graddir, TPZVec< REAL > &normal, TPZVec< REAL > &direction)
TPZInterpolatedElement * ComputEl()
O objeto desta classe representa uma placa do objeto multicamada.
Defines the interface of a computational element. Computational Element.
REAL Moment(REAL zref, TPZVec< REAL > &normal, TPZVec< REAL > &direction)
Implements computational element based on an interpolation space. Computational Element.