Changeset 5350


Ignore:
Timestamp:
08/18/10 09:09:11 (15 years ago)
Author:
Eric.Larour
Message:

New TriaSearch module to look for a tria enclosing a point

Location:
issm/trunk/src/c
Files:
2 edited
1 copied

Legend:

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

    r5311 r5350  
    397397                                        ./modules/NodesDofx/NodesDofx.h\
    398398                                        ./modules/NodesDofx/NodesDofx.cpp\
     399                                        ./modules/TriaSearchx/TriaSearchx.h\
     400                                        ./modules/TriaSearchx/TriaSearchx.cpp\
    399401                                        ./modules/VerticesDofx/VerticesDofx.h\
    400402                                        ./modules/VerticesDofx/VerticesDofx.cpp\
     
    944946                                        ./modules/NodesDofx/NodesDofx.h\
    945947                                        ./modules/NodesDofx/NodesDofx.cpp\
     948                                        ./modules/TriaSearchx/TriaSearchx.h\
     949                                        ./modules/TriaSearchx/TriaSearchx.cpp\
    946950                                        ./modules/VerticesDofx/VerticesDofx.h\
    947951                                        ./modules/VerticesDofx/VerticesDofx.cpp\
  • issm/trunk/src/c/modules/modules.h

    r5311 r5350  
    5656#include "./MinVyx/MinVyx.h"
    5757#include "./MinVzx/MinVzx.h"
    58 #include "./ThicknessAbsMisfitx/ThicknessAbsMisfitx.h"
    5958#include "./SurfaceAbsVelMisfitx/SurfaceAbsVelMisfitx.h"
    6059#include "./SurfaceRelVelMisfitx/SurfaceRelVelMisfitx.h"
     
    8281#include "./SurfaceAreax/SurfaceAreax.h"
    8382#include "./SystemMatricesx/SystemMatricesx.h"
     83#include "./TriaSearchx/TriaSearchx.h"
     84#include "./ThicknessAbsMisfitx/ThicknessAbsMisfitx.h"
    8485#include "./UpdateGeometryx/UpdateGeometryx.h"
    8586#include "./UpdateVertexPositionsx/UpdateVertexPositionsx.h"
Note: See TracChangeset for help on using the changeset viewer.