Changeset 16542 for issm/trunk-jpl/src/c/analyses/MasstransportAnalysis.h
- Timestamp:
- 10/24/13 16:30:36 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/MasstransportAnalysis.h
r16539 r16542 13 13 public: 14 14 int DofsPerNode(int** doflist,int meshtype,int approximation); 15 void UpdateParameters(Parameters* * pparameters,IoModel* iomodel,int solution_enum,int analysis_enum);15 void UpdateParameters(Parameters* parameters,IoModel* iomodel,int solution_enum,int analysis_enum); 16 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);17 void CreateNodes(Nodes* nodes,IoModel* iomodel); 18 void CreateConstraints(Constraints* constraints,IoModel* iomodel); 19 void CreateLoads(Loads* loads, IoModel* iomodel); 20 20 }; 21 21 #endif
Note:
See TracChangeset
for help on using the changeset viewer.