Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tests/
H A Dex1.c69 const char *typeP; in main() local
70 PetscCall(KSPGetType(ksp, &typeP)); in main()
71 PetscCall(PetscStrallocpy(typeP, &type)); in main()