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