Changeset 24313 for issm/trunk/src/c/analyses/BalancethicknessAnalysis.h
- Timestamp:
- 11/01/19 12:01:57 (5 years ago)
- Location:
- issm/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c
- Property svn:ignore
-
issm/trunk/src/c/analyses/BalancethicknessAnalysis.h
r19105 r24313 15 15 void CreateConstraints(Constraints* constraints,IoModel* iomodel); 16 16 void CreateLoads(Loads* loads, IoModel* iomodel); 17 void CreateNodes(Nodes* nodes,IoModel* iomodel );17 void CreateNodes(Nodes* nodes,IoModel* iomodel,bool isamr=false); 18 18 int DofsPerNode(int** doflist,int domaintype,int approximation); 19 19 void UpdateElements(Elements* elements,IoModel* iomodel,int analysis_counter,int analysis_type);
Note:
See TracChangeset
for help on using the changeset viewer.