Home
last modified time | relevance | path

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

/petsc/include/petsc/private/ !
H A Ddmforestimpl.h46 PETSC_INTERN PetscErrorCode DMClone_Forest(DM, DM *);
/petsc/src/dm/impls/forest/ !
H A Dforest.c176 PetscErrorCode DMClone_Forest(DM dm, DM *newdm) in DMClone_Forest() function
1652 dm->ops->clone = DMClone_Forest; in DMInitialize_Forest()
/petsc/src/dm/impls/forest/p4est/ !
H A Dpforest.h5002 PetscCall(DMClone_Forest(dm, newdm)); in DMClone_pforest()