Flow123d  DF_patch_fe_data_tables-22c8b57
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 ,
  opExpansionCoords , opExpansionJac , opExpansionInvJac , opExpansionJacDet ,
  opCoords , opWeights , opJxW
}
 enum of bulk operation More...
 

Enumeration Type Documentation

◆ BulkOps

enum of bulk operation

Enumerator
opElCoords 

operations evaluated on elements

coordinations of all nodes of element

opJac 

Jacobian of element.

opInvJac 

inverse Jacobian

opJacDet 

determinant of Jacobian

opExpansionCoords 

operation executed expansion to quadrature point (value of element > values on quadrature points)

expands coordinates

opExpansionJac 

expands Jacobian

opExpansionInvJac 

expands inverse Jacobian

opExpansionJacDet 

expands Jacobian determinant

opCoords 

operations evaluated on quadrature points

coordinations of quadrature point

opWeights 

weight of quadrature point

opJxW 

JxW value of quadrature point.

Definition at line 49 of file patch_point_values.hh.