~esys-p-dev/esys-particle/gengeo

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Dion Weatherley
  • Date: 2014-12-15 04:05:00 UTC
  • Revision ID: d.weatherley@uq.edu.au-20141215040500-wzwl42djikubfk9b
Added MeshVolWithJointSet

Sub-classes MeshVolume to permit inclusion of joint sets within triangle mesh volumes

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
  Python/LineSegment2DPy.cc \
102
102
  Python/MeshVolumePy.h \
103
103
  Python/MeshVolumePy.cc \
 
104
  Python/MeshVolWithJointSetPy.h \
 
105
  Python/MeshVolWithJointSetPy.cc \
104
106
  Python/MNTable2DPy.h \
105
107
  Python/MNTable2DPy.cc \
106
108
  Python/MNTable3DPy.h \
213
215
  src/JointSet.h \
214
216
  src/MeshVolume.h \
215
217
  src/MeshVolume.cc \
 
218
  src/MeshVolWithJointSet.h \
 
219
  src/MeshVolWithJointSet.cc \
216
220
  src/MNTable2D.h \
217
221
  src/MNTable2D.cc \
218
222
  src/MNTable3D.h \