GRINS-0.8.0
|
#include <elasticity_tensor.h>
Public Member Functions | |
ElasticityTensor () | |
virtual | ~ElasticityTensor () |
libMesh::Real | operator() (unsigned int i, unsigned int j, unsigned int k, unsigned int l) const |
Value of C_{ijkl}. More... | |
libMesh::Real & | operator() (unsigned int i, unsigned int j, unsigned int k, unsigned int l) |
Protected Attributes | |
libMesh::Real | _C [3][3][3][3] |
Elasticity tensor. More... | |
Definition at line 33 of file elasticity_tensor.h.
|
inline |
Definition at line 37 of file elasticity_tensor.h.
|
inlinevirtual |
Definition at line 38 of file elasticity_tensor.h.
|
inline |
Value of C_{ijkl}.
Definition at line 53 of file elasticity_tensor.h.
References _C.
|
inline |
Definition at line 59 of file elasticity_tensor.h.
References _C.
|
protected |
Elasticity tensor.
Definition at line 49 of file elasticity_tensor.h.
Referenced by operator()().