Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexextrude.c66 PetscCall(DMPlexTransformSetType(tr, DMPLEXEXTRUDETYPE)); in DMPlexExtrude()
H A Dplexrefine.c360 if (trType) PetscCall(DMPlexTransformSetType(tr, trType)); in DMRefine_Plex()
H A Dplex.c8617 PetscCall(DMPlexTransformSetType(tr, DMPLEXREFINEREGULAR)); in DMPlexMatSetClosureRefined()
8777 PetscCall(DMPlexTransformSetType(tr, DMPLEXREFINEREGULAR)); in DMPlexMatGetClosureIndicesRefined()
H A Dplexcreate.c4337 PetscCall(DMPlexTransformSetType(tr, DMPLEXEXTRUDETYPE)); in DMPlexCreateTPSMesh_Internal()
/petsc/include/
H A Dpetscdmplextransform.h35 PETSC_EXTERN PetscErrorCode DMPlexTransformSetType(DMPlexTransform, DMPlexTransformType);
/petsc/src/dm/dt/fe/impls/composite/
H A Dfecomposite.c35 PetscCall(DMPlexTransformSetType(tr, DMPLEXREFINEREGULAR)); in PetscFESetUp_Composite()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi192 PetscErrorCode DMPlexTransformSetType(PetscDMPlexTransform tr, PetscDMPlexTransformType method)
H A DDMPlex.pyx3730 petsc.DMPlexTransformSetType
3735 CHKERR(DMPlexTransformSetType(self.tr, cval))
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c192 PetscErrorCode DMPlexTransformSetType(DMPlexTransform tr, DMPlexTransformType method) in DMPlexTransformSetType() function
343 if (flg) PetscCall(DMPlexTransformSetType(tr, typeName)); in DMPlexTransformSetFromOptions()
344 else if (!((PetscObject)tr)->type_name) PetscCall(DMPlexTransformSetType(tr, defName)); in DMPlexTransformSetFromOptions()
1690 PetscCall(DMPlexTransformSetType(reftr, typeName)); in DMPlexTransformCreateCellVertices_Internal()
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1826 PetscCall(DMPlexTransformSetType(tr, DMPLEXREFINEREGULAR)); in PetscFVRefine()
/petsc/src/ts/tutorials/
H A Dex30.c1095 PetscCall(DMPlexTransformSetType(tr, DMPLEXREFINEREGULAR)); in SaveToFile()