Searched refs:CreateSystem (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex10.c | 47 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 D | ex18.c | 45 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 D | ex19.c | 7 PetscErrorCode CreateSystem(DM dm, Mat *A, Vec *b);
|
| H A D | ex15.c | 7 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 D | ex2.c | 42 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 D | ex4.c | 50 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 D | ex3.c | 61 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
|