Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex48.c752 PetscBool bools[nv]; in testAttributesDefaultValue() local
764 PetscCall(PetscViewerHDF5ReadAttribute(viewer, "/", "attr_0_bool", PETSC_BOOL, NULL, &bools[0])); in testAttributesDefaultValue()
765 bools[1] = PetscNot(bools[0]); in testAttributesDefaultValue()
766 …PetscCall(PetscViewerHDF5ReadAttribute(viewer, "/", "attr_0_bool", PETSC_BOOL, &bools[1], &bools[2… in testAttributesDefaultValue()
767 …scViewerHDF5ReadAttribute(viewer, "/", "attr_nonExisting_bool", PETSC_BOOL, &bools[1], &bools[3])); in testAttributesDefaultValue()
768 …PetscCheck(bools[2] == bools[0], comm, PETSC_ERR_PLIB, "%s = bools[2] != bools[0] = %s", PetscBool… in testAttributesDefaultValue()
769 …PetscCheck(bools[3] == bools[1], comm, PETSC_ERR_PLIB, "%s = bools[3] != bools[1] = %s", PetscBool… in testAttributesDefaultValue()