|
Tensorium
|
#include "../../Core/Tensor.hpp"#include "../../Core/Vector.hpp"#include <cassert>#include <cstddef>#include <stdexcept>Go to the source code of this file.
Classes | |
| class | tensorium_RG::BSSNChristoffel< T > |
| Compute the conformal Christoffel symbols \( \tilde{\Gamma}^k_{ij} \). More... | |
Namespaces | |
| namespace | tensorium_RG |
Functions | |
| template<typename T > | |
| void | tensorium_RG::compute_partial_derivatives_3D (const tensorium::Tensor< T, 5 > &gamma_field, size_t i, size_t j, size_t k, T dx, T dy, T dz, tensorium::Tensor< T, 3 > &dgamma_out) |
| Compute the 3D partial derivatives \( \partial_k \tilde{\gamma}_{ij} \) from a 5D field tensor. | |