Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::SphericalSurface3d Class Reference

#include <sphereCell.hh>

Inheritance diagram for concepts::SphericalSurface3d:
concepts::Cell concepts::OutputOperator

Public Member Functions

 SphericalSurface3d (SphericalSurface &cntr, Real radius, Real3d center)
 
const Quad2dchild (uint i) const override
 
Quad2dchild (uint i) override
 
bool hasChildren () const
 
SphericalSurfaceconnector () 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.
 

Detailed Description

Geometric spherical surface element. Topology is aggregated via SphericalSurface, geometry via SphereMapping.

Author
Lukas Drescher, 2014
Todo:
use SphereMapping type consistently throughout this type

Definition at line 33 of file sphereCell.hh.

Member Function Documentation

◆ child() [1/2]

const Quad2d * concepts::SphericalSurface3d::child ( uint  i) const
overridevirtual

Returns a pointer to the ith child. Children are not created if they do not already exist, instead 0 is returned.

Implements concepts::Cell.

◆ child() [2/2]

Quad2d * concepts::SphericalSurface3d::child ( uint  i)
overridevirtual

Returns a pointer to the ith child. Children are created if they do not already exist.

Implements concepts::Cell.

◆ connector()

SphericalSurface & concepts::SphericalSurface3d::connector ( ) const
inlineoverridevirtual

Returns the connector.

Implements concepts::Cell.

Definition at line 46 of file sphereCell.hh.

◆ elemMap() [1/4]

Real3d concepts::SphericalSurface3d::elemMap ( const Real theta,
const Real phi 
) const
inline

Definition at line 59 of file sphereCell.hh.

◆ elemMap() [2/4]

Real3d concepts::SphericalSurface3d::elemMap ( const Real  coord_local) const
inlineoverridevirtual

Element map from point local coordinates in 1D.

Reimplemented from concepts::Cell.

Definition at line 48 of file sphereCell.hh.

◆ elemMap() [3/4]

Real3d concepts::SphericalSurface3d::elemMap ( const Real2d coord_local) const
inlineoverridevirtual

Element map from point local coordinates in 2D.

Reimplemented from concepts::Cell.

Definition at line 52 of file sphereCell.hh.

◆ elemMap() [4/4]

Real3d concepts::SphericalSurface3d::elemMap ( const Real3d coord_local) const
inlineoverridevirtual

Element map from point local coordinates in 3D.

Reimplemented from concepts::Cell.

Definition at line 55 of file sphereCell.hh.

◆ getCenter()

Real3d concepts::SphericalSurface3d::getCenter ( ) const
inline

Definition at line 107 of file sphereCell.hh.

◆ getRadius()

Real concepts::SphericalSurface3d::getRadius ( ) const
inline

Definition at line 105 of file sphereCell.hh.

◆ hasChildren()

bool concepts::SphericalSurface3d::hasChildren ( ) const
inline

Definition at line 44 of file sphereCell.hh.

◆ info()

std::ostream & concepts::SphericalSurface3d::info ( std::ostream &  os) const
overridevirtual

Returns information in an output stream.

Implements concepts::Cell.

◆ inverseElemMap()

Real2d concepts::SphericalSurface3d::inverseElemMap ( const Real3d coord_global) const
inline

prevent ill-conditioned coordinate transform

invert cosine

invert sine

Definition at line 66 of file sphereCell.hh.

◆ jacobianDeterminant()

Real concepts::SphericalSurface3d::jacobianDeterminant ( const Real2d coord_local) const
inline

Definition at line 102 of file sphereCell.hh.


The documentation for this class was generated from the following file: