 |
Reference documentation for deal.II version 9.1.1
|
\(\newcommand{\dealcoloneq}{\mathrel{\vcenter{:}}=}\)
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>
26 DEAL_II_NAMESPACE_OPEN
67 const unsigned int component = 0)
const override;
78 const unsigned int component = 0)
const override;
89 const unsigned int component = 0)
const override;
92 memory_consumption()
const;
100 svalue(
const std::array<double, dim> &sp,
101 const unsigned int component)
const;
109 virtual std::array<double, dim>
110 sgradient(
const std::array<double, dim> &sp,
111 const unsigned int component)
const;
120 virtual std::array<double, 6>
121 shessian(
const std::array<double, dim> &sp,
122 const unsigned int component)
const;
131 DEAL_II_NAMESPACE_CLOSE
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 override
const unsigned int n_components
virtual double value(const Point< dim > &point, const unsigned int component=0) const override
virtual double svalue(const std::array< double, dim > &sp, const unsigned int component) const
const Tensor< 1, dim > coordinate_system_offset
virtual SymmetricTensor< 2, dim > hessian(const Point< dim > &p, const unsigned int component=0) const override
virtual std::array< double, 6 > shessian(const std::array< double, dim > &sp, const unsigned int component) const
virtual std::array< double, dim > sgradient(const std::array< double, dim > &sp, const unsigned int component) const