Home
last modified time | relevance | path

Searched refs:hbox (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/da/hypre/
H A Dmhyp.c93 PetscCallHYPRE(hypre_StructMatrixClearBoxValues(ex->hmat, &ex->hbox, 7, indices, 0, 1)); in MatZeroEntries_HYPREStruct_3d()
129 ex->hbox.imin[0] = hlower[0]; in MatSetUp_HYPREStruct()
130 ex->hbox.imin[1] = hlower[1]; in MatSetUp_HYPREStruct()
131 ex->hbox.imin[2] = hlower[2]; in MatSetUp_HYPREStruct()
132 ex->hbox.imax[0] = hupper[0]; in MatSetUp_HYPREStruct()
133 ex->hbox.imax[1] = hupper[1]; in MatSetUp_HYPREStruct()
134 ex->hbox.imax[2] = hupper[2]; in MatSetUp_HYPREStruct()
509 …size = (ex->hbox.imax[0] - ex->hbox.imin[0] + 1) * (ex->hbox.imax[1] - ex->hbox.imin[1] + 1) * (ex… in MatZeroEntries_HYPRESStruct_3d()
515 ilower[i] = (HYPRE_Int)ex->hbox.imin[i]; in MatZeroEntries_HYPRESStruct_3d()
516 iupper[i] = (HYPRE_Int)ex->hbox.imax[i]; in MatZeroEntries_HYPRESStruct_3d()
[all …]
H A Dmhyp.h18 hypre_Box hbox; member
35 hypre_Box hbox; member