| /petsc/src/vec/is/ao/tests/ex3d/output/ |
| H A D | ex3_3.out | 1 [0] has 24840 indices. 2 [1] has 27600 indices. 3 [2] has 24840 indices. 4 [3] has 24840 indices. 5 [4] has 22080 indices. 6 [5] has 26496 indices. 7 [6] has 29440 indices. 8 [7] has 26496 indices. 9 [8] has 26496 indices. 10 [9] has 23552 indices. [all …]
|
| H A D | ex3_1.out | 1 [0] has 63480 indices. 2 [1] has 67712 indices. 3 [2] has 59248 indices. 4 [3] has 60720 indices. 5 [4] has 64768 indices. 6 [5] has 56672 indices. 7 [6] has 60720 indices. 8 [7] has 64768 indices. 9 [8] has 56672 indices. 10 [9] has 58080 indices. [all …]
|
| /petsc/src/sys/tests/ |
| H A D | ex6.c | 10 PetscBool has; in main() local 17 PetscCall(PetscOptionsHasName(NULL, NULL, "-use_gpu_aware_mpi", &has)); in main() 18 PetscTestCheck(has == PETSC_TRUE); in main() 19 PetscCall(PetscOptionsHasName(NULL, NULL, "-abc", &has)); in main() 20 PetscTestCheck(has == PETSC_FALSE); in main() 21 PetscCall(PetscOptionsHasName(NULL, "", "-abc", &has)); in main() 22 PetscTestCheck(has == PETSC_FALSE); in main() 23 PetscCall(PetscOptionsHasName(NULL, "a", "-bc", &has)); in main() 24 PetscTestCheck(has == PETSC_FALSE); in main() 25 PetscCall(PetscOptionsHasName(NULL, "ab", "-c", &has)); in main() [all …]
|
| H A D | ex56.c | 8 PetscBool has, flg; in main() local 13 PetscCall(PetscHasExternalPackage(pkg, &has)); in main() 14 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "PETSc has %s? %s\n", pkg, PetscBools[has])); in main() 17 …PetscCheck(!flg || has, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "PetscHasExternalPackage() says HDF5 is … in main() 19 …PetscCheck(!flg || !has, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "PetscHasExternalPackage() says HDF5 is… in main() 23 …PetscCheck(!flg || has, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "PetscHasExternalPackage() says PARMETIS… in main() 25 …PetscCheck(!flg || !has, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "PetscHasExternalPackage() says PARMETI… in main() 29 …PetscCheck(!flg || has, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "PetscHasExternalPackage() says YAML is … in main() 31 …PetscCheck(!flg || !has, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "PetscHasExternalPackage() says YAML is… in main()
|
| H A D | ex56f.F90 | 10 PetscBool has, flg 16 PetscCallA(PetscHasExternalPackage(pkg, has, ierr)) 17 write (outputString, *) 'PETSc has '//trim(pkg)//'?', has, '\n'
|
| H A D | ex41.c | 12 PetscBool has, flag; in main() local 26 PetscCall(PetscHSetIHas(ht, 42, &has)); in main() 27 PetscTestCheck(has == PETSC_FALSE); in main() 32 PetscCall(PetscHSetIHas(ht, 42, &has)); in main() 33 PetscTestCheck(has == PETSC_TRUE); in main() 38 PetscCall(PetscHSetIHas(ht, 42, &has)); in main() 39 PetscTestCheck(has == PETSC_FALSE); in main()
|
| H A D | ex40.c | 27 PetscBool has, flag; in PETSC_HASH_MAP() local 41 PetscCall(PetscHMapIHas(ht, 123, &has)); in PETSC_HASH_MAP() 42 PetscTestCheck(has == PETSC_FALSE); in PETSC_HASH_MAP() 49 PetscCall(PetscHMapIHas(ht, 123, &has)); in PETSC_HASH_MAP() 50 PetscTestCheck(has == PETSC_TRUE); in PETSC_HASH_MAP() 57 PetscCall(PetscHMapIHas(ht, 123, &has)); in PETSC_HASH_MAP() 58 PetscTestCheck(has == PETSC_FALSE); in PETSC_HASH_MAP()
|
| /petsc/src/sys/classes/viewer/impls/hdf5/ |
| H A D | hdf5v.c | 56 PetscBool has; in PetscViewerHDF5CheckNamedObject_Internal() local 59 PetscCall(PetscViewerHDF5HasObject(viewer, obj, &has)); in PetscViewerHDF5CheckNamedObject_Internal() 60 if (!has) { in PetscViewerHDF5CheckNamedObject_Internal() 872 PetscBool writable, has; in PetscViewerHDF5OpenGroup() local 879 PetscCall(PetscViewerHDF5Traverse_Internal(viewer, groupName, writable, &has, &type)); in PetscViewerHDF5OpenGroup() 880 if (!has) { in PetscViewerHDF5OpenGroup() 1186 PetscBool has; in PetscViewerHDF5WriteAttribute() local 1196 PetscCall(PetscViewerHDF5HasAttribute_Internal(viewer, parentAbsPath, name, &has)); in PetscViewerHDF5WriteAttribute() 1206 if (has) { in PetscViewerHDF5WriteAttribute() 1292 PetscBool has; in PetscViewerHDF5ReadAttribute() local [all …]
|
| /petsc/src/sys/objects/ |
| H A D | package.c | 26 PetscErrorCode PetscHasExternalPackage(const char pkg[], PetscBool *has) in PetscHasExternalPackage() argument 33 PetscAssertPointer(has, 2); in PetscHasExternalPackage() 42 *has = loc ? PETSC_TRUE : PETSC_FALSE; in PetscHasExternalPackage()
|
| /petsc/src/mat/tests/output/ |
| H A D | ex182_6.out | 1 [0] <mat:mpisbaij> MatAssemblyBegin_MPISBAIJ(): Block-Stash has 0 entries, uses 0 mallocs. 2 [0] <mat:mpisbaij> MatAssemblyBegin_MPISBAIJ(): Stash has 0 entries,uses 0 mallocs. 3 [0] <mat:mpisbaij> MatAssemblyBegin_MPI_Hash(): Stash has 0 entries, uses 0 mallocs.
|
| H A D | ex182_2.out | 1 [0] <mat:mpiaij> MatAssemblyBegin_MPIAIJ(): Stash has 0 entries, uses 0 mallocs. 2 [0] <mat:mpiaij> MatAssemblyBegin_MPI_Hash(): Stash has 0 entries, uses 0 mallocs.
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex6.c | 69 PetscBool has; in TestLookup() local 72 PetscCall(DMLabelHasPoint(label, p, &has)); in TestLookup() 73 …has) && (val >= 0 || !has), PETSC_COMM_SELF, PETSC_ERR_PLIB, "Label value %" PetscInt_FMT " does n… in TestLookup() 74 if (has) ++n; in TestLookup()
|
| /petsc/doc/changes/ |
| H A D | 2022.md | 13 and `DAGetGlobalIndices()` has been changed from `integer` to 22 file when not compiling with an MPI) has moved from `src/mpiuni` 60 - The calling sequence of `TSSetType()` has changed; see the 67 - The calling sequence of `SNESSetType()` has changed; see the 79 - The calling sequence of `KSPSetType()` has changed; see the 89 - The calling sequence of `PCSetType()` has changed; see the 105 `MatGetArray()/MatRestoreArray()` has been changed from 116 `DAGetGlobalIndices()` has been changed from `integer` to 129 `VecGetArray()/VecRestoreArray(),` has been changed from 141 `ISGetIndices()/ISRestoreIndices()` has been changed from [all …]
|
| H A D | 35.md | 20 - The configure option `--with-dynamic-loading` has been removed 71 - MatGetColoring() has been removed and replaced by the MatColoring 77 - PCASA has been removed, it never worked properly 97 - `KSPSetOperators()` no longer has the `MatStructure` argument. 145 - DMDAGetLocalToGlobalMappingBlock() has been removed, the 151 - DMADDA has been removed, it never worked correctly 155 - `DMDABoundaryType` has become `DMBoundaryType`, and all the 173 - Sieve/DMMesh has been removed entirely. Use DMPlex. 178 - PETSC_DEFAULT_DOUBLE_PRECISION has been replaced with
|
| /petsc/src/ksp/ksp/tests/output/ |
| H A D | lostnullspace_1.out | 1 has attached near null space 2 has attached near null space
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex27.c | 14 static PetscErrorCode VecLoadIfExists_Private(Vec b, PetscViewer fd, PetscBool *has) in VecLoadIfExists_Private() argument 22 PetscCall(PetscViewerHDF5HasObject(fd, (PetscObject)b, has)); in VecLoadIfExists_Private() 23 if (*has) PetscCall(VecLoad(b, fd)); in VecLoadIfExists_Private() 32 *has = ierrp ? PETSC_FALSE : PETSC_TRUE; in VecLoadIfExists_Private() 47 PetscBool has; in main() local 174 PetscCall(VecLoadIfExists_Private(b, fd, &has)); in main() 175 if (!has) { in main() 199 PetscCall(VecLoadIfExists_Private(x, fd, &has)); in main() 200 } else has = PETSC_FALSE; in main() 201 if (truncate || !has) { in main() [all …]
|
| /petsc/src/vec/is/sf/tests/output/ |
| H A D | ex14_1.out | 1 VecScatter(bs=1) has sent out 80 messages, total 640 bytes, with average length 8 bytes 2 VecScatter(bs=4) has sent out 80 messages, total 2560 bytes, with average length 32 bytes
|
| H A D | ex14_1_alt.out | 1 VecScatter(bs=1) has sent out 80 messages, total 1280 bytes, with average length 16 bytes 2 VecScatter(bs=4) has sent out 80 messages, total 5120 bytes, with average length 64 bytes
|
| H A D | ex1_basic_1.out | 3 PetscSFSetGraph() has not been called yet 10 PetscSFSetGraph() has not been called yet
|
| H A D | ex1_window_shared_nsize-1.out | 3 PetscSFSetGraph() has not been called yet 10 PetscSFSetGraph() has not been called yet
|
| H A D | ex1_window_nsize-1.out | 3 PetscSFSetGraph() has not been called yet 10 PetscSFSetGraph() has not been called yet
|
| H A D | ex1_basic_2.out | 3 PetscSFSetGraph() has not been called yet 11 PetscSFSetGraph() has not been called yet
|
| H A D | ex1_window_shared_nsize-2.out | 3 PetscSFSetGraph() has not been called yet 11 PetscSFSetGraph() has not been called yet
|
| H A D | ex1_window_nsize-2.out | 3 PetscSFSetGraph() has not been called yet 11 PetscSFSetGraph() has not been called yet
|
| H A D | ex1_basic_3.out | 3 PetscSFSetGraph() has not been called yet 12 PetscSFSetGraph() has not been called yet
|