Searched refs:refcube (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 2049 p4est_connectivity_t *refcube; in DMCreateReferenceTree_pforest() local 2061 PetscCallP4estReturn(refcube, p4est_connectivity_new_byname, ("unit")); in DMCreateReferenceTree_pforest() 2067 refcube->vertices[3 * i + j] *= 2.; in DMCreateReferenceTree_pforest() 2068 refcube->vertices[3 * i + j] -= 1.; in DMCreateReferenceTree_pforest() 2072 PetscCallP4estReturn(root, p4est_new, (comm_self, refcube, 0, NULL, NULL)); in DMCreateReferenceTree_pforest() 2073 PetscCallP4estReturn(refined, p4est_new_ext, (comm_self, refcube, 0, 1, 1, 0, NULL, NULL)); in DMCreateReferenceTree_pforest() 2121 PetscCallP4est(p4est_connectivity_destroy, (refcube)); in DMCreateReferenceTree_pforest()
|