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/Analysis.h

    r20065 r23585  
    3636                virtual void CreateConstraints(Constraints* constraints,IoModel* iomodel)=0;
    3737                virtual void CreateLoads(Loads* loads, IoModel* iomodel)=0;
    38                 virtual void CreateNodes(Nodes* nodes,IoModel* iomodel)=0;
     38                virtual void CreateNodes(Nodes* nodes,IoModel* iomodel,bool isamr=false)=0;
    3939                virtual int  DofsPerNode(int** doflist,int domaintype,int approximation)=0;
    4040                virtual void UpdateElements(Elements* elements,IoModel* iomodel,int analysis_counter,int analysis_type)=0;
Note: See TracChangeset for help on using the changeset viewer.