Home
last modified time | relevance | path

Searched defs:overlap (Results 1 – 25 of 34) sorted by relevance

12

/petsc/src/dm/impls/plex/tests/
H A Dex1.c19 PetscInt overlap; /* The cell overlap to use during partitioning */ member
206 PetscInt overlap; in CreateMesh() local
H A Dex12.c31 PetscInt overlap; /* The cell overlap to use during partitioning */ member
79 PetscInt overlap = user->overlap >= 0 ? user->overlap : 0; in CreateMesh() local
H A Dex21.c177 PetscInt overlap = 1; in main() local
348 PetscInt overlap = 1; in main() local
H A Dex51.c44 PetscInt overlap = 1; in main() local
H A Dex71.c95 PetscInt overlap = 1; in main() local
H A Dex70.c7 PetscInt overlap; /* The overlap size used when partitioning */ member
H A Dex29.c16 PetscInt overlap; /* The cell overlap to use during partitioning */ member
H A Dex11.c187 PetscInt overlap = 0, cStart, cEnd, c; in TestDistribution() local
/petsc/src/dm/impls/forest/tests/
H A Dex1.c15 PetscInt min_refine = 2, overlap = 0; in main() local
/petsc/src/ksp/ksp/tutorials/
H A Dex8.c41 PetscInt overlap = 1; /* width of subdomain overlap */ in main() local
H A Dex64.c45 PetscInt overlap; /* width of subdomain overlap */ in main() local
H A Dex82.c33 PetscInt m = 100, dim = 3, M, begin = 0, n = 0, overlap = 1; in main() local
H A Dex62.c45 PetscInt overlap; /* width of subdomain overlap */ in main() local
/petsc/src/dm/tutorials/
H A Dswarm_ex1.c181 PetscInt is, js, ni, nj, overlap; in ex1_3() local
344 PetscInt is, js, ni, nj, overlap, nn; in ex1_4() local
H A Dswarm_ex3.c131 PetscInt p, bs, nlocal, overlap, mx, tk; in ex3_1() local
/petsc/src/ksp/pc/impls/gasm/ftn-custom/
H A Dzgasmf.c31 … PetscInt *m, PetscInt *n, PetscInt *M, PetscInt *N, PetscInt *dof, PetscInt *overlap, PetscInt *N… in pcgasmcreatesubdomains2d_()
/petsc/include/petsc/private/
H A Dpcasmimpl.h7 PetscInt overlap; /* overlap requested by user */ member
H A Ddmforestimpl.h27 PetscInt overlap; member
/petsc/src/dm/impls/forest/
H A Dforest.c129 PetscInt dim, overlap, ref, factor; in DMForestTemplate() local
678 PetscErrorCode DMForestSetPartitionOverlap(DM dm, PetscInt overlap) in DMForestSetPartitionOverlap()
706 PetscErrorCode DMForestGetPartitionOverlap(DM dm, PetscInt *overlap) in DMForestGetPartitionOverlap()
1470 …PetscInt adjDim, adjCodim, overlap, minRefinement, initRefinement, maxRefinement… in DMSetFromOptions_Forest() local
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1749 static PetscErrorCode DMPlexDistribute_Multistage(DM dm, PetscInt overlap, PetscSF *sf, DM *dmParal… in DMPlexDistribute_Multistage()
1831 PetscErrorCode DMPlexDistribute(DM dm, PetscInt overlap, PeOp PetscSF *sf, DM *dmParallel) in DMPlexDistribute()
2006 PetscErrorCode DMPlexDistributeOverlap_Internal(DM dm, PetscInt overlap, MPI_Comm newcomm, const ch… in DMPlexDistributeOverlap_Internal()
2027 PetscInt overlap; in DMPlexDistributeOverlap_Internal() local
2139 PetscErrorCode DMPlexDistributeOverlap(DM dm, PetscInt overlap, PeOp PetscSF *sf, DM *dmOverlap) in DMPlexDistributeOverlap()
2150 PetscErrorCode DMPlexGetOverlap_Plex(DM dm, PetscInt *overlap) in DMPlexGetOverlap_Plex()
2159 PetscErrorCode DMPlexSetOverlap_Plex(DM dm, DM dmSrc, PetscInt overlap) in DMPlexSetOverlap_Plex()
2193 PetscErrorCode DMPlexGetOverlap(DM dm, PetscInt *overlap) in DMPlexGetOverlap()
2219 PetscErrorCode DMPlexSetOverlap(DM dm, DM dmSrc, PetscInt overlap) in DMPlexSetOverlap()
/petsc/src/ksp/pc/impls/asm/ftn-custom/
H A Dzasmf.c77 …(PetscInt *m, PetscInt *n, PetscInt *M, PetscInt *N, PetscInt *dof, PetscInt *overlap, PetscInt *N… in pcasmcreatesubdomains2d_()
/petsc/src/vec/is/utils/
H A Dpsort.c193 PetscInt overlap, oStart, oEnd; in PetscParallelRedistribute() local
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c16 PetscInt overlap; /* overlap requested by user */ member
165 char overlap[256] = "user-defined overlap"; in PCView_GASM() local
1615 … M, PetscInt N, PetscInt Mdomains, PetscInt Ndomains, PetscInt dof, PetscInt overlap, PetscInt *ns… in PCGASMCreateSubdomains2D()
/petsc/src/dm/field/tutorials/
H A Dex1.c256 PetscInt overlap = 0; in main() local
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c1572 …ins2D(PetscInt m, PetscInt n, PetscInt M, PetscInt N, PetscInt dof, PetscInt overlap, PetscInt *Ns… in PCASMCreateSubdomains2D()

12