Changeset 9


Ignore:
Timestamp:
04/23/09 16:13:34 (16 years ago)
Author:
Eric.Larour
Message:

Introduced new Brent Search based Control Optimization algorithm

Location:
issm/trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/Makefile.am

    r1 r9  
    1 EXTRA_DIST = m  MakefileIce  perl  pro
     1EXTRA_DIST = m  perl  pro
    22SUBDIRS = c mex
    33
  • issm/trunk/src/c/Makefile.am

    r1 r9  
    2525                                        ./objects/Load.h\
    2626                                        ./objects/Load.cpp\
     27                                        ./objects/OptArgs.h\
     28                                        ./objects/OptPars.h\
    2729                                        ./objects/SolverEnum.h\
    2830                                        ./objects/Contour.h\
     
    6971                                        ./shared/Numerics/numerics.h\
    7072                                        ./shared/Numerics/GaussPoints.h\
     73                                        ./shared/Numerics/BrentSearch.cpp\
     74                                        ./shared/Numerics/OptFunc.cpp\
    7175                                        ./shared/Numerics/extrema.cpp\
    7276                                        ./shared/Numerics/GaussPoints.cpp\
     
    230234                                        ./objects/Contour.h\
    231235                                        ./objects/Contour.cpp\
     236                                        ./objects/OptArgs.h\
     237                                        ./objects/OptPars.h\
    232238                                        ./objects/Friction.h\
    233239                                        ./objects/Friction.cpp\
     
    272278                                        ./shared/Numerics/GaussPoints.h\
    273279                                        ./shared/Numerics/GaussPoints.cpp\
     280                                        ./shared/Numerics/BrentSearch.cpp\
     281                                        ./shared/Numerics/OptFunc.cpp\
    274282                                        ./shared/Numerics/extrema.cpp\
    275283                                        ./shared/Exceptions/exceptions.h\
  • issm/trunk/src/mex/Makefile.am

    r1 r9  
    77bin_PROGRAMS =  BuildNodeSets\
    88                                ConfigureObjects \
     9                                ControlOptimization\
    910                                ContourToMesh \
    1011                                ControlConstrain \
     
    7172ContourToMesh_SOURCES = ContourToMesh/ContourToMesh.cpp\
    7273                          ContourToMesh/ContourToMesh.h
     74
     75ControlOptimization_SOURCES = ControlOptimization/ControlOptimization.cpp\
     76                          ControlOptimization/ControlOptimization.h
    7377
    7478ControlConstrain_SOURCES = ControlConstrain/ControlConstrain.cpp\
Note: See TracChangeset for help on using the changeset viewer.