Lines Matching refs:set_box

147    hypre_Box  *set_box, *value_box;  in HYPRE_StructMatrixSetBoxValues2()  local
151 set_box = hypre_BoxCreate(hypre_StructMatrixNDim(matrix)); in HYPRE_StructMatrixSetBoxValues2()
156 hypre_BoxIMinD(set_box, d) = ilower[d]; in HYPRE_StructMatrixSetBoxValues2()
157 hypre_BoxIMaxD(set_box, d) = iupper[d]; in HYPRE_StructMatrixSetBoxValues2()
162 hypre_StructMatrixSetBoxValues(matrix, set_box, value_box, in HYPRE_StructMatrixSetBoxValues2()
166 hypre_BoxDestroy(set_box); in HYPRE_StructMatrixSetBoxValues2()
185 hypre_Box *set_box, *value_box; in HYPRE_StructMatrixGetBoxValues2() local
189 set_box = hypre_BoxCreate(hypre_StructMatrixNDim(matrix)); in HYPRE_StructMatrixGetBoxValues2()
194 hypre_BoxIMinD(set_box, d) = ilower[d]; in HYPRE_StructMatrixGetBoxValues2()
195 hypre_BoxIMaxD(set_box, d) = iupper[d]; in HYPRE_StructMatrixGetBoxValues2()
200 hypre_StructMatrixSetBoxValues(matrix, set_box, value_box, in HYPRE_StructMatrixGetBoxValues2()
204 hypre_BoxDestroy(set_box); in HYPRE_StructMatrixGetBoxValues2()
279 hypre_Box *set_box, *value_box; in HYPRE_StructMatrixAddToBoxValues2() local
283 set_box = hypre_BoxCreate(hypre_StructMatrixNDim(matrix)); in HYPRE_StructMatrixAddToBoxValues2()
288 hypre_BoxIMinD(set_box, d) = ilower[d]; in HYPRE_StructMatrixAddToBoxValues2()
289 hypre_BoxIMaxD(set_box, d) = iupper[d]; in HYPRE_StructMatrixAddToBoxValues2()
294 hypre_StructMatrixSetBoxValues(matrix, set_box, value_box, in HYPRE_StructMatrixAddToBoxValues2()
298 hypre_BoxDestroy(set_box); in HYPRE_StructMatrixAddToBoxValues2()