Changeset 6411 for issm/trunk/src/c/Container/Nodes.h
- Timestamp:
- 10/25/10 08:27:35 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Container/Nodes.h
r5772 r6411 19 19 /*}}}*/ 20 20 /*numerics: {{{1*/ 21 void Configure(Elements* elements,Loads* loads, Nodes* nodes, Vertices* vertices, Materials* materials,Parameters* parameters); 21 22 void DistributeDofs(int analysis_type,int SETENUM); 22 23 void FlagClones(int analysis_type); 23 24 void FlagNodeSets(Vec pv_g, Vec pv_f, Vec pv_s,int analysis_type); 25 int MaxNumDofs(int analysis_type,int setenum); 24 26 int NumberOfDofs(int analysis_type,int setenum); 25 27 int NumberOfNodes(int analysis_type); 26 28 int NumberOfNodes(void); 27 29 void Ranks(int* ranks,int analysis_type); 28 int MaxNumDofs(int analysis_type,int setenum);30 void SetCurrentConfiguration(Elements* elements,Loads* loads, Nodes* nodes, Vertices* vertices, Materials* materials,Parameters* parameters); 29 31 /*}}}*/ 30 32 31 33 }; 32 34 33 34 35 35 #endif //ifndef _NODES_H_ 36
Note:
See TracChangeset
for help on using the changeset viewer.