SpECTRE  v2024.04.12
SurfaceFinder Namespace Reference

Contains functions that are used to find contour levels. More...

Functions

std::vector< std::optional< double > > find_radial_surface (const Scalar< DataVector > &data, const double target, const Mesh< 3 > &mesh, const tnsr::I< DataVector, 2, Frame::ElementLogical > &angular_coords, const double relative_tolerance=1e-10, const double absolute_tolerance=1e-10)
 Function that interpolates data onto radial rays in the direction of the logical coordinates \(\xi\) and \(\eta\) and tries to perform a root find of \(\text{data}-\text{target}\). Returns the logical coordinates of the roots found. More...
 

Detailed Description

Contains functions that are used to find contour levels.