Searched refs:pbw (Results 1 – 1 of 1) sorted by relevance
62 PetscInt bw, pbw; in TestReordering() local76 PetscCall(MatComputeBandwidth(pA, 0.0, &pbw)); in TestReordering()82 if (pbw > bw) { in TestReordering()83 …ing method %s increased bandwidth from %" PetscInt_FMT " to %" PetscInt_FMT "\n", order, bw, pbw)); in TestReordering()85 …ering method %s reduced bandwidth from %" PetscInt_FMT " to %" PetscInt_FMT "\n", order, bw, pbw)); in TestReordering()