Home
last modified time | relevance | path

Searched refs:boundaryTypey (Results 1 – 4 of 4) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/dm/impls/stag/tests/
H A Dex10.c12 DMBoundaryType boundaryTypex,boundaryTypey; in main() local
62 ierr = DMStagGetBoundaryTypes(dm,&boundaryTypex,&boundaryTypey,NULL);CHKERRQ(ierr); in main()
63 if (boundaryTypex == DM_BOUNDARY_PERIODIC && boundaryTypey == DM_BOUNDARY_PERIODIC) { in main()
81 bnd[1] = (PetscBool)((j == 0 || j == Ny-1) && boundaryTypey != DM_BOUNDARY_PERIODIC); in main()
83 extra[1] = j == Ny-1 && boundaryTypey != DM_BOUNDARY_PERIODIC ? 1 : 0; in main()
H A Dex12.c12 DMBoundaryType boundaryTypex,boundaryTypey; in main() local
64 ierr = DMStagGetBoundaryTypes(dm,&boundaryTypex,&boundaryTypey,NULL);CHKERRQ(ierr); in main()
65 if (boundaryTypex == DM_BOUNDARY_PERIODIC && boundaryTypey == DM_BOUNDARY_PERIODIC) { in main()
H A Dex7.c12 DMBoundaryType boundaryTypex,boundaryTypey,boundaryTypez; in main() local
67 ierr = DMStagGetBoundaryTypes(dm,&boundaryTypex,&boundaryTypey,&boundaryTypez);CHKERRQ(ierr); in main()
68 …if (boundaryTypex == DM_BOUNDARY_PERIODIC && boundaryTypey == DM_BOUNDARY_PERIODIC && boundaryType… in main()
87 bnd[1] = (PetscBool)((j == 0 || j == Ny-1) && boundaryTypey != DM_BOUNDARY_PERIODIC); in main()
90 extra[1] = j == Ny-1 && boundaryTypey != DM_BOUNDARY_PERIODIC ? 1 : 0; in main()
H A Dex9.c12 DMBoundaryType boundaryTypex,boundaryTypey,boundaryTypez; in main() local
70 ierr = DMStagGetBoundaryTypes(dm,&boundaryTypex,&boundaryTypey,&boundaryTypez);CHKERRQ(ierr); in main()
71 …if (boundaryTypex == DM_BOUNDARY_PERIODIC && boundaryTypey == DM_BOUNDARY_PERIODIC && boundaryType… in main()