Changeset 8805


Ignore:
Timestamp:
07/06/11 07:24:44 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added Element matrix consistency check in debugging mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Numerics/ElementMatrix.cpp

    r8800 r8805  
    251251        double* localvalues=NULL;
    252252
     253        /*In debugging mode, check consistency (no NaN, and values not too big)*/
     254        this->CheckConsistency();
     255
    253256        if(this->dofsymmetrical){
    254257                /*only use row dofs to add values into global matrices: */
Note: See TracChangeset for help on using the changeset viewer.