Changeset 12365 for issm/trunk-jpl/src/c/objects/Node.h
- Timestamp:
- 06/04/12 16:40:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Node.h
r12322 r12365 7 7 8 8 /*Headers:*/ 9 /*{{{ 1*/9 /*{{{*/ 10 10 #include "./Object.h" 11 11 #include "../shared/shared.h" … … 34 34 IssmDouble coord_system[3][3]; 35 35 36 /*Node constructors, destructors {{{ 1*/36 /*Node constructors, destructors {{{*/ 37 37 Node(); 38 38 Node(int node_id,int node_sid, int vertex_id,int io_index, IoModel* iomodel,int analysis_type); 39 39 ~Node(); 40 40 /*}}}*/ 41 /*Object virtual functions definitions:{{{ 1*/41 /*Object virtual functions definitions:{{{ */ 42 42 void Echo(); 43 43 void DeepEcho(); … … 47 47 Object* copy(){_error_("Not implemented yet (similar to Elements)");}; 48 48 /*}}}*/ 49 /*Update virtual functions definitions: {{{ 1*/49 /*Update virtual functions definitions: {{{*/ 50 50 51 51 void InputUpdateFromVector(IssmDouble* vector, int name, int type); … … 62 62 void InputUpdateFromIoModel(int index, IoModel* iomodel){_error_("Not implemented yet!");} 63 63 /*}}}*/ 64 /*Node numerical routines {{{ 1*/64 /*Node numerical routines {{{*/ 65 65 void Configure(DataSet* nodes,Vertices* vertices); 66 66 void CreateNodalConstraints(Vector* ys); … … 102 102 103 103 /*}}}*/ 104 /*Dof Object routines {{{ 1*/104 /*Dof Object routines {{{*/ 105 105 void DistributeDofs(int* pdofcount,int setenum); 106 106 void OffsetDofs(int dofcount,int setenum);
Note:
See TracChangeset
for help on using the changeset viewer.