|
Tensorium
|
#include "../../Core/Tensor.hpp"#include "../../Core/Vector.hpp"#include "../Metric.hpp"#include "BSSNSetup.hpp"Go to the source code of this file.
Namespaces | |
| namespace | tensorium_RG |
Functions | |
| template<typename T > | |
| void | tensorium_RG::print_tensor2 (const std::string &name, const tensorium::Tensor< T, 2 > &tensor) |
| template<typename T > | |
| void | tensorium_RG::print_tensor3 (const std::string &name, const tensorium::Tensor< T, 3 > &tensor) |
| template<typename T > | |
| void | tensorium_RG::print_vector (const std::string &name, const tensorium::Vector< T > &vec) |