|
Flow123d
DF_patch_fe_mechanics-ccea6e4
|
Classes | |
| class | PatchPointValues |
| Bulk Side specialization, order of item in operations_ vector corresponds to the SideOps enum. More... | |
Enumerations | |
| enum | SideOps { opWeights , opRefScalar , opRefVector , opRefScalarGrad , opRefVectorGrad , opElCoords , opElJac , opElInvJac , opSideCoords , opSideJac , opSideJacDet , opCoords , opJxW , opNormalVec , opScalarShape , opVectorShape , opGradScalarShape , opGradVectorShape , opVectorSymGrad , opVectorDivergence , opNItems } |
| enum FeSide::SideOps |
Enumeration of element side 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 95 of file patch_point_values.hh.