Ignore:
Timestamp:
10/24/13 10:12:44 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moving model processor stuff to analyses

File:
1 edited

Legend:

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

    r16534 r16539  
    1212
    1313        public:
    14                 int DofsPerNode(int** doflist,int meshtype,int approximation);
     14                int  DofsPerNode(int** doflist,int meshtype,int approximation);
     15                void UpdateParameters(Parameters** pparameters,IoModel* iomodel,int solution_enum,int analysis_enum);
     16                void UpdateElements(Elements* elements,IoModel* iomodel,int analysis_counter,int analysis_type);
     17                void CreateNodes(Nodes** pnodes,IoModel* iomodel);
     18                void CreateConstraints(Constraints** pconstraints,IoModel* iomodel);
     19                void CreateLoads(Loads** ploads, IoModel* iomodel);
    1520};
    1621#endif
Note: See TracChangeset for help on using the changeset viewer.