Changeset 19011


Ignore:
Timestamp:
01/20/15 09:41:33 (10 years ago)
Author:
Eric.Larour
Message:

CHG: new M1qn3 module, to use it in matlab.

Location:
issm/trunk-jpl/src/wrappers
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/matlab/Makefile.am

    r18801 r19011  
    3838                                                 EnumToString.la\
    3939                                                 ExpSimplify.la\
     40                                                 ExpToLevelSet.la\
    4041                                                 InterpFromGridToMesh.la\
    4142                                                 InterpFromMeshToMesh2d.la\
     
    4647                                                 Ll2xy.la\
    4748                                                 NodeConnectivity.la\
     49                                                 M1qn3.la\
    4850                                                 MeshPartition.la\
    4951                                                 MeshProfileIntersection.la\
     
    141143ContourToMesh_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(MULTITHREADINGLIB) $(GSLLIB) $(PROJ4LIB)
    142144
     145ExpToLevelSet_la_SOURCES = ../ExpToLevelSet/ExpToLevelSet.cpp\
     146                                                                        ../ExpToLevelSet/ExpToLevelSet.h
     147ExpToLevelSet_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(MULTITHREADINGLIB) $(GSLLIB) $(PROJ4LIB)
     148
     149
    143150ContourToNodes_la_SOURCES = ../ContourToNodes/ContourToNodes.cpp\
    144151                                                                         ../ContourToNodes/ContourToNodes.h
     
    221228MeshPartition_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(METISLIB) $(GSLLIB) $(PROJ4LIB)
    222229
     230M1qn3_la_SOURCES = ../M1qn3/M1qn3.cpp\
     231                                                                        ../M1qn3/M1qn3.h
     232M1qn3_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(METISLIB) $(GSLLIB) $(PROJ4LIB)
     233
    223234MeshProfileIntersection_la_SOURCES = ../MeshProfileIntersection/MeshProfileIntersection.cpp\
    224235                                                                                                 ../MeshProfileIntersection/MeshProfileIntersection.h
Note: See TracChangeset for help on using the changeset viewer.