Home
last modified time | relevance | path

Searched refs:has (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/petsc/src/vec/is/ao/tests/ex3d/output/
H A Dex3_3.out1 [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 Dex3_1.out1 [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 Dex6.c10 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 Dex56.c8 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 Dex56f.F9010 PetscBool has, flg
16 PetscCallA(PetscHasExternalPackage(pkg, has, ierr))
17 write (outputString, *) 'PETSc has '//trim(pkg)//'?', has, '\n'
H A Dex41.c12 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 Dex40.c27 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 Dhdf5v.c56 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 Dpackage.c26 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 Dex182_6.out1 [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 Dex182_2.out1 [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 Dex6.c69 PetscBool has; in TestLookup() local
72 PetscCall(DMLabelHasPoint(label, p, &has)); in TestLookup()
73has) && (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 D2022.md13 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 D35.md20 - 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 Dlostnullspace_1.out1 has attached near null space
2 has attached near null space
/petsc/src/ksp/ksp/tutorials/
H A Dex27.c14 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 Dex14_1.out1 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 Dex14_1_alt.out1 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 Dex1_basic_1.out3 PetscSFSetGraph() has not been called yet
10 PetscSFSetGraph() has not been called yet
H A Dex1_window_shared_nsize-1.out3 PetscSFSetGraph() has not been called yet
10 PetscSFSetGraph() has not been called yet
H A Dex1_window_nsize-1.out3 PetscSFSetGraph() has not been called yet
10 PetscSFSetGraph() has not been called yet
H A Dex1_basic_2.out3 PetscSFSetGraph() has not been called yet
11 PetscSFSetGraph() has not been called yet
H A Dex1_window_shared_nsize-2.out3 PetscSFSetGraph() has not been called yet
11 PetscSFSetGraph() has not been called yet
H A Dex1_window_nsize-2.out3 PetscSFSetGraph() has not been called yet
11 PetscSFSetGraph() has not been called yet
H A Dex1_basic_3.out3 PetscSFSetGraph() has not been called yet
12 PetscSFSetGraph() has not been called yet

12345678910>>...13