Searched refs:uninterpolate (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex14.c | 6 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 D | ex4.c | 12 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 D | DMPlex.pyx | 1801 DMPlex, DMPlex.uninterpolate, DMPlex.createFromCellList 1809 def uninterpolate(self) -> None: member in DMPlex
|