Class representing a Schwarzschild manifold. More...
#include <schw.h>
Public Member Functions | |
| SchwManifold (double) | |
| double | getMass () |
| void | setMass (double _M) |
| int | recommendCoordSystem (Point) |
| Get the best coordinate system to use at a point. More... | |
Public Member Functions inherited from Manifold | |
| Manifold () | |
| Constructor. | |
| virtual | ~Manifold () |
| Destructor. | |
| CoordinateConversion * | getConversion (int i, int j) |
| Get a coordinate conversion. More... | |
| Metric * | getMetric (int i) |
| Get a metric. More... | |
| Point | convertPointTo (Point p, int system) |
| Convert a point to another coordinate system. More... | |
| vector4 | convertVectorTo (vector4 v, Point p, int system) |
| Convert a vector to another coordinate system. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Manifold | |
| int | nCoordSystems |
| CoordinateConversion *** | conversions |
| Metric ** | metrics |
Class representing a Schwarzschild manifold.
|
virtual |
Get the best coordinate system to use at a point.
| p | The point |
Reimplemented from Manifold.
1.8.3.1