Searched defs:periodicity (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex43.c | 23 DMBoundaryType periodicity[2] = {DM_BOUNDARY_PERIODIC, DM_BOUNDARY_NONE}; in main() local
|
| H A D | ex74.c | 57 const DMBoundaryType periodicity[2] = {DM_BOUNDARY_PERIODIC, DM_BOUNDARY_NONE}; in main() local
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/tutorials/ |
| H A D | ex2.c | 17 DMBoundaryType periodicity[3] = {DM_BOUNDARY_NONE, DM_BOUNDARY_NONE, DM_BOUNDARY_NONE}; in main() local
|
| /petsc/src/dm/tests/ |
| H A D | ex21.c | 13 PetscInt periodicity; in test1_DAInjection3d() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 210 …r_faces[3], const PetscReal *lower, const PetscReal *upper, const DMBoundaryType *periodicity, Pet… in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() 1158 …faces[], const PetscReal lower[], const PetscReal upper[], const DMBoundaryType periodicity[], Pet… in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
|
| H A D | plexcreate.c | 1004 static PetscErrorCode DMPlexSetBoxLabel_Internal(DM dm, const DMBoundaryType periodicity[]) in DMPlexSetBoxLabel_Internal() 1455 …faces[], const PetscReal lower[], const PetscReal upper[], const DMBoundaryType periodicity[], Pet… in DMPlexCreateBoxMesh_Simplex_Internal() 1911 …cInt faces[], const PetscReal lower[], const PetscReal upper[], const DMBoundaryType periodicity[]) in DMPlexCreateBoxMesh_Tensor_Internal() 1941 …faces[], const PetscReal lower[], const PetscReal upper[], const DMBoundaryType periodicity[], Pet… in DMPlexCreateBoxMesh_Internal() 2026 …faces[], const PetscReal lower[], const PetscReal upper[], const DMBoundaryType periodicity[], Pet… in DMPlexCreateBoxMesh() 2048 …cInt faces[], const PetscReal lower[], const PetscReal upper[], const DMBoundaryType periodicity[]) in DMPlexCreateWedgeBoxMesh_Internal() 2103 …faces[], const PetscReal lower[], const PetscReal upper[], const DMBoundaryType periodicity[], Pet… in DMPlexCreateWedgeBoxMesh()
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 598 …DMBoundaryType periodicity[3] = {DM_BOUNDARY_NONE, dim == 2 ? DM_BOUNDARY_NONE : DM_BOUNDARY_NONE,… in LandauDMCreateVMeshes() local
|