#include <anisotropic_elasticity_cubic_sym.h>
|
std::vector< libMesh::Real > | vector |
|
Order4Tensor::Order4Tensor |
( |
| ) |
|
|
inline |
Order4Tensor::Order4Tensor |
( |
int |
dim | ) |
|
|
inline |
libMesh::Real & Order4Tensor::operator() |
( |
unsigned int |
iii, |
|
|
unsigned int |
jjj, |
|
|
unsigned int |
kkk, |
|
|
unsigned int |
lll |
|
) |
| |
|
inline |
void Order4Tensor::set_dimension |
( |
int |
dim | ) |
|
|
inline |
Definition at line 37 of file anisotropic_elasticity_cubic_sym.h.
41 vector.resize(std::pow(m_dim,4),0);
43 for(
int iii = 0; iii < 4; ++iii)
45 m_idx_mult[iii] = std::pow(m_dim,iii);
std::vector< libMesh::Real > vector
std::vector<libMesh::Real> Order4Tensor::vector |
The documentation for this class was generated from the following file: