Home
last modified time | relevance | path

Searched defs:noInsert (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/plex/adaptors/mmg/
H A Dmmgadapt.c32 PetscBool flg = PETSC_FALSE, noInsert, noSwap, noMove, noSurf, isotropic, uniform; in DMAdaptMetric_Mmg_Plex() local
/petsc/src/dm/impls/plex/
H A Dplexmetric.c11 …PetscBool noInsert = PETSC_FALSE, noSwap = PETSC_FALSE, noMove = PETSC_FALSE, noSurf = PETSC_FALSE; in DMPlexMetricSetFromOptions() local
205 PetscErrorCode DMPlexMetricSetNoInsertion(DM dm, PetscBool noInsert) in DMPlexMetricSetNoInsertion()
231 PetscErrorCode DMPlexMetricNoInsertion(DM dm, PetscBool *noInsert) in DMPlexMetricNoInsertion()
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c42 PetscBool flg = PETSC_FALSE, noInsert, noSwap, noMove, noSurf, isotropic, uniform; in DMAdaptMetric_ParMmg_Plex() local
/petsc/include/petsc/private/
H A Ddmpleximpl.h98 PetscBool noInsert; /* Should node insertion/deletion be turned off? */ member