Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/hypre/
H A Dmhyp.h14 HYPRE_StructGrid hgrid; member
H A Dmhyp.c143 PetscCallHYPRE(HYPRE_StructGridCreate(ex->hcomm, (HYPRE_Int)dim, &ex->hgrid)); in MatSetUp_HYPREStruct()
144 PetscCallHYPRE(HYPRE_StructGridSetExtents(ex->hgrid, hlower, hupper)); in MatSetUp_HYPREStruct()
145 PetscCallHYPRE(HYPRE_StructGridSetPeriodic(ex->hgrid, period)); in MatSetUp_HYPREStruct()
146 PetscCallHYPRE(HYPRE_StructGridAssemble(ex->hgrid)); in MatSetUp_HYPREStruct()
149 PetscCallHYPRE(HYPRE_StructGridSetNumGhost(ex->hgrid, sw)); in MatSetUp_HYPREStruct()
186 PetscCallHYPRE(HYPRE_StructVectorCreate(ex->hcomm, ex->hgrid, &ex->hb)); in MatSetUp_HYPREStruct()
187 PetscCallHYPRE(HYPRE_StructVectorCreate(ex->hcomm, ex->hgrid, &ex->hx)); in MatSetUp_HYPREStruct()
194 PetscCallHYPRE(HYPRE_StructMatrixCreate(ex->hcomm, ex->hgrid, ex->hstencil, &ex->hmat)); in MatSetUp_HYPREStruct()
195 PetscCallHYPRE(HYPRE_StructGridDestroy(ex->hgrid)); in MatSetUp_HYPREStruct()