25 #ifndef GRINS_PARSED_FUNCTION_FACTORY_HELPER_H 
   26 #define GRINS_PARSED_FUNCTION_FACTORY_HELPER_H 
   32 #include "libmesh/function_base.h" 
   36   template<
typename FunctionType>
 
   48                                                         const std::string& expression );
 
   56 #endif // GRINS_PARSED_FUNCTION_FACTORY_HELPER_H 
~ParsedFunctionFactoryHelper()
 
libMesh::UniquePtr< FunctionType > build_parsed_func(const MultiphysicsSystem &system, const std::string &expression)
 
ParsedFunctionFactoryHelper()
 
libMesh::UniquePtr< FunctionType > build_composite_func()
 
Interface with libMesh for solving Multiphysics problems.