Searched refs:skipinfo (Results 1 – 2 of 2) sorted by relevance
9 PetscBool skipinfo, skipheader, skipoptions; in TestOpen() local20 PetscCall(PetscViewerBinaryGetSkipInfo(*viewer, &skipinfo)); in TestOpen()
21 PetscBool skipinfo; /* Don't create info file for writing; don't use for reading */ member503 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()