Function t8_dprism_compare(const t8_dprism_t *, const t8_dprism_t *)

Function Documentation

int t8_dprism_compare(const t8_dprism_t *p1, const t8_dprism_t *p2)

Compare two elements. returns negative if p1 < p2, zero if p1 equals p2 and positive if p1 > p2. If p2 is a copy of p1 then the elements are equal.