Home
last modified time | relevance | path

Searched refs:CreateSystem (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex10.c47 PetscErrorCode CreateSystem(const char filename[PETSC_MAX_PATH_LEN], RHSType rhstype, MatOrderingTy… in CreateSystem() function
205 PetscCall(CreateSystem(file[0], rhstype, ordering, permute, &colperm, &A, &b, &x)); in main()
235 PetscCall(CreateSystem(file[1], rhstype, ordering, permute, &colperm, &A, &b, &x)); in main()
/petsc/src/dm/impls/stag/tests/
H A Dex18.c45 static PetscErrorCode CreateSystem(DM, Mat *, Vec *);
151 PetscCall(CreateSystem(dmSol, &A, &rhs)); in main()
152 PetscCall(CreateSystem(dmSolc, &Ac, NULL)); in main()
163 PetscCall(CreateSystem(dmuu, &Auu, &fu)); in main()
164 PetscCall(CreateSystem(dmuuc, &Auuc, NULL)); in main()
248 static PetscErrorCode CreateSystem(DM dm, Mat *pA, Vec *pRhs) in CreateSystem() function
H A Dex19.c7 PetscErrorCode CreateSystem(DM dm, Mat *A, Vec *b);
H A Dex15.c7 PetscErrorCode CreateSystem(DM dm, Mat *A, Vec *b);
56 PetscCall(CreateSystem(dm, &A, &b)); in main()
613 PetscErrorCode CreateSystem(DM dm, Mat *A, Vec *b) in CreateSystem() function
/petsc/src/dm/impls/stag/tutorials/
H A Dex2.c42 static PetscErrorCode CreateSystem(DM, Mat *, Vec *, PetscBool);
107 PetscCall(CreateSystem(dmSol, &A, &rhs, pinPressure)); in main()
145 static PetscErrorCode CreateSystem(DM dmSol, Mat *pA, Vec *pRhs, PetscBool pinPressure) in CreateSystem() function
H A Dex4.c50 static PetscErrorCode CreateSystem(SystemParameters, Mat *, Vec *);
145 PetscCall(CreateSystem(system_parameters, &A, &b)); in main()
182 PetscCall(CreateSystem(system_parameters, &P, NULL)); in main()
239 PetscCall(CreateSystem(system_parameters, &A_faces[level], NULL)); in main()
1846 static PetscErrorCode CreateSystem(SystemParameters parameters, Mat *pA, Vec *pRhs) in CreateSystem() function
H A Dex3.c61 static PetscErrorCode CreateSystem(DM, Mat *, Vec *, PetscBool);
136 PetscCall(CreateSystem(dmSol, &A, &rhs, pinPressure)); in main()
166 static PetscErrorCode CreateSystem(DM dmSol, Mat *pA, Vec *pRhs, PetscBool pinPressure) in CreateSystem() function