Changeset 8411


Ignore:
Timestamp:
05/24/11 11:41:56 (14 years ago)
Author:
seroussi
Message:

some problems in thermal sheets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Penta.cpp

    r8410 r8411  
    30533053        double     Jdet2d,dt;
    30543054        double     rho_ice,heatcapacity,geothermalflux_value;
    3055         double     basalfriction,alpha2,vx,vy,pressure;
    3056         double     pressure_list[3];
     3055        double     basalfriction,alpha2,vx,vy;
    30573056        double     scalar;
    30583057        double     l1l6[NUMVERTICES];
     
    30683067        /*Retrieve all inputs and parameters*/
    30693068        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];
    30713070        parameters->FindParam(&analysis_type,AnalysisTypeEnum);
    30723071        rho_ice=matpar->GetRhoIce();
     
    30753074        Input* vx_input=inputs->GetInput(VxEnum);                         _assert_(vx_input);
    30763075        Input* vy_input=inputs->GetInput(VyEnum);                         _assert_(vy_input);
     3076        Input* vz_input=inputs->GetInput(VzEnum);                         _assert_(vz_input);
    30773077        Input* geothermalflux_input=inputs->GetInput(GeothermalFluxEnum); _assert_(geothermalflux_input);
    30783078
Note: See TracChangeset for help on using the changeset viewer.