Ignore:
Timestamp:
08/07/10 21:19:41 (15 years ago)
Author:
Eric.Larour
Message:

Took out rgbs, simplifies the code a lot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/FemModel.h

    r4356 r5057  
    4040               
    4141                //multiple  sets of matrices/vectors for each analysis_type. m stands for multiple
    42                 Mat*                 m_Rmg; //rigid body motions matrices
    43                 Mat*                 m_Gmn;
    4442                NodeSets**           m_nodesets; //boundary conditions dof sets
    4543                Vec*                 m_yg; //boundary conditions in global g-set
     
    4745
    4846                //pointers to point to sets of matrices/vectors, for a certain analysis type. activated in SetCurrentAnalysis
    49                 Mat                  Rmg;
    50                 Mat                  Gmn;
    5147                NodeSets*            nodesets;
    5248                Vec                  yg;
Note: See TracChangeset for help on using the changeset viewer.