#include <MaterialTensorAux.h>
Definition at line 21 of file MaterialTensorAux.h.
◆ MaterialTensorAux()
MaterialTensorAux::MaterialTensorAux |
( |
const InputParameters & |
parameters | ) |
|
◆ ~MaterialTensorAux()
virtual MaterialTensorAux::~MaterialTensorAux |
( |
| ) |
|
|
inlinevirtual |
◆ computeValue()
Real MaterialTensorAux::computeValue |
( |
| ) |
|
|
protectedvirtual |
Definition at line 38 of file MaterialTensorAux.C.
40 RealVectorValue direction;
49 Moose::err <<
"qp_select = " <<
_qp_select << std::endl;
50 Moose::err <<
"qp = " << _qp << std::endl;
51 Moose::err <<
"q_point.size() = " << _q_point.size() << std::endl;
52 mooseError(
"The parameter qp_select is not valid");
◆ _has_qp_select
const bool MaterialTensorAux::_has_qp_select |
|
protected |
◆ _material_tensor_calculator
◆ _qp_select
const unsigned int MaterialTensorAux::_qp_select |
|
protected |
◆ _tensor
const MaterialProperty<SymmTensor>& MaterialTensorAux::_tensor |
|
protected |
The documentation for this class was generated from the following files: