Changeset 5532


Ignore:
Timestamp:
08/24/10 08:59:42 (15 years ago)
Author:
seroussi
Message:

freeze

File:
1 edited

Legend:

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

    r5524 r5532  
    9494                        if (!iomodel->vertices_type) ISSMERROR("iomodel->vertices_type is NULL");
    9595                        if (iomodel->vertices_type[io_index]==MacAyealApproximationEnum && !iomodel->gridonbed[io_index]){
    96                                 for(k=1;k<=numdofs;k++){
    97                                         this->FreezeDof(k);
     96                                for(k=1;k<=numdofs;k++) this->FreezeDof(k);
     97                        }
     98                        if (iomodel->vertices_type[io_index]==MacAyealPattynApproximationEnum && iomodel->gridonmacayeal[io_index]){
     99                                if(!iomodel->gridonbed[io_index]){
     100                                        for(k=1;k<=numdofs;k++) this->FreezeDof(k);
    98101                                }
    99102                        }
Note: See TracChangeset for help on using the changeset viewer.