|
Flow123d
DF_patch_fe_mechanics-ccea6e4
|
Classes | |
| class | PatchPointValues |
Enumerations | |
| enum | BulkOps { opWeights , opRefScalar , opRefVector , opRefScalarGrad , opRefVectorGrad , opElCoords , opJac , opInvJac , opJacDet , opCoords , opJxW , opScalarShape , opVectorShape , opGradScalarShape , opGradVectorShape , opVectorSymGrad , opVectorDivergence , opNItems } |
| enum FeBulk::BulkOps |
Enumeration of element bulk operations
Operations are stored in fix order. Order in enum is equal to order in PatchPointVale::operations_ vector. FE operations are added dynamically by request of user.
Definition at line 59 of file patch_point_values.hh.