Copyright | (c) 2019 Tobias Reinhart and Nils Alex |
---|---|
License | MIT |
Maintainer | tobi.reinhart@fau.de, nils.alex@fau.de |
Safe Haskell | None |
Language | Haskell2010 |
Math.Tensor.Examples.Gravity.Schwarzschild
Description
This module provides the metric, inverse metric, Christoffel symbol, Ricci tensor and Einstein tensor for the Schwarzschild spacetime as an example for tensor sections and partial derivatives thereof.
Synopsis
- schwarzschild :: Floating a => a -> STTens 0 2 (CFun [a] a)
- schwarzschild' :: Floating a => a -> STTens 2 0 (CFun [a] a)
- christoffel :: forall a. Floating a => a -> STTens 1 2 (CFun [a] a)
- ricci :: forall a. Floating a => a -> STTens 0 2 (CFun [a] a)
- einstein :: forall a. Floating a => a -> STTens 0 2 (CFun [a] a)
Documentation
schwarzschild :: Floating a => a -> STTens 0 2 (CFun [a] a) Source #
Schwarzschild metric g=(1−rsr)dt⊗dt−11−rsrdr⊗dr−r2dθ⊗dθ−r2sin2θdϕ⊗dϕ.
schwarzschild' :: Floating a => a -> STTens 2 0 (CFun [a] a) Source #
Inverse Schwarzschild metric g=11−rsr∂t⊗∂t−(1−rsr)∂r⊗∂r−1r2∂θ⊗∂θ−1r2sin2θ∂ϕ⊗∂ϕ.
christoffel :: forall a. Floating a => a -> STTens 1 2 (CFun [a] a) Source #
Christoffel symbol of the Schwarzschild metric.