Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex15.c240 PetscErrorCode CreateSystem2d(DM dm, Mat *A, Vec *b) in CreateSystem2d() function
622 PetscCall(CreateSystem2d(dm, A, b)); in CreateSystem()
/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c573 static PetscErrorCode CreateSystem2d(SystemParameters parameters, Mat *pA, Vec *pRhs) in CreateSystem2d() function
1850 PetscCall(CreateSystem2d(parameters, pA, pRhs)); in CreateSystem()