Searched refs:MyVecDump (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/vec/tests/ |
| H A D | ex46.c | 9 PetscErrorCode MyVecDump(const char fname[], PetscBool skippheader, PetscBool usempiio, Vec x) in MyVecDump() function 155 PetscCall(MyVecDump("xH.pbvec", skipheader, usempiio, x)); in TestBinary() 183 PetscCall(MyVecDump("xHmpi.pbvec", skipheader, usempiio, x)); in TestBinaryMPIIO()
|
| /petsc/src/dm/tutorials/ |
| H A D | ex15.c | 15 PetscErrorCode MyVecDump(const char fname[], PetscBool skippheader, PetscBool usempiio, Vec x) in MyVecDump() function 192 PetscCall(MyVecDump("dmda.pbvec", skipheader, PETSC_FALSE, x_ref)); in TestDMDAVec() 194 PetscCall(MyVecDump("dmda-mpiio.pbvec", skipheader, PETSC_TRUE, x_ref)); in TestDMDAVec()
|