Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex10.c62 PetscInt bw, pbw; in TestReordering() local
76 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()