16 #ifndef dealii__geometric_utilities_h 17 #define dealii__geometric_utilities_h 19 #include <deal.II/base/config.h> 20 #include <deal.II/base/point.h> 21 #include <deal.II/base/std_cxx11/array.h> 24 DEAL_II_NAMESPACE_OPEN
57 std_cxx11::array<double,dim>
73 template <std::
size_t dim>
80 DEAL_II_NAMESPACE_CLOSE
Point< dim > from_spherical(const std_cxx11::array< double, dim > &scoord)
std_cxx11::array< double, dim > to_spherical(const Point< dim > &point)