Searched refs:flgB (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex174.cxx | 15 PetscBool flg, flgB, isElemental, isDense, isAij, isSbaij; in main() local 35 PetscCall(PetscOptionsGetString(NULL, NULL, "-fB", file[1], sizeof(file[1]), &flgB)); in main() 36 if (flgB) { in main()
|
| H A D | ex244.cxx | 14 PetscBool flg, flgB, isScaLAPACK, isDense, isAij, isSbaij; in main() local 34 PetscCall(PetscOptionsGetString(NULL, NULL, "-fB", file[1], PETSC_MAX_PATH_LEN, &flgB)); in main() 35 if (flgB) { in main()
|
| H A D | ex62.c | 34 PetscBool Test_MatPtAP = PETSC_TRUE, Test_MatRARt = PETSC_TRUE, flg, seqaij, flgA, flgB; in main() local 56 …tscOptionsFList("-B_mat_type", "Matrix type", "MatSetType", MatList, deft, B_mattype, 256, &flgB)); in main() 75 if (flgB) PetscCall(MatConvert(B, B_mattype, MAT_INPLACE_MATRIX, &B)); in main()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex30.c | 32 …PetscBool table = PETSC_FALSE, flg, flgB = PETSC_FALSE, trans = PETSC_FALSE, partition = PETSC_F… in main() local 128 PetscCall(PetscOptionsGetString(NULL, NULL, "-fB", file[2], sizeof(file[2]), &flgB)); in main() 129 if (flgB) { in main() 371 if (flgB) PetscCall(MatDestroy(&B)); in main()
|
| /petsc/src/mat/interface/ |
| H A D | matproduct.c | 232 PetscBool flgA = PETSC_TRUE, flgB = PETSC_TRUE, flgC = PETSC_TRUE, isset, issym; in MatProductReplaceMats() local 253 PetscCall(PetscObjectTypeCompare((PetscObject)product->B, ((PetscObject)B)->type_name, &flgB)); in MatProductReplaceMats() 256 flgB = PETSC_FALSE; in MatProductReplaceMats() 275 if (!flgA || !flgB || !flgC) { in MatProductReplaceMats()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 300 PetscBool flgN, flgP, flgM, flgB, useMorton = PETSC_TRUE, periodic = PETSC_FALSE; in DMFTopologyCreate_pforest() local 307 …tionsGetRealArray(((PetscObject)dm)->options, prefix, "-dm_p4est_brick_bounds", B, &nretB, &flgB)); in DMFTopologyCreate_pforest() 311 …PetscCheck(!flgB || nretB == 2 * P4EST_DIM, PetscObjectComm((PetscObject)dm), PETSC_ERR_ARG_SIZ, "… in DMFTopologyCreate_pforest() 316 if (!flgB) B[2 * i + 1] = N[i]; in DMFTopologyCreate_pforest()
|