25 #ifndef GRINS_STAB_HELPER_H 
   26 #define GRINS_STAB_HELPER_H 
   32 #include "libmesh/vector_value.h" 
   33 #include "libmesh/tensor_value.h" 
   34 #include "libmesh/fe_base.h" 
   40   class AssemblyContext;
 
   49     libMesh::RealGradient 
compute_g( libMesh::FEBase* fe,
 
   51                                      unsigned int qp ) 
const;
 
   54     libMesh::RealTensor 
compute_G( libMesh::FEBase* fe,
 
   56                                    unsigned int qp ) 
const;
 
   61 #endif // GRINS_STAB_HELPER_H 
libMesh::RealTensor compute_G(libMesh::FEBase *fe, AssemblyContext &c, unsigned int qp) const 
 
libMesh::RealGradient compute_g(libMesh::FEBase *fe, AssemblyContext &c, unsigned int qp) const 
 
ParameterUser base class. Utility methods for subclasses. 
 
StabilizationHelper(const std::string &helper_name)