|
typedef Eigen::Matrix< double, nDim, 1 > | XiSized |
|
typedef Eigen::Matrix< double, nDim *nNodes, 1 > | CoordinateVector |
|
typedef Eigen::Matrix< double, nDim, nDim > | JacobianSized |
|
typedef Eigen::Matrix< double, 1, nNodes > | NSized |
|
typedef Eigen::Matrix< double, nDim, nNodes *nDim > | NBSized |
|
typedef Eigen::Matrix< double, nDim, nNodes > | dNdXiSized |
|
typedef Eigen::Matrix< double, voigtSize, nNodes *nDim > | BSized |
|
|
| MarmotGeometryElement () |
|
std::string | getElementShape () const |
|
void | assignNodeCoordinates (const double *coords) |
|
NSized | N (const XiSized &xi) const |
|
dNdXiSized | dNdXi (const XiSized &xi) const |
|
BSized | B (const dNdXiSized &dNdX) const |
|
BSized | BGreen (const dNdXiSized &dNdX, const JacobianSized &F) const |
|
NBSized | NB (const NSized &N) const |
|
JacobianSized | Jacobian (const dNdXiSized &dNdXi) const |
|
dNdXiSized | dNdX (const dNdXiSized &dNdXi, const JacobianSized &JacobianInverse) const |
|
JacobianSized | F (const dNdXiSized &dNdX, const CoordinateVector &Q) const |
|
MarmotGeometryElement< 1, 2 >::NSized | N (const XiSized &xi) const |
|
MarmotGeometryElement< 2, 4 >::NSized | N (const XiSized &xi) const |
|
MarmotGeometryElement< 2, 8 >::NSized | N (const XiSized &xi) const |
|
MarmotGeometryElement< 3, 4 >::NSized | N (const XiSized &xi) const |
|
MarmotGeometryElement< 3, 10 >::NSized | N (const XiSized &xi) const |
|
MarmotGeometryElement< 3, 8 >::NSized | N (const XiSized &xi) const |
|
MarmotGeometryElement< 3, 20 >::NSized | N (const XiSized &xi) const |
|
MarmotGeometryElement< 1, 2 >::dNdXiSized | dNdXi (const XiSized &xi) const |
|
MarmotGeometryElement< 2, 4 >::dNdXiSized | dNdXi (const XiSized &xi) const |
|
MarmotGeometryElement< 2, 8 >::dNdXiSized | dNdXi (const XiSized &xi) const |
|
MarmotGeometryElement< 3, 4 >::dNdXiSized | dNdXi (const XiSized &xi) const |
|
MarmotGeometryElement< 3, 10 >::dNdXiSized | dNdXi (const XiSized &xi) const |
|
MarmotGeometryElement< 3, 8 >::dNdXiSized | dNdXi (const XiSized &xi) const |
|
MarmotGeometryElement< 3, 20 >::dNdXiSized | dNdXi (const XiSized &xi) const |
|
MarmotGeometryElement< 1, 2 >::BSized | B (const dNdXiSized &dNdX) const |
|
MarmotGeometryElement< 2, 4 >::BSized | B (const dNdXiSized &dNdX) const |
|
MarmotGeometryElement< 2, 8 >::BSized | B (const dNdXiSized &dNdX) const |
|
MarmotGeometryElement< 3, 4 >::BSized | B (const dNdXiSized &dNdX) const |
|
MarmotGeometryElement< 3, 10 >::BSized | B (const dNdXiSized &dNdX) const |
|
MarmotGeometryElement< 3, 8 >::BSized | B (const dNdXiSized &dNdX) const |
|
MarmotGeometryElement< 3, 20 >::BSized | B (const dNdXiSized &dNdX) const |
|
MarmotGeometryElement< 1, 2 >::BSized | BGreen (const dNdXiSized &dNdX, const JacobianSized &F) const |
|
MarmotGeometryElement< 2, 4 >::BSized | BGreen (const dNdXiSized &dNdX, const JacobianSized &F) const |
|
MarmotGeometryElement< 2, 8 >::BSized | BGreen (const dNdXiSized &dNdX, const JacobianSized &F) const |
|
MarmotGeometryElement< 3, 4 >::BSized | BGreen (const dNdXiSized &dNdX, const JacobianSized &F) const |
|
MarmotGeometryElement< 3, 10 >::BSized | BGreen (const dNdXiSized &dNdX, const JacobianSized &F) const |
|
MarmotGeometryElement< 3, 8 >::BSized | BGreen (const dNdXiSized &dNdX, const JacobianSized &F) const |
|
MarmotGeometryElement< 3, 20 >::BSized | BGreen (const dNdXiSized &dNdX, const JacobianSized &F) const |
|