source: issm/oecreview/Archive/21724-22754/ISSM-22201-22202.diff@ 22755

Last change on this file since 22755 was 22755, checked in by Mathieu Morlighem, 7 years ago

CHG: added 21724-22754

File size: 1.2 KB
  • ../trunk-jpl/src/c/classes/Elements/Element.cpp

     
    17911791                                name==DeviatoricStresszzEnum ||
    17921792                                name==DeviatoricStresseffectiveEnum ||
    17931793                                name==VxAverageEnum ||
    1794                                 name==VyAverageEnum ||
    1795                                 name==BalancethicknessSpcthicknessEnum
    1796 
     1794                                name==VyAverageEnum
    17971795                                ) {
    17981796                                        return true;
    17991797                                }
  • ../trunk-jpl/src/c/classes/Constraints/SpcStatic.cpp

     
    115115/*}}}*/
    116116void SpcStatic::InputUpdateFromVectorDakota(IssmDouble* vector,Nodes* nodes,int name,int type){/*{{{*/
    117117
     118        /*Only update if this is a constraint parameter*/
     119        if(name != BalancethicknessSpcthicknessEnum) return;
     120
    118121        /*Chase through nodes and find the node to which this SpcStatic applys: */
    119122        Node* node=(Node*)nodes->GetObjectById(NULL,nodeid);
    120123
Note: See TracBrowser for help on using the repository browser.