Searched refs:null_pivots (Results 1 – 1 of 1) sorted by relevance
396 PetscInt icntl, infog34, num_null_pivots, *null_pivots; in main() local406 PetscCall(MatMumpsGetNullPivots(F, &num_null_pivots, &null_pivots)); in main()411 … PetscCall(PetscSortInt(num_null_pivots, null_pivots)); /* just make the printf deterministic */ in main()412 …cPrintf(PETSC_COMM_SELF, " Mumps row with null pivots is = %" PetscInt_FMT "\n", null_pivots[j])); in main()414 PetscCall(PetscFree(null_pivots)); in main()