Home
last modified time | relevance | path

Searched refs:DMSLICED (Results 1 – 5 of 5) sorted by relevance

/petsc/src/dm/interface/
H A Ddmregall.c45 PetscCall(DMRegister(DMSLICED, DMCreate_Sliced)); in DMRegisterAll()
/petsc/src/dm/impls/sliced/
H A Dsliced.c306 PetscCall(DMSetType(*dm, DMSLICED)); in DMSlicedCreate()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi8 PetscDMType DMSLICED
H A DDM.pyx7 SLICED = S_(DMSLICED)
/petsc/include/
H A Dpetscdm.h35 #define DMSLICED "sliced" macro