26 template <
size_t SpatialDim,
typename Frame, IndexType Index,
typename DataType>
27 tnsr::aa<DataType, SpatialDim, Frame, Index>
ricci_tensor(
28 const tnsr::Abb<DataType, SpatialDim, Frame, Index>& christoffel_2nd_kind,
29 const tnsr::aBcc<DataType, SpatialDim, Frame, Index>&
30 d_christoffel_2nd_kind) noexcept;
Holds functions related to general relativity.
Definition: KerrHorizon.cpp:14
Defines a list of useful type aliases for tensors.
tnsr::aa< DataType, SpatialDim, Frame, Index > ricci_tensor(const tnsr::Abb< DataType, SpatialDim, Frame, Index > &christoffel_2nd_kind, const tnsr::aBcc< DataType, SpatialDim, Frame, Index > &d_christoffel_2nd_kind) noexcept
Computes Ricci tensor from the (spatial or spacetime) Christoffel symbol of the second kind and its d...
Definition: Ricci.cpp:12