Home
last modified time | relevance | path

Searched defs:subdms (Results 1 – 7 of 7) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmshell.pxi426 cdef PetscErrorCode DMSHELL_CreateDomainDecompositionScatters(
/petsc/src/dm/impls/plex/
H A Dplexdd.c255 PetscErrorCode DMCreateDomainDecompositionScatters_Plex(DM dm, PetscInt n, DM *subdms, VecScatter *… in DMCreateDomainDecompositionScatters_Plex()
/petsc/src/dm/impls/da/
H A Ddadd.c426 PetscErrorCode DMCreateDomainDecompositionScatters_DA(DM dm, PetscInt nsubdms, DM *subdms, VecScatt… in DMCreateDomainDecompositionScatters_DA()
/petsc/src/dm/impls/shell/ftn-custom/
H A Dzdmshellf.c85 …rrorCode ourcreatefielddecomposition(DM dm, PetscInt *nfields, char ***names, IS **is, DM **subdms) in ourcreatefielddecomposition()
/petsc/src/snes/impls/nasm/
H A Dnasm.c101 DM *subdms; in SNESSetUp_NASM() local
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h5112 static PetscErrorCode DMCreateDomainDecompositionScatters_pforest(DM dm, PetscInt n, DM *subdms, Ve… in DMCreateDomainDecompositionScatters_pforest()
/petsc/src/dm/interface/
H A Ddm.c2334 PetscErrorCode DMCreateDomainDecompositionScatters(DM dm, PetscInt n, DM *subdms, VecScatter *iscat… in DMCreateDomainDecompositionScatters()