source:
issm/oecreview/Archive/21724-22754/ISSM-22201-22202.diff
Last change on this file was 22755, checked in by , 7 years ago | |
---|---|
File size: 1.2 KB |
-
../trunk-jpl/src/c/classes/Elements/Element.cpp
1791 1791 name==DeviatoricStresszzEnum || 1792 1792 name==DeviatoricStresseffectiveEnum || 1793 1793 name==VxAverageEnum || 1794 name==VyAverageEnum || 1795 name==BalancethicknessSpcthicknessEnum 1796 1794 name==VyAverageEnum 1797 1795 ) { 1798 1796 return true; 1799 1797 } -
../trunk-jpl/src/c/classes/Constraints/SpcStatic.cpp
115 115 /*}}}*/ 116 116 void SpcStatic::InputUpdateFromVectorDakota(IssmDouble* vector,Nodes* nodes,int name,int type){/*{{{*/ 117 117 118 /*Only update if this is a constraint parameter*/ 119 if(name != BalancethicknessSpcthicknessEnum) return; 120 118 121 /*Chase through nodes and find the node to which this SpcStatic applys: */ 119 122 Node* node=(Node*)nodes->GetObjectById(NULL,nodeid); 120 123
Note:
See TracBrowser
for help on using the repository browser.