Flow123d  DF_patch_fe_data_tables-6bd0dc8
Classes | Enumerations
FeSide Namespace Reference

Classes

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

Enumerations

enum  SideOps {
  opElCoords , opElJac , opElInvJac , opSideCoords ,
  opSideJac , opSideJacDet , opExpansionElCoords , opExpansionElJac ,
  opExpansionElInvJac , opExpansionSideCoords , opExpansionSideJac , opExpansionSideJacDet ,
  opCoords , opWeights , opJxW , opNormalVec
}
 

Enumeration Type Documentation

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

Enumerator
opElCoords 

operations evaluated on elements

coordinations of all nodes of element

opElJac 

Jacobian of element.

opElInvJac 

inverse Jacobian of element

opSideCoords 

operations evaluated on sides

coordinations of all nodes of side

opSideJac 

Jacobian of element.

opSideJacDet 

determinant of Jacobian of side

opExpansionElCoords 

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

expands coordinates on element

opExpansionElJac 

expands Jacobian on element

opExpansionElInvJac 

expands inverse Jacobian on element

opExpansionSideCoords 

expands coordinates on side

opExpansionSideJac 

expands Jacobian on side

opExpansionSideJacDet 

expands Jacobian determinant on side

opCoords 

operations evaluated on quadrature points

coordinations of quadrature point

opWeights 

weight of quadrature point

opJxW 

JxW value of quadrature point.

opNormalVec 

normal vector of quadrature point

Definition at line 80 of file patch_point_values.hh.