Ignore:
Timestamp:
07/11/14 11:33:15 (11 years ago)
Author:
schlegel
Message:

CHG: create femmodel copy for dakota runs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Loads/Penpair.cpp

    r18064 r18237  
    6565}               
    6666/*}}}*/
    67 int    Penpair::Id(void){ return id; }/*{{{*/
    68 /*}}}*/
    69 int Penpair::ObjectEnum(void){/*{{{*/
     67int  Penpair::Id(void){ return id; }/*{{{*/
     68/*}}}*/
     69int  Penpair::ObjectEnum(void){/*{{{*/
    7070
    7171        return PenpairEnum;
     
    113113}
    114114/*}}}*/
     115void  Penpair::ResetHooks(){/*{{{*/
     116
     117        this->nodes=NULL;
     118        this->parameters=NULL;
     119
     120        /*Get Element type*/
     121        this->hnodes->reset();
     122
     123}
     124/*}}}*/
    115125void  Penpair::CreateKMatrix(Matrix<IssmDouble>* Kff, Matrix<IssmDouble>* Kfs){/*{{{*/
    116126        /*If you code this piece, don't forget that a penalty will be inactive if it is dealing with clone nodes*/
     
    131141}
    132142/*}}}*/
    133 void Penpair::GetNodesSidList(int* sidlist){/*{{{*/
     143void  Penpair::GetNodesSidList(int* sidlist){/*{{{*/
    134144
    135145        _assert_(sidlist);
     
    139149}
    140150/*}}}*/
    141 void Penpair::GetNodesLidList(int* lidlist){/*{{{*/
     151void  Penpair::GetNodesLidList(int* lidlist){/*{{{*/
    142152
    143153        _assert_(lidlist);
     
    147157}
    148158/*}}}*/
    149 int Penpair::GetNumberOfNodes(void){/*{{{*/
     159int   Penpair::GetNumberOfNodes(void){/*{{{*/
    150160
    151161        return NUMVERTICES;
    152162}
    153163/*}}}*/
    154 bool Penpair::IsPenalty(void){/*{{{*/
     164bool  Penpair::IsPenalty(void){/*{{{*/
    155165        return true;
    156166}
     
    190200}
    191201/*}}}*/
    192 bool Penpair::InAnalysis(int in_analysis_type){/*{{{*/
     202bool  Penpair::InAnalysis(int in_analysis_type){/*{{{*/
    193203        if (in_analysis_type==this->analysis_type)return true;
    194204        else return false;
    195205}
    196206/*}}}*/
    197 void Penpair::SetwiseNodeConnectivity(int* pd_nz,int* po_nz,Node* node,bool* flags,int* flagsindices,int set1_enum,int set2_enum){/*{{{*/
     207void  Penpair::SetwiseNodeConnectivity(int* pd_nz,int* po_nz,Node* node,bool* flags,int* flagsindices,int set1_enum,int set2_enum){/*{{{*/
    198208
    199209        /*Output */
Note: See TracChangeset for help on using the changeset viewer.