![]() |
v0.13.2 |
#include <users_modules/softmech/chemo_mech/src/rd_stdOperators.hpp>
Public Member Functions | |
PreviousData () | |
Public Attributes | |
MatrixDouble | grads |
Gradients of field "u" at integration points. More... | |
VectorDouble | values |
Values of field "u" at integration points. More... | |
VectorDouble | dot_values |
Rate of values of field "u" at integration points. More... | |
VectorDouble | slow_values |
MatrixDouble | invJac |
Inverse of element jacobian. More... | |
Definition at line 62 of file rd_stdOperators.hpp.
|
inline |
Definition at line 71 of file rd_stdOperators.hpp.
VectorDouble StdRDOperators::PreviousData::dot_values |
Rate of values of field "u" at integration points.
Definition at line 66 of file rd_stdOperators.hpp.
MatrixDouble StdRDOperators::PreviousData::grads |
Gradients of field "u" at integration points.
Definition at line 63 of file rd_stdOperators.hpp.
MatrixDouble StdRDOperators::PreviousData::invJac |
Inverse of element jacobian.
Definition at line 69 of file rd_stdOperators.hpp.
VectorDouble StdRDOperators::PreviousData::slow_values |
Definition at line 67 of file rd_stdOperators.hpp.
VectorDouble StdRDOperators::PreviousData::values |
Values of field "u" at integration points.
Definition at line 64 of file rd_stdOperators.hpp.