8 #ifndef ErrorIndicatorAlgorithmDriver_h 9 #define ErrorIndicatorAlgorithmDriver_h 14 #if defined (NALU_USES_PERCEPT) 15 #include <percept/FieldTypes.hpp> 36 #if defined (NALU_USES_PERCEPT) ~ErrorIndicatorAlgorithmDriver()
Definition: ErrorIndicatorAlgorithmDriver.C:71
Definition: ABLForcingAlgorithm.C:26
void post_work()
Definition: ErrorIndicatorAlgorithmDriver.C:90
ScalarFieldType * refineLevelField_
Definition: ErrorIndicatorAlgorithmDriver.h:45
stk::mesh::Field< double, stk::mesh::SimpleArrayTag > GenericFieldType
Definition: FieldTypeDef.h:27
ScalarFieldType * refineField_
Definition: ErrorIndicatorAlgorithmDriver.h:43
double maxErrorIndicator_
Definition: ErrorIndicatorAlgorithmDriver.h:48
stk::mesh::Field< double > ScalarFieldType
Definition: FieldTypeDef.h:19
GenericFieldType * errorIndicator_
Definition: ErrorIndicatorAlgorithmDriver.h:42
Definition: AlgorithmDriver.h:22
void pre_work()
Definition: ErrorIndicatorAlgorithmDriver.C:80
ErrorIndicatorAlgorithmDriver(Realm &realm)
Definition: ErrorIndicatorAlgorithmDriver.C:50
ScalarFieldType * refineFieldOrig_
Definition: ErrorIndicatorAlgorithmDriver.h:44
Definition: ErrorIndicatorAlgorithmDriver.h:23