| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex1.c | 97 PetscCall(DMSetPeriodicity(*dm, NULL, NULL, NULL)); in CreateMesh()
|
| /petsc/src/dm/impls/forest/ |
| H A D | forest.c | 167 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 D | gr1.c | 95 PetscCall(DMSetPeriodicity(da, maxCell, Lstart, L)); in DMDASetUniformCoordinates()
|
| /petsc/src/dm/interface/ |
| H A D | dmperiodicity.c | 47 PetscErrorCode DMSetPeriodicity(DM dm, const PetscReal maxCell[], const PetscReal Lstart[], const P… in DMSetPeriodicity() function
|
| H A D | dm.c | 201 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 D | petscdm.pxi | 133 … PetscErrorCode DMSetPeriodicity(PetscDM, const PetscReal[], const PetscReal[], const PetscReal[])
|
| H A D | DM.pyx | 1415 petsc.DMSetPeriodicity 1451 petsc.DMSetPeriodicity 1460 CHKERR(DMSetPeriodicity(self.dm, MAXCELL, LSTART, LPY))
|
| /petsc/doc/changes/ |
| H A D | 318.md | 285 - Change `DMGetPeriodicity()` and `DMSetPeriodicity()` to get rid of the flag and boundary type. Si…
|
| /petsc/include/ |
| H A D | petscdm.h | 187 PETSC_EXTERN PetscErrorCode DMSetPeriodicity(DM, const PetscReal[], const PetscReal[], const PetscR…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 92 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 D | plexdistribute.c | 1218 PetscCall(DMSetPeriodicity(dmParallel, maxCell, Lstart, L)); in DMPlexDistributeCoordinates()
|
| H A D | plexsubmesh.c | 1029 PetscCall(DMSetPeriodicity(gdm, maxCell, Lstart, L)); in DMPlexConstructGhostCells_Internal()
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 2193 PetscCall(DMSetPeriodicity(rdm, maxCellNew, Lstart, L)); in DMPlexTransformSetCoordinates()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 2841 PetscCall(DMSetPeriodicity(dm, maxCell, Lstart, L)); in DMSwarmReplace()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 324 if (periodic) PetscCall(DMSetPeriodicity(dm, maxCell, Lstart, L)); in DMFTopologyCreate_pforest() 4242 PetscCall(DMSetPeriodicity(newPlex, maxCell, Lstart, L)); in DMConvert_pforest_plex()
|