Intrepid2
|
Maps unit cube [-1,1]x[-1,1]x[-1,1] to sphere of radius 1. More...
#include <Intrepid2_ProjectedGeometryExamples.hpp>
Private Member Functions | |
KOKKOS_INLINE_FUNCTION Scalar | operator() (const Kokkos::Array< Scalar, 3 > &coords, const ordinal_type &d) const |
coordinate values | |
KOKKOS_INLINE_FUNCTION Scalar | operator() (const Kokkos::Array< Scalar, 3 > &coords, const ordinal_type &d1, const ordinal_type &d2) const |
gradient of the mapping | |
Maps unit cube [-1,1]x[-1,1]x[-1,1] to sphere of radius 1.
Extends the map in UnitSquareToCircle to 3D.
Definition at line 92 of file Intrepid2_ProjectedGeometryExamples.hpp.