Searched refs:DMDA_Q0 (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | da.c | 1026 if (dd->bx == DM_BOUNDARY_PERIODIC || dd->interptype == DMDA_Q0) { in DMRefine_DA() 1031 if (dd->by == DM_BOUNDARY_PERIODIC || dd->interptype == DMDA_Q0) { in DMRefine_DA() 1040 if (dd->bz == DM_BOUNDARY_PERIODIC || dd->interptype == DMDA_Q0) { in DMRefine_DA() 1061 …nges(da, (PetscBool)(dd->bx == DM_BOUNDARY_PERIODIC || dd->interptype == DMDA_Q0), dd->s, dd->refi… in DMRefine_DA() 1062 …nges(da, (PetscBool)(dd->by == DM_BOUNDARY_PERIODIC || dd->interptype == DMDA_Q0), dd->s, dd->refi… in DMRefine_DA() 1063 …nges(da, (PetscBool)(dd->bz == DM_BOUNDARY_PERIODIC || dd->interptype == DMDA_Q0), dd->s, dd->refi… in DMRefine_DA() 1069 …nges(da, (PetscBool)(dd->bx == DM_BOUNDARY_PERIODIC || dd->interptype == DMDA_Q0), dd->s, dd->refi… in DMRefine_DA() 1070 …nges(da, (PetscBool)(dd->by == DM_BOUNDARY_PERIODIC || dd->interptype == DMDA_Q0), dd->s, dd->refi… in DMRefine_DA() 1076 …nges(da, (PetscBool)(dd->bx == DM_BOUNDARY_PERIODIC || dd->interptype == DMDA_Q0), dd->s, dd->refi… in DMRefine_DA() 1173 if (dd->bx == DM_BOUNDARY_PERIODIC || dd->interptype == DMDA_Q0) { in DMCoarsen_DA() [all …]
|
| H A D | dacreate.c | 88 if (dd->bx == DM_BOUNDARY_PERIODIC || dd->interptype == DMDA_Q0) { in DMSetFromOptions_DA() 94 if (dim > 1 && (dd->by == DM_BOUNDARY_PERIODIC || dd->interptype == DMDA_Q0)) { in DMSetFromOptions_DA() 100 if (dim > 2 && (dd->bz == DM_BOUNDARY_PERIODIC || dd->interptype == DMDA_Q0)) { in DMSetFromOptions_DA()
|
| H A D | dainterp.c | 1039 } else if (ddc->interptype == DMDA_Q0) { in DMCreateInterpolation_DA()
|
| /petsc/include/ |
| H A D | petscdmdatypes.h | 30 DMDA_Q0, enumerator
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex32.c | 58 PetscCall(DMDASetInterpolationType(da, DMDA_Q0)); in main()
|
| H A D | ex34.c | 45 PetscCall(DMDASetInterpolationType(da, DMDA_Q0)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmda.pxi | 10 DMDA_INTERPOLATION_Q0 "DMDA_Q0"
|