Defines functions logical_coordinates and interface_logical_coordinates. More...
#include <cstddef>
#include "DataStructures/DataBox/DataBoxTag.hpp"
#include "DataStructures/Tensor/TypeAliases.hpp"
#include "Utilities/TMPL.hpp"
Go to the source code of this file.
Classes | |
struct | Tags::LogicalCoordinates< VolumeDim > |
The logical coordinates in the Element. More... | |
Functions | |
template<size_t VolumeDim> | |
tnsr::I< DataVector, VolumeDim, Frame::Logical > | logical_coordinates (const Mesh< VolumeDim > &mesh) noexcept |
Compute the logical coordinates in an Element. More... | |
template<size_t VolumeDim> | |
tnsr::I< DataVector, VolumeDim, Frame::Logical > | interface_logical_coordinates (const Mesh< VolumeDim - 1 > &mesh, const Direction< VolumeDim > &direction) noexcept |
Compute the logical coordinates on a face of an Element. More... | |
Defines functions logical_coordinates and interface_logical_coordinates.