Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h165 #define DMConvert_pforest_plex _infix_pforest(DMConvert, _plex) macro
166 static PetscErrorCode DMConvert_pforest_plex(DM, DMType, DM *);
4106 static PetscErrorCode DMConvert_pforest_plex(DM dm, DMType newtype, DM *plex) in DMConvert_pforest_plex() function
4407 if (!pforest->plex) PetscCall(DMConvert_pforest_plex(dm, DMPLEX, NULL)); in DMPforestGetPlex()
5149 …ctComposeFunction((PetscObject)dm, PetscStringize(DMConvert_pforest_plex) "_C", DMConvert_pforest_… in DMInitialize_pforest()