SpECTRE  v2025.03.17
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
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 ξ and η and tries to perform a root find of datatarget. Returns the logical coordinates of the roots found. More...
 

Detailed Description

Contains functions that are used to find contour levels.