Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex43.c23 DMBoundaryType periodicity[2] = {DM_BOUNDARY_PERIODIC, DM_BOUNDARY_NONE}; in main() local
H A Dex74.c57 const DMBoundaryType periodicity[2] = {DM_BOUNDARY_PERIODIC, DM_BOUNDARY_NONE}; in main() local
/petsc/src/dm/dt/dualspace/impls/lagrange/tutorials/
H A Dex2.c17 DMBoundaryType periodicity[3] = {DM_BOUNDARY_NONE, DM_BOUNDARY_NONE, DM_BOUNDARY_NONE}; in main() local
/petsc/src/dm/tests/
H A Dex21.c13 PetscInt periodicity; in test1_DAInjection3d() local
/petsc/src/dm/impls/plex/
H A Dplexsfc.c210 …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 Dplexcreate.c1004 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 Dplexland.c598 …DMBoundaryType periodicity[3] = {DM_BOUNDARY_NONE, dim == 2 ? DM_BOUNDARY_NONE : DM_BOUNDARY_NONE,… in LandauDMCreateVMeshes() local