Searched refs:reals (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/vec/tests/ |
| H A D | ex48.c | 754 PetscReal reals[nv]; in testAttributesDefaultValue() local 779 PetscCall(PetscViewerHDF5ReadAttribute(viewer, "/", "attr_0_real", PETSC_REAL, NULL, &reals[0])); in testAttributesDefaultValue() 780 reals[1] = reals[0] * -11.1; in testAttributesDefaultValue() 781 …PetscCall(PetscViewerHDF5ReadAttribute(viewer, "/", "attr_0_real", PETSC_REAL, &reals[1], &reals[2… in testAttributesDefaultValue() 782 …scViewerHDF5ReadAttribute(viewer, "/", "attr_nonExisting_real", PETSC_REAL, &reals[1], &reals[3])); in testAttributesDefaultValue() 783 …PetscCheck(reals[2] == reals[0], comm, PETSC_ERR_PLIB, "%f = reals[2] != reals[0] = %f", reals[2],… in testAttributesDefaultValue() 784 …PetscCheck(reals[3] == reals[1], comm, PETSC_ERR_PLIB, "%f = reals[3] != reals[1] = %f", reals[3],… in testAttributesDefaultValue() 785 if (verbose) PetscCall(PetscRealView(nv, reals, PETSC_VIEWER_STDOUT_WORLD)); in testAttributesDefaultValue()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 6174 (udf/dpm/n-reals 0)
|