9 #ifndef PstabErrorIndicatorEdgeAlgorithm_h 10 #define PstabErrorIndicatorEdgeAlgorithm_h 16 #include <stk_mesh/base/Part.hpp> 29 stk::mesh::Part *part,
32 const bool simpleGradApproach =
false);
void execute()
Definition: PstabErrorIndicatorEdgeAlgorithm.C:62
VectorFieldType * Gpdx_
Definition: PstabErrorIndicatorEdgeAlgorithm.h:39
GenericFieldType * pstabEI_
Definition: PstabErrorIndicatorEdgeAlgorithm.h:42
Definition: ABLForcingAlgorithm.C:26
ScalarFieldType * pressure_
Definition: PstabErrorIndicatorEdgeAlgorithm.h:38
stk::mesh::Field< double, stk::mesh::SimpleArrayTag > GenericFieldType
Definition: FieldTypeDef.h:27
Definition: PstabErrorIndicatorEdgeAlgorithm.h:23
stk::mesh::Field< double, stk::mesh::Cartesian > VectorFieldType
Definition: FieldTypeDef.h:24
VectorFieldType * edgeAreaVec_
Definition: PstabErrorIndicatorEdgeAlgorithm.h:41
stk::mesh::Field< double > ScalarFieldType
Definition: FieldTypeDef.h:19
~PstabErrorIndicatorEdgeAlgorithm()
Definition: PstabErrorIndicatorEdgeAlgorithm.C:165
PstabErrorIndicatorEdgeAlgorithm(Realm &realm, stk::mesh::Part *part, ScalarFieldType *pressure, VectorFieldType *Gpdx, const bool simpleGradApproach=false)
Definition: PstabErrorIndicatorEdgeAlgorithm.C:37
Definition: Algorithm.h:28
VectorFieldType * coordinates_
Definition: PstabErrorIndicatorEdgeAlgorithm.h:40
const double simpleGradApproachScale_
Definition: PstabErrorIndicatorEdgeAlgorithm.h:44