Changeset 8240 for issm/trunk/src/c/objects/Node.h
- Timestamp:
- 05/10/11 14:55:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Node.h
r7089 r8240 30 30 Inputs* inputs; //properties of this node 31 31 int analysis_type; 32 32 //double referential[6]; 33 33 34 34 /*Node constructors, destructors {{{1*/ 35 35 Node(); 36 Node(int id,int sid, int vertex_id,int numberofdofs);37 36 Node(int id,int sid, DofIndexing* indexing, Hook* vertex, Inputs* inputs,int analysis_type); 38 37 Node(int node_id,int node_sid, int vertex_id,int io_index, IoModel* iomodel,int analysis_type); … … 51 50 /*}}}*/ 52 51 /*Update virtual functions definitions: {{{1*/ 52 53 53 void InputUpdateFromVector(double* vector, int name, int type); 54 54 void InputUpdateFromVector(int* vector, int name, int type);
Note:
See TracChangeset
for help on using the changeset viewer.