Ignore:
Timestamp:
09/13/10 13:18:07 (15 years ago)
Author:
Eric.Larour
Message:

New solution strategy, based on creation of Kff, Kfs directly,
instead of Kgg. Idem for pf instead of pg.
Kept backwards compatibility for now, and only applied to macayeal diagnostic
in 2d. Will switch to this new strategy in the near future.

File:
1 edited

Legend:

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

    r4575 r5772  
    2626                virtual void  Configure(Elements* elements,Loads* loads,Nodes* nodes,Vertices* vertices,Materials* materials,Parameters* parameters)=0;
    2727                virtual void  SetCurrentConfiguration(Elements* elements,Loads* loads,Nodes* nodes,Vertices* vertices,Materials* materials,Parameters* parameters)=0;
    28                 virtual void  CreateKMatrix(Mat Kgg)=0;
    29                 virtual void  CreatePVector(Vec pg)=0;
    30                 virtual void  PenaltyCreateKMatrix(Mat Kgg,double kmax)=0;
    31                 virtual void  PenaltyCreatePVector(Vec pg,double kmax)=0;
     28                virtual void  CreateKMatrix(Mat Kgg,Mat Kff, Mat Kfs)=0;
     29                virtual void  CreatePVector(Vec pg, Vec pf)=0;
     30                virtual void  PenaltyCreateKMatrix(Mat Kgg,Mat Kff, Mat Kfs, double kmax)=0;
     31                virtual void  PenaltyCreatePVector(Vec pg, Vec pf, double kmax)=0;
    3232                virtual bool  InAnalysis(int analysis_type)=0;
    3333                /*}}}*/
Note: See TracChangeset for help on using the changeset viewer.