Home
last modified time | relevance | path

Searched refs:DMSetPeriodicity (Results 1 – 15 of 15) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex1.c97 PetscCall(DMSetPeriodicity(*dm, NULL, NULL, NULL)); in CreateMesh()
/petsc/src/dm/impls/forest/
H A Dforest.c167 PetscCall(DMSetPeriodicity(*tedm, maxCell, Lstart, L)); in DMForestTemplate()
311 PetscCall(DMSetPeriodicity(dm, maxCell, Lstart, L)); in DMForestSetBaseDM()
312 } else PetscCall(DMSetPeriodicity(dm, NULL, NULL, NULL)); in DMForestSetBaseDM()
/petsc/src/dm/impls/da/
H A Dgr1.c95 PetscCall(DMSetPeriodicity(da, maxCell, Lstart, L)); in DMDASetUniformCoordinates()
/petsc/src/dm/interface/
H A Ddmperiodicity.c47 PetscErrorCode DMSetPeriodicity(DM dm, const PetscReal maxCell[], const PetscReal Lstart[], const P… in DMSetPeriodicity() function
H A Ddm.c201 PetscCall(DMSetPeriodicity(*newdm, maxCell, Lstart, L)); in DMClone()
4155 PetscCall(DMSetPeriodicity(*M, maxCell, Lstart, L)); in DMConvert()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi133 … PetscErrorCode DMSetPeriodicity(PetscDM, const PetscReal[], const PetscReal[], const PetscReal[])
H A DDM.pyx1415 petsc.DMSetPeriodicity
1451 petsc.DMSetPeriodicity
1460 CHKERR(DMSetPeriodicity(self.dm, MAXCELL, LSTART, LPY))
/petsc/doc/changes/
H A D318.md285 - Change `DMGetPeriodicity()` and `DMSetPeriodicity()` to get rid of the flag and boundary type. Si…
/petsc/include/
H A Dpetscdm.h187 PETSC_EXTERN PetscErrorCode DMSetPeriodicity(DM, const PetscReal[], const PetscReal[], const PetscR…
/petsc/src/dm/impls/plex/
H A Dplexcreate.c92 PetscCall(DMSetPeriodicity(dmout, maxCell, Lstart, L)); in DMPlexCopy_Internal()
171 PetscCall(DMSetPeriodicity(dm, maxCell, Lstart, L)); in DMPlexReplace_Internal()
997 PetscCall(DMSetPeriodicity(dm, &maxCell, &lower, &L)); in DMPlexCreateLineMesh_Internal()
1448 PetscCall(DMSetPeriodicity(dm, maxCell, lower, L)); in DMPlexCreateSquareMesh_Simplex_CrissCross()
1935 PetscCall(DMSetPeriodicity(dm, maxCell, lower, L)); in DMPlexCreateBoxMesh_Tensor_Internal()
2914 PetscCall(DMSetPeriodicity(dm, maxCell, lower, L)); in DMPlexCreateHexCylinderMesh_Internal()
4880 PetscCall(DMSetPeriodicity(dm, NULL, NULL, NULL)); in DMPlexCreateFromOptions_Internal()
H A Dplexdistribute.c1218 PetscCall(DMSetPeriodicity(dmParallel, maxCell, Lstart, L)); in DMPlexDistributeCoordinates()
H A Dplexsubmesh.c1029 PetscCall(DMSetPeriodicity(gdm, maxCell, Lstart, L)); in DMPlexConstructGhostCells_Internal()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c2193 PetscCall(DMSetPeriodicity(rdm, maxCellNew, Lstart, L)); in DMPlexTransformSetCoordinates()
/petsc/src/dm/impls/swarm/
H A Dswarm.c2841 PetscCall(DMSetPeriodicity(dm, maxCell, Lstart, L)); in DMSwarmReplace()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h324 if (periodic) PetscCall(DMSetPeriodicity(dm, maxCell, Lstart, L)); in DMFTopologyCreate_pforest()
4242 PetscCall(DMSetPeriodicity(newPlex, maxCell, Lstart, L)); in DMConvert_pforest_plex()