Searched refs:attrReadVal (Results 1 – 1 of 1) sorted by relevance
10 char *attrReadVal, attrWriteVal[20] = {"Hello World!!"}; in main() local33 …l(PetscViewerHDF5ReadAttribute(viewer, "Test_Vec", "Test_Attr", PETSC_STRING, NULL, &attrReadVal)); in main()34 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Attribute value read: '%s'\n\n", attrReadVal)); in main()35 PetscCall(PetscFree(attrReadVal)); in main()