Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/hypre/
H A Dmhyp.h31 HYPRE_SStructGraph ss_graph; member
H A Dmhyp.c642 PetscCallHYPRE(HYPRE_SStructGraphCreate(ex->hcomm, ex->ss_grid, &ex->ss_graph)); in MatSetUp_HYPRESStruct()
646 …for (i = 0; i < (ex->nvars); i++) PetscCallHYPRE(HYPRE_SStructGraphSetStencil(ex->ss_graph, part, … in MatSetUp_HYPRESStruct()
647 PetscCallHYPRE(HYPRE_SStructGraphAssemble(ex->ss_graph)); in MatSetUp_HYPRESStruct()
658 PetscCallHYPRE(HYPRE_SStructMatrixCreate(ex->hcomm, ex->ss_graph, &ex->ss_mat)); in MatSetUp_HYPRESStruct()
797 PetscCallHYPRE(HYPRE_SStructGraphDestroy(ex->ss_graph)); in MatDestroy_HYPRESStruct()