NeoPZ
Classes | Variables
pzviscoelastic.h File Reference

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"
Include dependency graph for pzviscoelastic.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Contains the TPZViscoelastic class which implements an isotropic viscoelasticity material.

Author
Nathan Shauer

Definition in file pzviscoelastic.h.

Variable Documentation

◆ _XX_

const int _XX_

First index to qsi vector for contribute method of viscoelasticity material.

Definition at line 11 of file pzviscoelastic.h.

◆ _XY_

const int _XY_

Second index to qsi vector for contribute method of viscoelasticity material.

Definition at line 13 of file pzviscoelastic.h.

◆ _XZ_

const int _XZ_

Third index to qsi vector for contribute method of viscoelasticity material.

Definition at line 15 of file pzviscoelastic.h.

◆ _YY_

const int _YY_

Fourth index to qsi vector for contribute method of viscoelasticity material.

Definition at line 17 of file pzviscoelastic.h.

◆ _YZ_

const int _YZ_

Fifth index to qsi vector for contribute method of viscoelasticity material.

Definition at line 19 of file pzviscoelastic.h.

◆ _ZZ_

const int _ZZ_

Sixth index to qsi vector for contribute method of viscoelasticity material.

Definition at line 21 of file pzviscoelastic.h.