Quest User Guide

The Quest component of Axom provides several spatial operations and queries on a mint::Mesh.

  • Operations

  • Point queries

    • Surface mesh point queries in C or in C++

      • in/out query: is a point inside or outside a surface mesh?

      • signed distance query: find the minimum distance from a query point to a surface mesh

    • Point in cell query: for a query point, find the cell of the mesh that holds the point and the point’s isoparametric coordinates within that cell

    • All nearest neighbors: given a list of point locations and regions, find all neighbors of each point in a different region

    • Isosurface detection: generate an isosurface mesh from a nodal scalar field and an isovalue.

API Documentation

Doxygen generated API documentation can be found here: API documentation