Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex222.c9 char expltype[128], *etype = NULL; in main() local
16 PetscCall(PetscOptionsGetString(NULL, NULL, "-expl_type", expltype, sizeof(expltype), &flg)); in main()
17 if (flg) PetscCall(PetscStrallocpy(expltype, &etype)); in main()