Changeset 8411
- Timestamp:
- 05/24/11 11:41:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r8410 r8411 3053 3053 double Jdet2d,dt; 3054 3054 double rho_ice,heatcapacity,geothermalflux_value; 3055 double basalfriction,alpha2,vx,vy,pressure; 3056 double pressure_list[3]; 3055 double basalfriction,alpha2,vx,vy; 3057 3056 double scalar; 3058 3057 double l1l6[NUMVERTICES]; … … 3068 3067 /*Retrieve all inputs and parameters*/ 3069 3068 GetVerticesCoordinates(&xyz_list[0][0], nodes, NUMVERTICES); 3070 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]; 3071 3070 parameters->FindParam(&analysis_type,AnalysisTypeEnum); 3072 3071 rho_ice=matpar->GetRhoIce(); … … 3075 3074 Input* vx_input=inputs->GetInput(VxEnum); _assert_(vx_input); 3076 3075 Input* vy_input=inputs->GetInput(VyEnum); _assert_(vy_input); 3076 Input* vz_input=inputs->GetInput(VzEnum); _assert_(vz_input); 3077 3077 Input* geothermalflux_input=inputs->GetInput(GeothermalFluxEnum); _assert_(geothermalflux_input); 3078 3078
Note:
See TracChangeset
for help on using the changeset viewer.