Changeset 23487 for issm/trunk-jpl/src/c/classes/FemModel.cpp
- Timestamp:
- 11/29/18 15:58:48 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/FemModel.cpp
r23486 r23487 589 589 590 590 /*If we already have the right analysis, return*/ 591 if(this->analysis_counter==index) return;591 //if(this->analysis_counter==index) return; 592 592 this->analysis_counter=index; 593 593 … … 2521 2521 2522 2522 int index=AnalysisIndex(config_type); 2523 _assert_(this->analysis_type_list[index]==config_type); 2523 2524 2524 2525 /*start module: */ … … 2635 2636 int nodecounter =0; 2636 2637 int constraintcounter=0; 2638 this->analysis_counter=-1; 2637 2639 for(int i=0;i<this->nummodels;i++){//create nodes for each analysis in analysis_type_list 2638 2640 … … 2646 2648 this->CreateNodes(newnumberofvertices,my_vertices,nodecounter,analysis_enum,new_nodes); 2647 2649 this->CreateConstraints(new_vertices,nodecounter,constraintcounter,analysis_enum,new_constraints_list[i]); 2648 //this->UpdateElements(newnumberofelements,newelementslist,my_elements,nodecounter,i,new_elements);2650 this->UpdateElements(newnumberofelements,newelementslist,my_elements,nodecounter,i,new_elements); 2649 2651 2650 2652 if(new_nodes->Size()) nodecounter=new_nodes->MaximumId();
Note:
See TracChangeset
for help on using the changeset viewer.