NeoPZ
|
Contains the TPZViscoelastic class which implements an isotropic viscoelasticity material. More...
#include <iostream>
#include "pzfmatrix.h"
#include "pzvec.h"
#include <vector>
#include "pzelast3d.h"
#include "TPZMatWithMem.h"
Go to the source code of this file.
Classes | |
class | TPZViscoelastic |
This class implements an isotropic viscoelasticity material. More... | |
Variables | |
const int | _XX_ |
First index to qsi vector for contribute method of viscoelasticity material. More... | |
const int | _XY_ |
Second index to qsi vector for contribute method of viscoelasticity material. More... | |
const int | _XZ_ |
Third index to qsi vector for contribute method of viscoelasticity material. More... | |
const int | _YY_ |
Fourth index to qsi vector for contribute method of viscoelasticity material. More... | |
const int | _YZ_ |
Fifth index to qsi vector for contribute method of viscoelasticity material. More... | |
const int | _ZZ_ |
Sixth index to qsi vector for contribute method of viscoelasticity material. More... | |
Contains the TPZViscoelastic class which implements an isotropic viscoelasticity material.
Definition in file pzviscoelastic.h.
const int _XX_ |
First index to qsi vector for contribute method of viscoelasticity material.
Definition at line 11 of file pzviscoelastic.h.
const int _XY_ |
Second index to qsi vector for contribute method of viscoelasticity material.
Definition at line 13 of file pzviscoelastic.h.
const int _XZ_ |
Third index to qsi vector for contribute method of viscoelasticity material.
Definition at line 15 of file pzviscoelastic.h.
const int _YY_ |
Fourth index to qsi vector for contribute method of viscoelasticity material.
Definition at line 17 of file pzviscoelastic.h.
const int _YZ_ |
Fifth index to qsi vector for contribute method of viscoelasticity material.
Definition at line 19 of file pzviscoelastic.h.
const int _ZZ_ |
Sixth index to qsi vector for contribute method of viscoelasticity material.
Definition at line 21 of file pzviscoelastic.h.