Changeset 23495
- Timestamp:
- 11/30/18 13:48:54 (6 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/FemModel.cpp
r23494 r23495 4777 4777 4778 4778 /*update node activity. If one element is connected to mask=1, all nodes are active*/ 4779 this->SetCurrentConfiguration(HydrologyDCEfficientAnalysisEnum); 4779 4780 active=new Vector<IssmDouble>(nodes->NumberOfNodes(HydrologyDCEfficientAnalysisEnum)); 4780 4781 for (int i=0;i<elements->Size();i++){ … … 4791 4792 /*Update node activation accordingly*/ 4792 4793 int counter =0; 4794 this->SetCurrentConfiguration(L2ProjectionEPLAnalysisEnum); 4793 4795 for (int i=0;i<nodes->Size();i++){ 4794 4796 Node* node=xDynamicCast<Node*>(nodes->GetObjectByOffset(i));
Note:
See TracChangeset
for help on using the changeset viewer.