Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex8.c8 static PetscErrorCode AssembleSystem(DM, Mat *, Vec *);
35 PetscCall(AssembleSystem(dm, &A, &b)); in main()
141 PetscErrorCode AssembleSystem(DM dm, Mat *pA, Vec *pb) in AssembleSystem() function
/petsc/src/dm/impls/stag/tests/
H A Dex43.c7 static PetscErrorCode AssembleSystem(DM dm, Mat A, Vec b) in AssembleSystem() function
97 PetscCall(AssembleSystem(dm, A, b)); in main()