Searched refs:converttype (Results 1 – 1 of 1) sorted by relevance
14 char solver[256], converttype[256]; in main() local51 …PetscCall(PetscOptionsGetString(NULL, NULL, "-B_convert_type", converttype, sizeof(converttype), &… in main()52 if (flg) PetscCall(MatConvert(B, converttype, MAT_INPLACE_MATRIX, &B)); in main()