Changeset 14441


Ignore:
Timestamp:
03/11/13 15:26:33 (12 years ago)
Author:
habbalf
Message:

CHG: Added block size info for debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/toolkits/petsc/objects/PetscMat.cpp ΒΆ

    r13925 r14441  
    9595        _pprintLine_("=========================== Stiffness matrix allocation info ===========================");
    9696        _pprintLine_("");
     97   _pprintLine_(" Block size  : "<<info.block_size);
    9798        _pprintLine_(" nz_allocated: "<<info.nz_allocated);
    9899        _pprintLine_(" nz_used     : "<<info.nz_used);
Note: See TracChangeset for help on using the changeset viewer.