Changeset 16974
- Timestamp:
- 11/29/13 10:27:02 (11 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r16956 r16974 7735 7735 7736 7736 /* Start looping on the number of gaussian points: */ 7737 gauss=new GaussPenta(0,1,2, 2);7737 gauss=new GaussPenta(0,1,2,3); 7738 7738 for(int ig=gauss->begin();ig<gauss->end();ig++){ 7739 7739 … … 8841 8841 8842 8842 /* Start looping on the number of gauss 2d (nodes on the bedrock) */ 8843 gauss=new GaussPenta(0,1,2, 2);8843 gauss=new GaussPenta(0,1,2,5); 8844 8844 for(int ig=gauss->begin();ig<gauss->end();ig++){ 8845 8845 -
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r16954 r16974 3600 3600 3601 3601 /* Start looping on the number of gauss 1d (nodes on the bedrock) */ 3602 GaussTria* gauss=new GaussTria(indices[0],indices[1], 2);3602 GaussTria* gauss=new GaussTria(indices[0],indices[1],3); 3603 3603 for(int ig=gauss->begin();ig<gauss->end();ig++){ 3604 3604 … … 4012 4012 4013 4013 /* Start looping on the number of gauss 1d (nodes on the bedrock) */ 4014 GaussTria* gauss=new GaussTria(indices[0],indices[1], 2);4014 GaussTria* gauss=new GaussTria(indices[0],indices[1],5); 4015 4015 for(int ig=gauss->begin();ig<gauss->end();ig++){ 4016 4016
Note:
See TracChangeset
for help on using the changeset viewer.