Home
last modified time | relevance | path

Searched refs:dmtype (Results 1 – 2 of 2) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMStag.pyx657 def setCoordinateDMType(self, dmtype: DM.Type) -> None:
664 dmtype
673 dmtype = str2bytes(dmtype, &cval)
/petsc/src/dm/impls/stag/
H A Dstagutils.c1108 PetscErrorCode DMStagSetCoordinateDMType(DM dm, DMType dmtype) in DMStagSetCoordinateDMType() argument
1115 PetscCall(PetscStrallocpy(dmtype, (char **)&stag->coordinateDMType)); in DMStagSetCoordinateDMType()