Function t8_geom_compute_linear_geometry

Function Documentation

void t8_geom_compute_linear_geometry(t8_eclass_t tree_class, const double *tree_vertices, const double *ref_coords, const size_t num_coords, double *out_coords)

Compute the linear geometry of a tree at a given reference coordinate.

Parameters:
  • tree_class[in] The eclass of the tree.

  • tree_vertices[in] Array with the tree vertex coordinates.

  • ref_coords[in] The reference coordinates of the point.

  • num_coords[in] Number of points to evaluate.

  • out_coords[out] The output coordinates.