Changeset 5454 for issm/trunk/src/c/objects/Loads/Numericalflux.cpp
- Timestamp:
- 08/20/10 13:52:13 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Loads/Numericalflux.cpp
r5452 r5454 564 564 } 565 565 566 /* Get node coordinates , dof listand normal vector: */566 /* Get node coordinates and normal vector: */ 567 567 GetVerticesCoordinates(&xyz_list[0][0], nodes, numgrids); 568 GetDofList(&doflist);569 568 GetNormal(&normal[0],xyz_list); 570 569 … … 583 582 return; 584 583 } 584 585 /*Get dof list*/ 586 GetDofList(&doflist); 585 587 586 588 /* Get gaussian points and weights (make this a statically initialized list of points? fstd): */ … … 713 715 thickness_input=tria->inputs->GetInput(ThicknessEnum); 714 716 715 /* Get node coordinates , dof listand normal vector: */717 /* Get node coordinates and normal vector: */ 716 718 GetVerticesCoordinates(&xyz_list[0][0], nodes, numgrids); 717 GetDofList(&doflist);718 719 GetNormal(&normal[0],xyz_list); 719 720 … … 726 727 return; 727 728 } 729 730 /*Get dof list*/ 731 GetDofList(&doflist); 728 732 729 733 /* Get gaussian points and weights (make this a statically initialized list of points? fstd): */
Note:
See TracChangeset
for help on using the changeset viewer.