Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/tests/
H A Dex6.c9 PetscBool skipinfo, skipheader, skipoptions; in TestOpen() local
20 PetscCall(PetscViewerBinaryGetSkipInfo(*viewer, &skipinfo)); in TestOpen()
/petsc/src/sys/classes/viewer/impls/binary/
H A Dbinv.c21 PetscBool skipinfo; /* Don't create info file for writing; don't use for reading */ member
503 vbinary->skipinfo = skip; in PetscViewerBinarySetSkipInfo_Binary()
540 *skip = vbinary->skipinfo; in PetscViewerBinaryGetSkipInfo_Binary()
1426 if (!vbinary->skipinfo && (vbinary->filemode == FILE_MODE_READ || rank == 0)) { in PetscViewerFileSetUp_BinaryInfo()
1499 …g/reading .info file", "PetscViewerBinarySetSkipInfo", binary->skipinfo, &binary->skipinfo, NULL)); in PetscViewerSetFromOptions_Binary()
1549 vbinary->skipinfo = PETSC_FALSE; in PetscViewerCreate_Binary()