Searched refs:skipHeader (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/vec/is/utils/ |
| H A D | isio.c | 8 PetscBool skipHeader; in ISView_Binary() local 15 PetscCall(PetscViewerBinaryGetSkipHeader(viewer, &skipHeader)); in ISView_Binary() 25 if (!skipHeader) PetscCall(PetscViewerBinaryWrite(viewer, tr, 2, PETSC_INT)); in ISView_Binary() 60 PetscBool isgeneral, skipHeader; in ISLoad_Binary() local 68 PetscCall(PetscViewerBinaryGetSkipHeader(viewer, &skipHeader)); in ISLoad_Binary() 74 if (!skipHeader) { in ISLoad_Binary()
|
| H A D | isltog.c | 404 PetscBool skipHeader; in ISLocalToGlobalMappingView() local 407 PetscCall(PetscViewerBinaryGetSkipHeader(viewer, &skipHeader)); in ISLocalToGlobalMappingView() 408 if (!skipHeader) { in ISLocalToGlobalMappingView() 440 PetscBool isbinary, skipHeader; in ISLocalToGlobalMappingLoad() local 452 PetscCall(PetscViewerBinaryGetSkipHeader(viewer, &skipHeader)); in ISLocalToGlobalMappingLoad() 455 if (!skipHeader) { in ISLocalToGlobalMappingLoad()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vecio.c | 15 PetscBool skipHeader; in VecView_Binary() local 23 PetscCall(PetscViewerBinaryGetSkipHeader(viewer, &skipHeader)); in VecView_Binary() 32 if (!skipHeader) PetscCall(PetscViewerBinaryWrite(viewer, tr, 2, PETSC_INT)); in VecView_Binary() 65 PetscBool skipHeader, flg; in VecLoad_Binary() local 73 PetscCall(PetscViewerBinaryGetSkipHeader(viewer, &skipHeader)); in VecLoad_Binary() 79 if (!skipHeader) { in VecLoad_Binary()
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | Filter.pm | 107 if(my $Skip = skipHeader($Header, $LVer)) 428 sub skipHeader($$) subroutine
|
| H A D | SysFiles.pm | 1715 if(skipHeader($Candidate, $LVer)) { 1908 if(skipHeader($Header, $LVer)) 1933 or skipHeader($RHeader_Path, $LVer)) 2226 if(skipHeader($Header_Path, $LVer)) {
|
| H A D | TUDump.pm | 541 if(skipHeader($Path, $LVer)) {
|
| /petsc/src/ts/interface/ |
| H A D | tsmon.c | 214 PetscBool skipHeader; in TSMonitorDefault() local 217 PetscCall(PetscViewerBinaryGetSkipHeader(viewer, &skipHeader)); in TSMonitorDefault() 218 if (!skipHeader) PetscCall(PetscViewerBinaryWrite(viewer, &classid, 1, PETSC_INT)); in TSMonitorDefault()
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 1331 PetscBool skipHeader; in MatView_Dense_Binary() local 1340 PetscCall(PetscViewerBinaryGetSkipHeader(viewer, &skipHeader)); in MatView_Dense_Binary() 1342 if (skipHeader) format = PETSC_VIEWER_NATIVE; in MatView_Dense_Binary() 1351 if (!skipHeader) PetscCall(PetscViewerBinaryWrite(viewer, header, 4, PETSC_INT)); in MatView_Dense_Binary() 1380 PetscBool skipHeader; in MatLoad_Dense_Binary() local 1387 PetscCall(PetscViewerBinaryGetSkipHeader(viewer, &skipHeader)); in MatLoad_Dense_Binary() 1389 if (!skipHeader) { in MatLoad_Dense_Binary()
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 2272 PetscBool skipHeader, vbs = PETSC_FALSE; in MatView_IS() local 2297 PetscCall(PetscViewerBinaryGetSkipHeader(viewer, &skipHeader)); in MatView_IS() 2319 PetscCall(PetscViewerBinarySetSkipHeader(viewer, skipHeader)); in MatView_IS()
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | abi-compliance-checker.pl | 6361 if(skipHeader($Name, $LVer)) {
|