Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex14.c6 PetscBool uninterpolate; /* Uninterpolate the mesh at the end */ member
12 options->uninterpolate = PETSC_FALSE; in ProcessOptions()
15 … "Uninterpolate the mesh at the end", "ex14.c", options->uninterpolate, &options->uninterpolate, N… in ProcessOptions()
27 if (user->uninterpolate) { in CreateMesh()
H A Dex4.c12 PetscBool uninterpolate; /* Uninterpolate the mesh at the end */ member
25 options->uninterpolate = PETSC_FALSE; in ProcessOptions()
35 …, "Uninterpolate the mesh at the end", "ex4.c", options->uninterpolate, &options->uninterpolate, N… in ProcessOptions()
766 if (user->uninterpolate || user->reinterpolate) { in CreateMesh()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMPlex.pyx1801 DMPlex, DMPlex.uninterpolate, DMPlex.createFromCellList
1809 def uninterpolate(self) -> None: member in DMPlex