Tensorium
|
#include "../../Core/Tensor.hpp"
#include "../../Core/Vector.hpp"
#include "../Metric.hpp"
#include <cassert>
#include <cstddef>
Go to the source code of this file.
Namespaces | |
namespace | tensorium_RG |
Functions | |
template<typename T > | |
tensorium::Tensor< T, 5 > | tensorium_RG::generate_conformal_metric_field (const tensorium_RG::Metric< T > &metric, size_t Nx, size_t Ny, size_t Nz, T dx, T dy, T dz) |
Generate the conformal 3-metric field \( \tilde{\gamma}_{ij}(x^i) \) on a 3D grid. | |