Lines Matching refs:gnxgny
47 } else if (stencil == -ex->gnxgny) { in MatSetValuesLocal_HYPREStruct_3d()
49 } else if (stencil == ex->gnxgny) { in MatSetValuesLocal_HYPREStruct_3d()
222 PetscCall(DMDAGetGhostCorners(ex->da, 0, 0, 0, &ex->gnx, &ex->gnxgny, 0)); in MatSetUp_HYPREStruct()
223 ex->gnxgny *= ex->gnx; in MatSetUp_HYPREStruct()
382 } else if (stencil == -ex->gnxgny) { in MatSetValuesLocal_HYPRESStruct_3d()
384 } else if (stencil == ex->gnxgny) { in MatSetValuesLocal_HYPRESStruct_3d()
421 } else if (stencil == -ex->gnxgny) { in MatSetValuesLocal_HYPRESStruct_3d()
423 } else if (stencil == ex->gnxgny) { in MatSetValuesLocal_HYPRESStruct_3d()
686 PetscCall(DMDAGetGhostCorners(ex->da, 0, 0, 0, &ex->gnx, &ex->gnxgny, &ex->gnxgnygnz)); in MatSetUp_HYPRESStruct()
688 ex->gnxgny *= ex->gnx; in MatSetUp_HYPRESStruct()
689 ex->gnxgnygnz *= ex->gnxgny; in MatSetUp_HYPRESStruct()