Changeset 8413 for issm/trunk/src/c/objects/Elements/Penta.cpp
- Timestamp:
- 05/24/11 11:51:41 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r8412 r8413 3050 3050 int analysis_type,drag_type; 3051 3051 double xyz_list[NUMVERTICES][3]; 3052 double xyz_list_tria[NUMVERTICES2D][3] ;3052 double xyz_list_tria[NUMVERTICES2D][3]={0.0}; 3053 3053 double Jdet2d,dt; 3054 3054 double rho_ice,heatcapacity,geothermalflux_value; … … 3067 3067 /*Retrieve all inputs and parameters*/ 3068 3068 GetVerticesCoordinates(&xyz_list[0][0], nodes, NUMVERTICES); 3069 for(i=0;i<NUMVERTICES2D;i++) for(j=0;j< 3;j++) xyz_list_tria[i][j]=xyz_list[i][j];3069 for(i=0;i<NUMVERTICES2D;i++) for(j=0;j<2;j++) xyz_list_tria[i][j]=xyz_list[i][j]; 3070 3070 parameters->FindParam(&analysis_type,AnalysisTypeEnum); 3071 3071 rho_ice=matpar->GetRhoIce();
Note:
See TracChangeset
for help on using the changeset viewer.