Tensorium
|
#include "../Metric.hpp"
Go to the source code of this file.
Namespaces | |
namespace | tensorium_RG |
Functions | |
template<typename T , typename TensorFunc > | |
void | tensorium_RG::compute_partial_derivatives_tensor2D (const tensorium::Vector< T > &X, T dx, T dy, T dz, TensorFunc &&func, tensorium::Tensor< T, 3 > &out) |
template<typename T , typename VectorFunc > | |
void | tensorium_RG::compute_partial_derivatives_vector (const tensorium::Vector< T > &X, T dx, T dy, T dz, VectorFunc &&func, tensorium::Tensor< T, 2 > &out) |