The Schwarzschild metric valid near spherical poles - in "stereographic" coordinates. More...
#include <kerr.h>
Public Types | |
| enum | { coordU = 0, coordR = 1, coordX = 2, coordY = 3 } |
Public Member Functions | |
| KerrNearPoleMetric (int cS, KerrManifold *_m) | |
Public Member Functions inherited from Metric | |
| Metric (int cS) | |
| Constructor. More... | |
| virtual | ~Metric () |
| Destructor. | |
| double | g (int i, int j, Point p) |
| Component of the metric. More... | |
| double | invg (int i, int j, Point p) |
| Component of the inverse metric. More... | |
| double | christoffel (int i, int j, int k, Point p) |
| Component of the Christoffel symbol. More... | |
| double | g (vector4 u, vector4 v, Point p) |
| Dot product. More... | |
| vector4 | christoffel (vector4 u, vector4 v, Point p) |
| Christoffel symbol acting on two vectors. More... | |
Protected Member Functions | |
| double | _g (int, int, Point) |
| Component of the metric. More... | |
| double | _invg (int, int, Point) |
| Component of the inverse metric. More... | |
| double | _christoffel (int, int, int, Point) |
| Component of the Christoffel symbol. More... | |
Protected Member Functions inherited from Metric | |
| double | dg (int i, int j, int k, Point p) |
| Partial derivative of the metric. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Metric | |
| int | coordSystem |
The Schwarzschild metric valid near spherical poles - in "stereographic" coordinates.
|
protectedvirtual |
Component of the Christoffel symbol.
Function calculating a component of the Christoffel symbol.
| i | First index of the component |
| j | Second index of the component |
| k | Third index of the component |
| p | The point at which the component is evaluated |
Implements Metric.
|
protectedvirtual |
Component of the metric.
Function calculating a component of the metric.
| i | First index of the component |
| j | Second index of the component |
| p | The point at which the component is evaluated |
Implements Metric.
|
protectedvirtual |
Component of the inverse metric.
Function calculating a component of the inverse metric.
| i | First index of the component |
| j | Second index of the component |
| p | The point at which the component is evaluated |
Implements Metric.
1.8.3.1