Changeset 1105


Ignore:
Timestamp:
06/25/09 17:42:32 (16 years ago)
Author:
Eric.Larour
Message:

Added connectivity modules and ContourToNodes module

Location:
issm/trunk/src/c
Files:
9 added
2 edited

Legend:

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

    r1061 r1105  
    247247                                        ./ContourToMeshx/ContourToMeshx.cpp\
    248248                                        ./ContourToMeshx/ContourToMeshx.h\
     249                                        ./ContourToNodesx/ContourToNodesx.cpp\
     250                                        ./ContourToNodesx/ContourToNodesx.h\
    249251                                        ./Reducevectorgtosx/Reducevectorgtosx.cpp\
    250252                                        ./Reducevectorgtosx/Reducevectorgtosx.h\
     
    256258                                        ./NormalizeConstraintsx/NormalizeConstraintsx.cpp\
    257259                                        ./NormalizeConstraintsx/NormalizeConstraintsx.h\
     260                                        ./NodeConnectivityx/NodeConnectivityx.cpp\
     261                                        ./NodeConnectivityx/NodeConnectivityx.h\
     262                                        ./ElementConnectivityx/ElementConnectivityx.cpp\
     263                                        ./ElementConnectivityx/ElementConnectivityx.h\
    258264                                        ./SystemMatricesx/SystemMatricesx.cpp\
    259265                                        ./SystemMatricesx/SystemMatricesx.h\
  • issm/trunk/src/c/issm.h

    r962 r1105  
    2424#include "./MpcNodesx/MpcNodesx.h"
    2525#include "./ContourToMeshx/ContourToMeshx.h"
     26#include "./ContourToNodesx/ContourToNodesx.h"
    2627#include "./DataInterpx/DataInterpx.h"
    2728#include "./HoleFillerx/HoleFillerx.h"
     
    5152#include "./FieldExtrudex/FieldExtrudex.h"
    5253#include "./Qmux/Qmux.h"
     54#include "./NodeConnectivityx/NodeConnectivityx.h"
     55#include "./ElementConnectivityx/ElementConnectivityx.h"
    5356
    5457
Note: See TracChangeset for help on using the changeset viewer.