9 #ifndef LimiterErrorIndicatorElemAlgorithm_h 10 #define LimiterErrorIndicatorElemAlgorithm_h 16 #include <stk_mesh/base/Part.hpp> 29 stk::mesh::Part *part);
Definition: ABLForcingAlgorithm.C:26
VectorFieldType * coordinates_
Definition: LimiterErrorIndicatorElemAlgorithm.h:40
stk::mesh::Field< double, stk::mesh::SimpleArrayTag > GenericFieldType
Definition: FieldTypeDef.h:27
stk::mesh::Field< double, stk::mesh::Cartesian > VectorFieldType
Definition: FieldTypeDef.h:24
LimiterErrorIndicatorElemAlgorithm(Realm &realm, stk::mesh::Part *part)
Definition: LimiterErrorIndicatorElemAlgorithm.C:36
~LimiterErrorIndicatorElemAlgorithm()
Definition: LimiterErrorIndicatorElemAlgorithm.C:193
VectorFieldType * velocity_
Definition: LimiterErrorIndicatorElemAlgorithm.h:39
Definition: LimiterErrorIndicatorElemAlgorithm.h:23
Definition: Algorithm.h:28
GenericFieldType * dudx_
Definition: LimiterErrorIndicatorElemAlgorithm.h:41
double van_leer(const double &dqm, const double &dqp, const double &small)
Definition: LimiterErrorIndicatorElemAlgorithm.C:202
GenericFieldType * LimiterEI_
Definition: LimiterErrorIndicatorElemAlgorithm.h:42
void execute()
Definition: LimiterErrorIndicatorElemAlgorithm.C:53