Changeset 16782 for issm/trunk-jpl/src/c/analyses/ExtrudeFromTopAnalysis.h
- Timestamp:
- 11/15/13 10:29:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/ExtrudeFromTopAnalysis.h
r16684 r16782 12 12 13 13 public: 14 /*Model processing*/ 14 15 int DofsPerNode(int** doflist,int meshtype,int approximation); 15 16 void UpdateParameters(Parameters* parameters,IoModel* iomodel,int solution_enum,int analysis_enum); … … 18 19 void CreateConstraints(Constraints* constraints,IoModel* iomodel); 19 20 void CreateLoads(Loads* loads, IoModel* iomodel); 21 22 /*Finite element Analysis*/ 23 ElementMatrix* CreateKMatrix(Element* element); 24 ElementVector* CreatePVector(Element* element); 20 25 void GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element); 21 26 void InputUpdateFromSolution(IssmDouble* solution,Element* element);
Note:
See TracChangeset
for help on using the changeset viewer.