Home
last modified time | relevance | path

Searched refs:DMPlexCreateConnectivity_pforest (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h419 #define DMPlexCreateConnectivity_pforest _append_pforest(DMPlexCreateConnectivity) macro
420 static PetscErrorCode DMPlexCreateConnectivity_pforest(DM, p4est_connectivity_t **, PetscInt **);
773 PetscCall(DMPlexCreateConnectivity_pforest(base, &conn, &tree_face_to_uniq)); in DMSetUp_pforest()
1501 static PetscErrorCode DMPlexCreateConnectivity_pforest(DM dm, p4est_connectivity_t **connOut, Petsc… in DMPlexCreateConnectivity_pforest() function