SpECTRE
v2025.03.17
|
A solid torus of points, useful, e.g., when measuring data from an accretion disc. More...
#include <WedgeSectionTorus.hpp>
Classes | |
struct | MaxRadius |
struct | MaxTheta |
struct | MinRadius |
struct | MinTheta |
struct | NumberPhiPoints |
struct | NumberRadialPoints |
struct | NumberThetaPoints |
struct | UniformRadialGrid |
struct | UniformThetaGrid |
Public Types | |
using | options = implementation defined |
Public Member Functions | |
WedgeSectionTorus (double min_radius_in, double max_radius_in, double min_theta_in, double max_theta_in, size_t number_of_radial_points_in, size_t number_of_theta_points_in, size_t number_of_phi_points_in, bool use_uniform_radial_grid_in, bool use_uniform_theta_grid_in, const Options::Context &context={}) | |
WedgeSectionTorus (const WedgeSectionTorus &)=default | |
WedgeSectionTorus & | operator= (const WedgeSectionTorus &)=delete |
WedgeSectionTorus (WedgeSectionTorus &&)=default | |
WedgeSectionTorus & | operator= (WedgeSectionTorus &&)=default |
void | pup (PUP::er &p) |
Static Public Attributes | |
static constexpr Options::String | help |
A solid torus of points, useful, e.g., when measuring data from an accretion disc.
The torus's cross section (e.g., a cut at
The grid points are located on surfaces of constant NumberRadialPoints
points in the radial direction between MinRadius
and MaxRadius
(including these endpoints); NumberThetaPoints
points in the MinTheta
and MaxTheta
(including these endpoints); NumberPhiPoints
points in the
By default, the points follow a Legendre Gauss-Lobatto distribution in the UniformRadialGrid
(and/or UniformThetaGrid
) option.
The target_points
form a 3D mesh ordered with
Frame::Inertial
|
staticconstexpr |