Home
last modified time | relevance | path

Searched refs:DMPlexTransformSetFromOptions (Results 1 – 11 of 11) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexextrude.c79 PetscCall(DMPlexTransformSetFromOptions(tr)); in DMPlexExtrude()
H A Dplexrefine.c365 PetscCall(DMPlexTransformSetFromOptions(tr)); in DMRefine_Plex()
427 PetscCall(DMPlexTransformSetFromOptions(tr)); in DMRefineHierarchy_Plex()
H A Dplexcreate.c4347 PetscCall(DMPlexTransformSetFromOptions(tr)); in DMPlexCreateTPSMesh_Internal()
/petsc/include/
H A Dpetscdmplextransform.h40 PETSC_EXTERN PetscErrorCode DMPlexTransformSetFromOptions(DMPlexTransform);
/petsc/src/dm/impls/plex/tests/
H A Dex57.c69 PetscCall(DMPlexTransformSetFromOptions(*tr)); in CreateTransform()
/petsc/src/dm/impls/plex/tutorials/
H A Dex11.c261 PetscCall(DMPlexTransformSetFromOptions(tr)); in CheckSubcells()
266 PetscCall(DMPlexTransformSetFromOptions(otr)); in CheckSubcells()
/petsc/src/dm/label/tutorials/
H A Dex1.c155 PetscCall(DMPlexTransformSetFromOptions(tr)); in TestEphemeralLabels()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi193 PetscErrorCode DMPlexTransformSetFromOptions(PetscDMPlexTransform)
H A DDMPlex.pyx3753 petsc_options, petsc.DMPlexTransformSetFromOptions
3756 CHKERR(DMPlexTransformSetFromOptions(self.tr))
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c333 PetscErrorCode DMPlexTransformSetFromOptions(DMPlexTransform tr) in DMPlexTransformSetFromOptions() function
2471 PetscCall(DMPlexTransformSetFromOptions(tr)); in DMPlexTransformAdaptLabel()
/petsc/src/ts/tutorials/
H A Dex30.c1097 PetscCall(DMPlexTransformSetFromOptions(tr)); in SaveToFile()