Ignore:
Timestamp:
08/16/10 11:37:04 (15 years ago)
Author:
Mathieu Morlighem
Message:

moved md.fit to md.cm_responses and 0-4 to enums

File:
1 edited

Legend:

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

    r5258 r5281  
    7171                void   Configure(Elements* elements,Loads* loads,DataSet* nodes,Materials* materials,Parameters* parameters);
    7272                void   SetCurrentConfiguration(Elements* elements,Loads* loads,DataSet* nodes,Materials* materials,Parameters* parameters);
    73                 double CostFunction(bool process_units);
     73                double RegularizeInversion(void);
    7474                void   CreateKMatrix(Mat Kgg);
    7575                void   CreatePVector(Vec pg);
     
    104104                void   MinVy(double* pminvy, bool process_units);
    105105                void   MinVz(double* pminvz, bool process_units);
    106                 double Misfit(bool process_units);
     106                double SurfaceAbsVelMisfit(bool process_units);
     107                double SurfaceRelVelMisfit(bool process_units);
     108                double SurfaceLogVelMisfit(bool process_units);
     109                double SurfaceLogVxVyMisfit(bool process_units);
     110                double SurfaceAverageVelMisfit(bool process_units);
    107111                void   PatchFill(int* pcount, Patch* patch);
    108112                void   PatchSize(int* pnumrows, int* pnumvertices,int* pnumnodes);
Note: See TracChangeset for help on using the changeset viewer.