Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex55.c10 char *attrReadVal, attrWriteVal[20] = {"Hello World!!"}; in main() local
33 …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()