Tensorium
Loading...
Searching...
No Matches
BSSNDerivatives.hpp File Reference
#include "../Metric.hpp"
Include dependency graph for BSSNDerivatives.hpp:
This graph shows which files directly or indirectly include this file:

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)