Changeset 11720
- Timestamp:
- 03/16/12 08:36:17 (13 years ago)
- Location:
- issm/trunk-jpl/src/c/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Elements/Tria.cpp
r11695 r11720 1873 1873 this->inputs->AddInput(transientinput); 1874 1874 } 1875 else _error_("nodal vector is either numberofnodes (%i), or numberofnodes+1 long. Field provided is %i long",numberofvertices,M);1875 else _error_("nodal vector is either numberofnodes or numberofnodes+1 long. Field provided (%s) is %i long",EnumToStringx(vector_enum),M); 1876 1876 } 1877 1877 else if(vector_type==2){ //element vector … … 3668 3668 // vx_input->GetInputValue(&vx,gauss); 3669 3669 // vy_input->GetInputValue(&vy,gauss); 3670 // grade_g[iv] = -2* drag*alpha_complement*(lambda*vx+mu*vy)/((double)connectivity[iv]);3670 // grade_g[iv] = -2*1.e+7*drag*alpha_complement*(lambda*vx+mu*vy)/((double)connectivity[iv]); 3671 3671 //} 3672 3672 /*End Analytical gradient*/ -
issm/trunk-jpl/src/c/objects/objects.h
r11695 r11720 30 30 31 31 /*Loads: */ 32 #include "./Loads/Load.h" 32 33 #include "./Loads/Friction.h" 33 34 #include "./Loads/Icefront.h"
Note:
See TracChangeset
for help on using the changeset viewer.