Changeset 847


Ignore:
Timestamp:
06/08/09 15:49:31 (16 years ago)
Author:
Eric.Larour
Message:

New modules FieldExtrude and FieldDepthAverage, replace thicknessExtrude,SlopeExtrude, etc ...

Location:
issm/trunk/src/mex
Files:
9 added
4 deleted
1 edited

Legend:

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

    r816 r847  
    3333                                Reducevectorgtos\
    3434                                SetStructureField\
    35                                 SlopeExtrude\
    3635                                Solver\
    3736                                SpcNodes\
    3837                                SystemMatrices\
    3938                                Test\
    40                                 ThicknessExtrude\
     39                                FieldExtrude\
    4140                                TriMesh\
    4241                                TriMeshProcessRifts\
    4342                                TriMeshRefine\
    4443                                UpdateFromInputs\
     44                                UpdateNodePositions\
    4545                                UpdateGeometry\
    46                                 VelocityExtrude\
    47                                 VelocityDepthAverage
     46                                FieldDepthAverage
    4847
    4948endif
     
    158157                          SetStructureField/SetStructureField.h
    159158
    160 SlopeExtrude_SOURCES = SlopeExtrude/SlopeExtrude.cpp\
    161                           SlopeExtrude/SlopeExtrude.h
    162 
    163159Solver_SOURCES = Solver/Solver.cpp\
    164160                          Solver/Solver.h
     
    170166                          SystemMatrices/SystemMatrices.h
    171167
    172 ThicknessExtrude_SOURCES = ThicknessExtrude/ThicknessExtrude.cpp\
    173                           ThicknessExtrude/ThicknessExtrude.h
     168FieldExtrude_SOURCES = FieldExtrude/FieldExtrude.cpp\
     169                          FieldExtrude/FieldExtrude.h
    174170
    175171TriMesh_SOURCES = TriMesh/TriMesh.cpp\
     
    188184                          UpdateGeometry/UpdateGeometry.h
    189185
    190 VelocityExtrude_SOURCES = VelocityExtrude/VelocityExtrude.cpp\
    191                           VelocityExtrude/VelocityExtrude.h
     186UpdateNodePositions_SOURCES = UpdateNodePositions/UpdateNodePositions.cpp\
     187                          UpdateNodePositions/UpdateNodePositions.h
    192188
    193 VelocityDepthAverage_SOURCES = VelocityDepthAverage/VelocityDepthAverage.cpp\
    194                           VelocityDepthAverage/VelocityDepthAverage.h
     189FieldDepthAverage_SOURCES = FieldDepthAverage/FieldDepthAverage.cpp\
     190                          FieldDepthAverage/FieldDepthAverage.h
Note: See TracChangeset for help on using the changeset viewer.