Definition at line 8 of file Constant.cpp.
◆ operator()() [1/8]
| PropertyDataType MaterialPropertyLib::ZeroInitPropertyDataType::operator() |
( |
double | | ) |
const |
|
inline |
◆ operator()() [2/8]
| PropertyDataType MaterialPropertyLib::ZeroInitPropertyDataType::operator() |
( |
Eigen::Matrix< double, 2, 2 > | | ) |
const |
|
inline |
Definition at line 22 of file Constant.cpp.
23 {
24 return Eigen::Matrix<double, 2, 2>::Zero().eval();
25 }
◆ operator()() [3/8]
| PropertyDataType MaterialPropertyLib::ZeroInitPropertyDataType::operator() |
( |
Eigen::Matrix< double, 3, 3 > | | ) |
const |
|
inline |
Definition at line 26 of file Constant.cpp.
27 {
28 return Eigen::Matrix<double, 3, 3>::Zero().eval();
29 }
◆ operator()() [4/8]
| PropertyDataType MaterialPropertyLib::ZeroInitPropertyDataType::operator() |
( |
Eigen::Matrix< double, 4, 1 > | | ) |
const |
|
inline |
Definition at line 31 of file Constant.cpp.
32 {
33 return Eigen::Matrix<double, 4, 1>::Zero().eval();
34 }
◆ operator()() [5/8]
| PropertyDataType MaterialPropertyLib::ZeroInitPropertyDataType::operator() |
( |
Eigen::Matrix< double, 6, 1 > | | ) |
const |
|
inline |
Definition at line 36 of file Constant.cpp.
37 {
38 return Eigen::Matrix<double, 6, 1>::Zero().eval();
39 }
◆ operator()() [6/8]
| PropertyDataType MaterialPropertyLib::ZeroInitPropertyDataType::operator() |
( |
Eigen::MatrixXd | | ) |
const |
|
inline |
Definition at line 41 of file Constant.cpp.
42 {
43 return Eigen::MatrixXd(0, 0);
44 }
◆ operator()() [7/8]
| PropertyDataType MaterialPropertyLib::ZeroInitPropertyDataType::operator() |
( |
Eigen::Vector2d | | ) |
const |
|
inline |
Definition at line 12 of file Constant.cpp.
13 {
14 return Eigen::Vector2d::Zero().eval();
15 }
◆ operator()() [8/8]
| PropertyDataType MaterialPropertyLib::ZeroInitPropertyDataType::operator() |
( |
Eigen::Vector3d | | ) |
const |
|
inline |
Definition at line 17 of file Constant.cpp.
18 {
19 return Eigen::Vector3d::Zero().eval();
20 }
The documentation for this struct was generated from the following file: