#include <array>
#include <cstddef>
#include <limits>
#include <optional>
#include "DataStructures/Tensor/TypeAliases.hpp"
#include "Domain/CoordinateMaps/FocallyLiftedEndcap.hpp"
#include "Domain/CoordinateMaps/FocallyLiftedMap.hpp"
#include "Utilities/TypeTraits/RemoveReferenceWrapper.hpp"
Go to the source code of this file.
Classes | |
class | domain::CoordinateMaps::CylindricalEndcap |
Map from 3D unit right cylinder to a volume that connects portions of two spherical surfaces. More... | |
Namespaces | |
domain::CoordinateMaps | |
Contains all coordinate maps. | |
Functions | |
bool | domain::CoordinateMaps::operator!= (const CylindricalEndcap &lhs, const CylindricalEndcap &rhs) noexcept |
Defines the class CylindricalEndcap.