#include <sphereCell.hh>
Public Member Functions | |
SphericalSurface3d (SphericalSurface &cntr, Real radius, Real3d center) | |
const Quad2d * | child (uint i) const override |
Quad2d * | child (uint i) override |
bool | hasChildren () const |
SphericalSurface & | connector () const override |
Returns the connector. | |
Real3d | elemMap (const Real coord_local) const override |
Element map from point local coordinates in 1D. | |
Real3d | elemMap (const Real2d &coord_local) const override |
Element map from point local coordinates in 2D. | |
Real3d | elemMap (const Real3d &coord_local) const override |
Element map from point local coordinates in 3D. | |
Real3d | elemMap (const Real &theta, const Real &phi) const |
Real2d | inverseElemMap (const Real3d &coord_global) const |
Real | jacobianDeterminant (const Real2d &coord_local) const |
Real | getRadius () const |
Real3d | getCenter () const |
std::ostream & | info (std::ostream &os) const override |
Returns information in an output stream. | |
Geometric spherical surface element. Topology is aggregated via SphericalSurface, geometry via SphereMapping.
Definition at line 33 of file sphereCell.hh.
Returns a pointer to the ith child. Children are not created if they do not already exist, instead 0 is returned.
Implements concepts::Cell.
Returns a pointer to the ith child. Children are created if they do not already exist.
Implements concepts::Cell.
|
inlineoverridevirtual |
Definition at line 59 of file sphereCell.hh.
Element map from point local coordinates in 1D.
Reimplemented from concepts::Cell.
Definition at line 48 of file sphereCell.hh.
|
inlineoverridevirtual |
Element map from point local coordinates in 2D.
Reimplemented from concepts::Cell.
Definition at line 52 of file sphereCell.hh.
|
inlineoverridevirtual |
Element map from point local coordinates in 3D.
Reimplemented from concepts::Cell.
Definition at line 55 of file sphereCell.hh.
|
inline |
Definition at line 107 of file sphereCell.hh.
|
inline |
Definition at line 105 of file sphereCell.hh.
|
inline |
Definition at line 44 of file sphereCell.hh.
|
overridevirtual |
Returns information in an output stream.
Implements concepts::Cell.
prevent ill-conditioned coordinate transform
invert cosine
invert sine
Definition at line 66 of file sphereCell.hh.
Definition at line 102 of file sphereCell.hh.