16 #ifndef dealii_function_spherical_h 17 #define dealii_function_spherical_h 19 #include <deal.II/base/config.h> 21 #include <deal.II/base/function.h> 22 #include <deal.II/base/point.h> 27 DEAL_II_NAMESPACE_OPEN
68 const unsigned int component = 0)
const;
78 const unsigned int component = 0)
const;
88 const unsigned int component=0)
const;
90 std::size_t memory_consumption ()
const;
97 virtual double svalue(
const std::array<double, dim> &sp,
98 const unsigned int component)
const;
106 virtual std::array<double, dim>
sgradient(
const std::array<double, dim> &sp,
107 const unsigned int component)
const;
115 virtual std::array<double, 6>
shessian (
const std::array<double, dim> &sp,
116 const unsigned int component)
const;
125 DEAL_II_NAMESPACE_CLOSE
const Tensor< 1, dim > coordinate_system_offset
const unsigned int n_components
virtual SymmetricTensor< 2, dim > hessian(const Point< dim > &p, const unsigned int component=0) const
virtual std::array< double, 6 > shessian(const std::array< double, dim > &sp, const unsigned int component) const
virtual double value(const Point< dim > &point, const unsigned int component=0) const
Spherical(const Point< dim > ¢er=Point< dim >(), const unsigned int n_components=1)
virtual Tensor< 1, dim > gradient(const Point< dim > &p, const unsigned int component=0) const
virtual std::array< double, dim > sgradient(const std::array< double, dim > &sp, const unsigned int component) const
virtual double svalue(const std::array< double, dim > &sp, const unsigned int component) const