v0.15.0
Loading...
Searching...
No Matches
PhotonDiffusion::OpGetScalarFieldGradientValuesOnSkin Struct Reference
Inheritance diagram for PhotonDiffusion::OpGetScalarFieldGradientValuesOnSkin:
[legend]
Collaboration diagram for PhotonDiffusion::OpGetScalarFieldGradientValuesOnSkin:
[legend]

Public Member Functions

 OpGetScalarFieldGradientValuesOnSkin (boost::shared_ptr< VolSideFe > side_fe)
 
MoFEMErrorCode doWork (int side, EntityType type, DataForcesAndSourcesCore::EntData &data)
 

Public Attributes

boost::shared_ptr< VolSideFesideOpFe
 

Detailed Description

Definition at line 125 of file photon_diffusion.cpp.

Constructor & Destructor Documentation

◆ OpGetScalarFieldGradientValuesOnSkin()

PhotonDiffusion::OpGetScalarFieldGradientValuesOnSkin::OpGetScalarFieldGradientValuesOnSkin ( boost::shared_ptr< VolSideFe > side_fe)
inline
Examples
photon_diffusion.cpp.

Definition at line 129 of file photon_diffusion.cpp.

130 : BoundaryEleOp("PHOTON_FLUENCE_RATE", OPROW), sideOpFe(side_fe) {}
BoundaryEle::UserDataOperator BoundaryEleOp

Member Function Documentation

◆ doWork()

MoFEMErrorCode PhotonDiffusion::OpGetScalarFieldGradientValuesOnSkin::doWork ( int side,
EntityType type,
DataForcesAndSourcesCore::EntData & data )
inline
Examples
photon_diffusion.cpp.

Definition at line 132 of file photon_diffusion.cpp.

133 {
135 if (type != MBVERTEX)
137 CHKERR loopSideVolumes("dFE", *sideOpFe);
139 }
#define MoFEMFunctionReturnHot(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define CHKERR
Inline error check.

Member Data Documentation

◆ sideOpFe

boost::shared_ptr<VolSideFe> PhotonDiffusion::OpGetScalarFieldGradientValuesOnSkin::sideOpFe
Examples
photon_diffusion.cpp.

Definition at line 127 of file photon_diffusion.cpp.


The documentation for this struct was generated from the following file: