Ignore:
Timestamp:
08/30/13 10:31:20 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: use nodes Lid to allocate stiffness matrix (divides allocation time by 10)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Loads/Numericalflux.cpp

    r15767 r16035  
    379379        for(int i=0;i<this->GetNumberOfNodes();i++){
    380380
    381                 if(!flags[this->nodes[i]->Sid()]){
     381                if(!flags[this->nodes[i]->Lid()]){
    382382
    383383                        /*flag current node so that no other element processes it*/
    384                         flags[this->nodes[i]->Sid()]=true;
     384                        flags[this->nodes[i]->Lid()]=true;
    385385
    386386                        /*if node is clone, we have an off-diagonal non-zero, else it is a diagonal non-zero*/
Note: See TracChangeset for help on using the changeset viewer.