31 |
python_path, |
python_path, |
32 |
boost_path] |
boost_path] |
33 |
|
|
34 |
incs = ['Finley.h'] |
incs = ['Assemble.h', |
35 |
|
'ElementFile.h', |
36 |
|
'Finley.h', |
37 |
|
'FinleyVersion.h', |
38 |
|
'IndexList.h', |
39 |
|
'Mesh.h', |
40 |
|
'NodeFile.h', |
41 |
|
'Quadrature.h', |
42 |
|
'RectangularMesh.h', |
43 |
|
'ReferenceElements.h', |
44 |
|
'ShapeFunctions.h', |
45 |
|
'Util.h', |
46 |
|
# 'vtkCellType.h', |
47 |
|
'CPPAdapter/FinleyAdapterException.h', |
48 |
|
'CPPAdapter/FinleyError.h', |
49 |
|
'CPPAdapter/MeshAdapterFactory.h', |
50 |
|
'CPPAdapter/MeshAdapter.h', |
51 |
|
'CPPAdapter/SystemMatrixAdapter.h'] |
52 |
|
|
53 |
sources = ['Assemble_addToSystemMatrix.c', |
sources = ['Assemble_addToSystemMatrix.c', |
54 |
'Assemble_CopyElementData.c', |
'Assemble_CopyElementData.c', |