Searched refs:expltype (Results 1 – 1 of 1) sorted by relevance
9 char expltype[128], *etype = NULL; in main() local16 PetscCall(PetscOptionsGetString(NULL, NULL, "-expl_type", expltype, sizeof(expltype), &flg)); in main()17 if (flg) PetscCall(PetscStrallocpy(expltype, &etype)); in main()