TrilinosCouplings
Development
|
User-defined material tensor. More...
Public Member Functions | |
MaterialTensor (const double offDiagVal) | |
void | operator() (Scalar material[][3], const Scalar &x, const Scalar &y, const Scalar &z) const |
User-defined material tensor.
Evaluate the tensor using operator(). Its arguments are:
material | [out] 3 x 3 material tensor evaluated at (x,y,z) |
x | [in] x-coordinate of the evaluation point |
y | [in] y-coordinate of the evaluation point |
z | [in] z-coordinate of the evaluation point |