Changeset 23495


Ignore:
Timestamp:
11/30/18 13:48:54 (6 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed hydro model

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/FemModel.cpp

    r23494 r23495  
    47774777
    47784778        /*update node activity. If one element is connected to mask=1, all nodes are active*/
     4779        this->SetCurrentConfiguration(HydrologyDCEfficientAnalysisEnum);
    47794780        active=new Vector<IssmDouble>(nodes->NumberOfNodes(HydrologyDCEfficientAnalysisEnum));
    47804781        for (int i=0;i<elements->Size();i++){
     
    47914792        /*Update node activation accordingly*/
    47924793        int counter =0;
     4794        this->SetCurrentConfiguration(L2ProjectionEPLAnalysisEnum);
    47934795        for (int i=0;i<nodes->Size();i++){
    47944796                Node* node=xDynamicCast<Node*>(nodes->GetObjectByOffset(i));
Note: See TracChangeset for help on using the changeset viewer.