Changeset 875
- Timestamp:
- 06/10/09 09:49:33 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Node.cpp
r874 r875 685 685 686 686 if (strcmp(field_name,"velocity")==0){ 687 printf("extrude velocity\n");688 689 687 690 688 /* node data: */ … … 705 703 fieldnode[0]=field_serial[doflist[0]]; 706 704 fieldnode[1]=field_serial[doflist[1]]; 707 printf("dof %g \n",doflist[0]);708 printf("dof %g \n",doflist[1]);709 printf("fieldnode %g \n",fieldnode[0]);710 printf("fieldnode %g \n",fieldnode[1]);711 712 705 713 706 //go through all nodes which sit on top of this node, until we reach the surface, … … 728 721 else if ( 729 722 (strcmp(field_name,"thickness")==0) || 723 (strcmp(field_name,"temperature")==0) || 730 724 (strcmp(field_name,"surface")==0) || 731 725 (strcmp(field_name,"bed")==0) ||
Note:
See TracChangeset
for help on using the changeset viewer.