|
Tensorium
|
#include <BSSNChiContext.hpp>
Static Public Member Functions | |
| static ChiContext< T > | compute (const tensorium::Vector< T > &X_, T dx_, T dy_, T dz_, const tensorium::Tensor< T, 2 > &g_phys, const tensorium::Tensor< T, 3 > &d_g_phys, const Metric< T > &metric_) |
Public Attributes | |
| tensorium::Vector< T > | X |
| T | dx |
| T | dy |
| T | dz |
| const Metric< T > & | metric |
| T | chi |
| tensorium::Vector< T > | grad_chi |
| tensorium::Tensor< T, 2 > | hessian_chi |
|
inlinestatic |
References alpha, beta, tensorium_RG::compute_second_derivatives_scalar(), and tensorium_RG::partial_scalar().
Referenced by tensorium_RG::BSSN< T >::init_BSSN().
| T tensorium_RG::ChiContext< T >::chi |
| T tensorium_RG::ChiContext< T >::dx |
| T tensorium_RG::ChiContext< T >::dy |
| T tensorium_RG::ChiContext< T >::dz |
| tensorium::Vector<T> tensorium_RG::ChiContext< T >::grad_chi |
| tensorium::Tensor<T, 2> tensorium_RG::ChiContext< T >::hessian_chi |
| const Metric<T>& tensorium_RG::ChiContext< T >::metric |
| tensorium::Vector<T> tensorium_RG::ChiContext< T >::X |