Searched refs:MyVecLoad (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/vec/tests/ |
| H A D | ex46.c | 36 PetscErrorCode MyVecLoad(const char fname[], PetscBool skippheader, PetscBool usempiio, Vec x) in MyVecLoad() function 161 PetscCall(MyVecLoad("xH.pbvec", skipheader, usempiio, y)); in TestBinary() 189 PetscCall(MyVecLoad("xHmpi.pbvec", skipheader, usempiio, y)); in TestBinaryMPIIO()
|
| /petsc/src/dm/tutorials/ |
| H A D | ex15.c | 42 PetscErrorCode MyVecLoad(const char fname[], PetscBool skippheader, PetscBool usempiio, Vec x) in MyVecLoad() function 200 PetscCall(MyVecLoad("dmda.pbvec", skipheader, usempiio, x_test)); in TestDMDAVec() 202 PetscCall(MyVecLoad("dmda-mpiio.pbvec", skipheader, usempiio, x_test)); in TestDMDAVec()
|