Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/generators/tetgen/
H A Dtetgenerate.cxx233 PetscCall(DMPlexCopyEGADSInfo_Internal(boundary, *dm)); in DMPlexGenerate_Tetgen()
512 PetscCall(DMPlexCopyEGADSInfo_Internal(dm, *dmRefined)); in DMPlexRefine_Tetgen()
/petsc/include/petsc/private/
H A Ddmpleximpl.h263 PETSC_INTERN PetscErrorCode DMPlexCopyEGADSInfo_Internal(DM, DM);
/petsc/src/dm/impls/plex/
H A Dplexcreate.c55 PetscErrorCode DMPlexCopyEGADSInfo_Internal(DM dmin, DM dmout) in DMPlexCopyEGADSInfo_Internal() function
112 PetscCall(DMPlexCopyEGADSInfo_Internal(dmin, dmout)); in DMPlexCopy_Internal()
190 PetscCall(DMPlexCopyEGADSInfo_Internal(dmNew, dm)); in DMPlexReplace_Internal()