Changeset 24313 for issm/trunk/src/c/classes/Materials/Matice.cpp
- Timestamp:
- 11/01/19 12:01:57 (5 years ago)
- Location:
- issm/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c
- Property svn:ignore
-
issm/trunk/src/c/classes/Materials/Matice.cpp
r23189 r24313 654 654 } 655 655 /*}}}*/ 656 void Matice::InputUpdateFromConstant(IssmDouble constant, int name){/*{{{*/657 /*Nothing updated yet*/658 }659 /*}}}*/660 void Matice::InputUpdateFromConstant(int constant, int name){/*{{{*/661 /*Nothing updated yet*/662 }663 /*}}}*/664 void Matice::InputUpdateFromConstant(bool constant, int name){/*{{{*/665 /*Nothing updated yet*/666 }667 /*}}}*/668 void Matice::InputUpdateFromMatrixDakota(IssmDouble* matrix, int nrows, int ncols,int name, int type){/*{{{*/669 /*Nothing updated yet*/670 }671 /*}}}*/672 void Matice::InputUpdateFromVector(IssmDouble* vector, int name, int type){/*{{{*/673 674 }675 /*}}}*/676 void Matice::InputUpdateFromVectorDakota(IssmDouble* vector, int name, int type){/*{{{*/677 678 }679 /*}}}*/680 656 void Matice::ResetHooks(){/*{{{*/ 681 657 … … 792 768 surface_input->GetInputDerivativeValue(&slope[0],xyz_list,gauss); 793 769 z=this->element->GetZcoord(xyz_list,gauss); 794 tau_perp = element-> matpar->GetMaterialParameter(MaterialsRhoIceEnum) * element->matpar->GetMaterialParameter(ConstantsGEnum) * fabs(s-z)*sqrt(slope[0]*slope[0]+slope[1]*slope[1]);770 tau_perp = element->FindParam(MaterialsRhoIceEnum) * element->FindParam(ConstantsGEnum) * fabs(s-z)*sqrt(slope[0]*slope[0]+slope[1]*slope[1]); 795 771 796 772 /* Get eps_b*/
Note:
See TracChangeset
for help on using the changeset viewer.