Changeset 546


Ignore:
Timestamp:
05/21/09 07:47:31 (16 years ago)
Author:
Mathieu Morlighem
Message:

bad copy and paste in model processor: no frozen grids in thermal

Location:
issm/trunk/src/c/ModelProcessorx/Thermal
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/ModelProcessorx/Thermal/CreateConstraintsThermal.cpp

    r483 r546  
    6060                        constraints->AddObject(spc);
    6161                        count++;
     62
    6263                }
    6364
  • issm/trunk/src/c/ModelProcessorx/Thermal/CreateElementsNodesAndMaterialsThermal.cpp

    r483 r546  
    437437                node=new Node(node_id,node_partitionborder,node_numdofs,node_x,node_onbed,node_onsurface,node_upper_node_id);
    438438
    439                 /*set single point constraints.: */
    440                 if (strcmp(model->meshtype,"3d")==0){
    441                         /*On a 3d mesh, we may have collapsed elements, hence dead grids. Freeze them out: */
    442                         if (model->deadgrids[i]){
    443                                 for(k=1;k<=node_numdofs;k++){
    444                                         node->FreezeDof(k);
    445                                 }
    446                         }
    447                 }
    448439                /*Add node to nodes dataset: */
    449440                nodes->AddObject(node);
Note: See TracChangeset for help on using the changeset viewer.