25 #ifndef GAUSSIAN_PROFILE_H 
   26 #define GAUSSIAN_PROFILE_H 
   32 #include "libmesh/function_base.h" 
   56     inline double eval( 
const double r )
 
   58       const double r_m_mu = r - 
_mu;
 
   73 #endif // GAUSSIAN_PROFILE_H 
double _a
Coefficients defining parabola. 
virtual ~GaussianProfile()
double eval(const double r)