NeoPZ
|
#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_ |
const int | _XY_ |
const int | _XZ_ |
const int | _YY_ |
const int | _YZ_ |
const int | _ZZ_ |
const int _XX_ |
Definition at line 12 of file pzviscoelastic.h.
const int _XY_ |
Definition at line 13 of file pzviscoelastic.h.
const int _XZ_ |
Definition at line 14 of file pzviscoelastic.h.
const int _YY_ |
Definition at line 15 of file pzviscoelastic.h.
const int _YZ_ |
Definition at line 16 of file pzviscoelastic.h.
const int _ZZ_ |
Definition at line 17 of file pzviscoelastic.h.