Changeset 1103


Ignore:
Timestamp:
06/25/09 17:38:21 (15 years ago)
Author:
Eric.Larour
Message:

Added ContourToNodes and connectivity modules

Location:
issm/trunk/src/mex
Files:
10 added
1 edited

Legend:

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

    r962 r1103  
    1010                                ControlOptimization\
    1111                                ContourToMesh \
     12                                ContourToNodes \
    1213                                ControlConstrain \
    1314                                DataInterp \
     
    1516                                Du\
    1617                                Echo\
     18                                ElementConnectivity\
    1719                                Gradj\
    1820                                GriddataMeshToGrid\
     
    2325                                ModelProcessor \
    2426                                MpcNodes\
     27                                NodeConnectivity\
    2528                                NormalizeConstraints\
    2629                                Orth\
     
    8386                          ContourToMesh/ContourToMesh.h
    8487
     88ContourToNodes_SOURCES = ContourToNodes/ContourToNodes.cpp\
     89                          ContourToNodes/ContourToNodes.h
     90
     91
    8592ControlOptimization_SOURCES = ControlOptimization/ControlOptimization.cpp\
    8693                          ControlOptimization/ControlOptimization.h
     
    101108                          Echo/Echo.h
    102109
     110ElementConnectivity_SOURCES = ElementConnectivity/ElementConnectivity.cpp\
     111                          ElementConnectivity/ElementConnectivity.h
     112
    103113Gradj_SOURCES = Gradj/Gradj.cpp\
    104114                          Gradj/Gradj.h
     
    131141                          NormalizeConstraints/NormalizeConstraints.h
    132142
     143NodeConnectivity_SOURCES = NodeConnectivity/NodeConnectivity.cpp\
     144                          NodeConnectivity/NodeConnectivity.h
     145
    133146Orth_SOURCES = Orth/Orth.cpp\
    134147                          Orth/Orth.h
Note: See TracChangeset for help on using the changeset viewer.