Changeset 16539 for issm/trunk-jpl/src/c/analyses/ThermalAnalysis.h
- Timestamp:
- 10/24/13 10:12:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/ThermalAnalysis.h
r16534 r16539 12 12 13 13 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); 15 20 }; 16 21 #endif
Note:
See TracChangeset
for help on using the changeset viewer.