
Public Member Functions | |
| RadialSphericalCoordinateSystem () | |
| Expr | jacobian () const |
| bool | supportsMeshDimension (int dim) const |
| std::ostream & | print (std::ostream &os) const |
| virtual RCP< CoordinateSystemBase > | getRcp () |
Private Attributes | |
| Expr | r_ |
Definition at line 130 of file SundanceCoordinateSystem.hpp.
| Sundance::RadialSphericalCoordinateSystem::RadialSphericalCoordinateSystem | ( | ) | [inline] |
Definition at line 134 of file SundanceCoordinateSystem.hpp.
| virtual RCP<CoordinateSystemBase> Sundance::RadialSphericalCoordinateSystem::getRcp | ( | ) | [inline, virtual] |
Implements Playa::Handleable< CoordinateSystemBase >.
Definition at line 154 of file SundanceCoordinateSystem.hpp.
| Expr Sundance::RadialSphericalCoordinateSystem::jacobian | ( | ) | const [inline, virtual] |
Implements Sundance::CoordinateSystemBase.
Definition at line 138 of file SundanceCoordinateSystem.hpp.
References Sundance::CoordinateSystemBase::pi(), and r_.
| std::ostream& Sundance::RadialSphericalCoordinateSystem::print | ( | std::ostream & | os | ) | const [inline, virtual] |
Implements Sundance::CoordinateSystemBase.
Definition at line 144 of file SundanceCoordinateSystem.hpp.
| bool Sundance::RadialSphericalCoordinateSystem::supportsMeshDimension | ( | int | dim | ) | const [inline, virtual] |
Implements Sundance::CoordinateSystemBase.
Definition at line 141 of file SundanceCoordinateSystem.hpp.