-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathMANIFEST
26 lines (26 loc) · 820 Bytes
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# file GENERATED by distutils, do NOT edit
setup.py
phon\__init__.py
phon\io_tools\__init__.py
phon\io_tools\read\__init__.py
phon\io_tools\read\read_from_gmsh_inp.py
phon\io_tools\read\read_from_neper_inp.py
phon\io_tools\write\__init__.py
phon\io_tools\write\export_to_abaqus.py
phon\io_tools\write\export_to_oofem.py
phon\mesh_objects\__init__.py
phon\mesh_objects\element.py
phon\mesh_objects\element_set.py
phon\mesh_objects\element_side_set.py
phon\mesh_objects\mesh.py
phon\mesh_objects\node.py
phon\mesh_objects\node_set.py
phon\mesh_tools\__init__.py
phon\mesh_tools\create_cohesive_elements.py
phon\mesh_tools\create_matrix.py
phon\mesh_tools\octree.py
test\test_create_cohesive_elements.py
test\test_create_matrix.py
test\test_export_to_abaqus.py
test\test_export_to_oofem.py
test\test_read_from_neper_inp.py