Ignore:
Timestamp:
01/01/19 21:09:23 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: AMR now uses a lot more of the model processor functions. In some cases, we now have to pass the flag isAMR so that fields from iomodel are not loaded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/StressbalanceSIAAnalysis.h

    r18930 r23585  
    1515                void CreateConstraints(Constraints* constraints,IoModel* iomodel);
    1616                void CreateLoads(Loads* loads, IoModel* iomodel);
    17                 void CreateNodes(Nodes* nodes,IoModel* iomodel);
     17                void CreateNodes(Nodes* nodes,IoModel* iomodel,bool isamr=false);
    1818                int  DofsPerNode(int** doflist,int domaintype,int approximation);
    1919                void UpdateElements(Elements* elements,IoModel* iomodel,int analysis_counter,int analysis_type);
Note: See TracChangeset for help on using the changeset viewer.