diff --git a/include/error_estimation/exact_error_estimator.h b/include/error_estimation/exact_error_estimator.h index 8ff34274db8..9c119af2663 100644 --- a/include/error_estimation/exact_error_estimator.h +++ b/include/error_estimation/exact_error_estimator.h @@ -23,6 +23,8 @@ // Local Includes #include "libmesh/error_estimator.h" #include "libmesh/function_base.h" +#include "libmesh/vector_value.h" +#include "libmesh/tensor_value.h" // C++ includes #include @@ -39,20 +41,8 @@ typedef FEGenericBase FEBase; class MeshFunction; class Point; class Parameters; - template class DenseVector; -// Is there any way to simplify this? -// All we need are Tensor and Gradient. - RHS -template class TensorValue; -template class VectorValue; -typedef TensorValue NumberTensorValue; -typedef NumberTensorValue Tensor; -typedef VectorValue NumberVectorValue; -typedef NumberVectorValue Gradient; - - - /** * This class implements an "error estimator" * based on the difference between the approximate