|
t8
UNKNOWN
t8code is a C library to manage a forest of adaptive space-trees of general element classes in parallel.
|
Definitions of hex-specific functions. More...
Go to the source code of this file.
Functions | |
| void | t8_dhex_compute_reference_coords (const t8_dhex_t *elem, const double *ref_coords, const size_t num_coords, double *out_coords) |
| Convert points in the reference space of a hex element to points in the reference space of the tree (level 0) embedded in \( [0,1]^3 \). More... | |
Definitions of hex-specific functions.
| void t8_dhex_compute_reference_coords | ( | const t8_dhex_t * | elem, |
| const double * | ref_coords, | ||
| const size_t | num_coords, | ||
| double * | out_coords | ||
| ) |
Convert points in the reference space of a hex element to points in the reference space of the tree (level 0) embedded in \( [0,1]^3 \).
| [in] | elem | Input hex. |
| [in] | ref_coords | The reference coordinates in the hex (num_coords times \( [0,1]^3 \)) |
| [in] | num_coords | Number of coordinates to evaluate |
| [out] | out_coords | An array of num_coords x 3 x double that will be filled with the reference coordinates of the points on the hex. |