Searched refs:typeString (Results 1 – 1 of 1) sorted by relevance
10 char typeString[256] = {'\0'}; in main() local17 PetscCall(PetscStrncpy(typeString, DMFOREST, 256)); in main()19 …tionsString("-dm_type", "The type of the dm", NULL, DMFOREST, typeString, sizeof(typeString), NULL… in main()22 PetscCall(DMSetType(dm, (DMType)typeString)); in main()