Ignore:
Timestamp:
07/22/10 18:57:52 (15 years ago)
Author:
Eric.Larour
Message:

New MeshProfileIntersection module, with local routines.
Needed a new object, Segment, because this is highly dynamic in nature.

More qmu debugging, especially dealing with segments for Mass flux computation.

File:
1 edited

Legend:

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

    r4765 r4773  
    9494                                        ./objects/Node.h\
    9595                                        ./objects/Node.cpp\
     96                                        ./objects/Segment.h\
     97                                        ./objects/Segment.cpp\
    9698                                        ./objects/Vertex.h\
    9799                                        ./objects/Vertex.cpp\
     
    499501                                        ./modules/MeshPartitionx/MeshPartitionx.cpp\
    500502                                        ./modules/MeshPartitionx/MeshPartitionx.h\
     503                                        ./modules/MeshProfileIntersectionx/MeshProfileIntersectionx.cpp\
     504                                        ./modules/MeshProfileIntersectionx/MeshProfileIntersectionx.h\
     505                                        ./modules/MeshProfileIntersectionx/MeshSegmentsIntersection.cpp\
     506                                        ./modules/MeshProfileIntersectionx/ElementSegmentsIntersection.cpp\
     507                                        ./modules/MeshProfileIntersectionx/ElementSegment.cpp\
    501508                                        ./modules/ContourToMeshx/ContourToMeshx.cpp\
    502509                                        ./modules/ContourToMeshx/ContourToMeshxt.cpp\
     
    653660                                        ./objects/Node.h\
    654661                                        ./objects/Node.cpp\
     662                                        ./objects/Segment.h\
     663                                        ./objects/Segment.cpp\
    655664                                        ./objects/Vertex.h\
    656665                                        ./objects/Vertex.cpp\
     
    10511060                                        ./modules/MeshPartitionx/MeshPartitionx.cpp\
    10521061                                        ./modules/MeshPartitionx/MeshPartitionx.h\
     1062                                        ./modules/MeshProfileIntersectionx/MeshProfileIntersectionx.cpp\
     1063                                        ./modules/MeshProfileIntersectionx/MeshProfileIntersectionx.h\
     1064                                        ./modules/MeshProfileIntersectionx/MeshSegmentsIntersection.cpp\
     1065                                        ./modules/MeshProfileIntersectionx/ElementSegmentsIntersection.cpp\
     1066                                        ./modules/MeshProfileIntersectionx/ElementSegment.cpp\
    10531067                                        ./modules/ContourToMeshx/ContourToMeshx.cpp\
    10541068                                        ./modules/ContourToMeshx/ContourToMeshxt.cpp\
     
    11461160endif
    11471161
    1148 LDADD =    ./libpISSM.a $(PETSCLIB)    $(FLIBS)  $(PLAPACKLIB)  $(MUMPSLIB) $(SCALAPACKLIB)  $(BLACSLIB)  $(DAKOTALIB) $(METISLIB) $(CHACOLIB) $(SCOTCHLIB) $(BLASLAPACKLIB)  $(MKLLIB) $(MPILIB) $(MATHLIB) $(FORTRANLIB) $(GRAPHICSLIB) libOverload.a $(MULTITHREADINGLIB)
     1162LDADD =    ./libpISSM.a $(PETSCLIB)     $(FLIBS)  $(PLAPACKLIB)  $(MUMPSLIB) $(SCALAPACKLIB)  $(BLACSLIB)  $(DAKOTALIB) $(METISLIB) $(CHACOLIB) $(SCOTCHLIB) $(BLASLAPACKLIB)  $(MKLLIB) $(MPILIB) $(MATHLIB) $(FORTRANLIB) $(GRAPHICSLIB) libOverload.a $(MULTITHREADINGLIB)
    11491163
    11501164issm_exe_SOURCES = solutions/issm.cpp
Note: See TracChangeset for help on using the changeset viewer.