Changeset 3441


Ignore:
Timestamp:
04/07/10 17:00:14 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

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

    r3439 r3441  
    131131                }
    132132        }
     133        /*FROM PROGNOSTIC/BALANCESVEL/BALANCEDTHICK*/
     134        if (strcmp(iomodel->meshtype,"3d")==0){
     135                /*On a 3d mesh, we may have collapsed elements, hence dead grids. Freeze them out: */
     136                if (!iomodel->gridonbed[i]){
     137                        for(k=1;k<=node_numdofs;k++){
     138                                node->FreezeDof(k);
     139                        }
     140                }
     141        }
    133142}
    134143/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.