Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex46.c9 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 Dex15.c15 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()