Flow123d  DF_patch_fe_mechanics-24d9721
Classes | Enumerations
FeBulk Namespace Reference

Classes

class  PatchPointValues
 Bulk data specialization, order of item in operations_ vector corresponds to the BulkOps enum. More...
 

Enumerations

enum  BulkOps {
  opElCoords , opJac , opInvJac , opJacDet ,
  opCoords , opWeights , opJxW
}
 

Enumeration Type Documentation

◆ 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.

Enumerator
opElCoords 

operations evaluated on elements

coordinations of all nodes of element

opJac 

Jacobian of element.

opInvJac 

inverse Jacobian

opJacDet 

determinant of Jacobian

opCoords 

operations evaluated on quadrature points

coordinations of quadrature point

opWeights 

weight of quadrature point

opJxW 

JxW value of quadrature point.

Definition at line 57 of file patch_point_values.hh.