Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Namespaces | Functions
geometric_utilities.cc File Reference
#include <deal.II/base/exceptions.h>
#include <deal.II/base/geometric_utilities.h>
#include <array>
#include <cmath>
#include <limits>
#include "geometric_utilities.inst"

Go to the source code of this file.

Namespaces

namespace  GeometricUtilities
 
namespace  GeometricUtilities::Coordinates
 

Functions

static ::ExceptionBaseGeometricUtilities::Coordinates::NegativeRadius (double arg1)
 
static ::ExceptionBaseGeometricUtilities::Coordinates::SphericalAzimuth (double arg1)
 
static ::ExceptionBaseGeometricUtilities::Coordinates::SphericalPolar (double arg1)
 
template<int dim>
std::array< double, dim > GeometricUtilities::Coordinates::to_spherical (const Point< dim > &point)
 
template<std::size_t dim>
Point< dim > GeometricUtilities::Coordinates::from_spherical (const std::array< double, dim > &scoord)