Home
last modified time | relevance | path

Searched refs:usempiio (Results 1 – 6 of 6) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/vec/vec/tests/
H A Dex46.c14 PetscErrorCode MyVecDump(const char fname[],PetscBool skippheader,PetscBool usempiio,Vec x) in MyVecDump() argument
28 if (usempiio) { ierr = PetscViewerBinarySetUseMPIIO(viewer,PETSC_TRUE);CHKERRQ(ierr); } in MyVecDump()
163 PetscBool usempiio = PETSC_FALSE; in TestBinary() local
170 ierr = MyVecDump("xH.pbvec",skipheader,usempiio,x);CHKERRQ(ierr); in TestBinary()
176 ierr = MyVecLoad("xH.pbvec",skipheader,usempiio,y);CHKERRQ(ierr); in TestBinary()
192 PetscBool usempiio = PETSC_TRUE; in TestBinaryMPIIO() local
199 ierr = MyVecDump("xHmpi.pbvec",skipheader,usempiio,x);CHKERRQ(ierr); in TestBinaryMPIIO()
205 ierr = MyVecLoad("xHmpi.pbvec",skipheader,usempiio,y);CHKERRQ(ierr); in TestBinaryMPIIO()
219 PetscBool usempiio = PETSC_FALSE; in main() local
222 ierr = PetscOptionsGetBool(NULL,NULL,"-usempiio",&usempiio,NULL);CHKERRQ(ierr); in main()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/dm/tutorials/
H A Dex15.c17 PetscErrorCode MyVecDump(const char fname[],PetscBool skippheader,PetscBool usempiio,Vec x) in MyVecDump() argument
31 if (usempiio) { ierr = PetscViewerBinarySetUseMPIIO(viewer,PETSC_TRUE);CHKERRQ(ierr); } in MyVecDump()
186 PetscErrorCode TestDMDAVec(PetscBool usempiio) in TestDMDAVec() argument
204 if (!usempiio) { in TestDMDAVec()
212 if (!usempiio) { in TestDMDAVec()
213 ierr = MyVecLoad("dmda.pbvec",skipheader,usempiio,x_test);CHKERRQ(ierr); in TestDMDAVec()
215 ierr = MyVecLoad("dmda-mpiio.pbvec",skipheader,usempiio,x_test);CHKERRQ(ierr); in TestDMDAVec()
220 if (!usempiio) { in TestDMDAVec()
234 PetscBool usempiio = PETSC_FALSE; in main() local
237 ierr = PetscOptionsGetBool(NULL,NULL,"-usempiio",&usempiio,NULL);CHKERRQ(ierr); in main()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/viewer/impls/binary/
H A Dbinv.c6 PetscBool usempiio; member
68 if (vbinary->usempiio && *outviewer) { in PetscViewerGetSubViewer_Binary()
108 if (vbinary->usempiio && *outviewer) { in PetscViewerRestoreSubViewer_Binary()
124 if (vbinary->usempiio) { in PetscViewerRestoreSubViewer_Binary()
272 vbinary->usempiio = use; in PetscViewerBinarySetUseMPIIO_Binary()
320 *use = vbinary->usempiio; in PetscViewerBinaryGetUseMPIIO_Binary()
998 if (vbinary->usempiio) { in PetscViewerBinaryRead()
1037 if (vbinary->usempiio) { in PetscViewerBinaryWrite()
1496 PetscBool usempiio; in PetscViewerSetUp_Binary() local
1506 if (usempiio) { in PetscViewerSetUp_Binary()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c374 PetscBool usempiio; in StackLoadLast() local
394 ierr = PetscViewerBinaryGetUseMPIIO(viewer,&usempiio);CHKERRQ(ierr); in StackLoadLast()
395 if (usempiio) { in StackLoadLast()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS28402 PetscBool usempiio;6,203
H A DCTAGS19670 …cErrorCode MyVecDump(const char fname[],PetscBool skippheader,PetscBool usempiio,Vec x)$/;" f lang…
19671 …cErrorCode MyVecDump(const char fname[],PetscBool skippheader,PetscBool usempiio,Vec x)$/;" f lang…
19672 …cErrorCode MyVecLoad(const char fname[],PetscBool skippheader,PetscBool usempiio,Vec x)$/;" f lang…
19673 …cErrorCode MyVecLoad(const char fname[],PetscBool skippheader,PetscBool usempiio,Vec x)$/;" f lang…
34828 TestDMDAVec src/dm/tutorials/ex15.c /^PetscErrorCode TestDMDAVec(PetscBool usempiio)$/;" f language…
80646 usempiio src/sys/classes/viewer/impls/binary/binv.c /^ PetscBool usempiio;$/;" m language:C st…