LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/BeamMe.egg-info/PKG-INFO
src/BeamMe.egg-info/SOURCES.txt
src/BeamMe.egg-info/dependency_links.txt
src/BeamMe.egg-info/requires.txt
src/BeamMe.egg-info/top_level.txt
src/beamme.egg-info/PKG-INFO
src/beamme.egg-info/SOURCES.txt
src/beamme.egg-info/dependency_links.txt
src/beamme.egg-info/requires.txt
src/beamme.egg-info/top_level.txt
src/build/cython_generated_code/src/meshpy/geometric_search/cython_lib.c
src/meshpy/__init__.py
src/meshpy/abaqus/__init__.py
src/meshpy/abaqus/beam.py
src/meshpy/abaqus/input_file.py
src/meshpy/abaqus/material.py
src/meshpy/core/__init__.py
src/meshpy/core/base_mesh_item.py
src/meshpy/core/boundary_condition.py
src/meshpy/core/conf.py
src/meshpy/core/container.py
src/meshpy/core/coupling.py
src/meshpy/core/element.py
src/meshpy/core/element_beam.py
src/meshpy/core/element_volume.py
src/meshpy/core/geometry_set.py
src/meshpy/core/material.py
src/meshpy/core/mesh.py
src/meshpy/core/mesh_utils.py
src/meshpy/core/node.py
src/meshpy/core/nurbs_patch.py
src/meshpy/core/rotation.py
src/meshpy/core/vtk_writer.py
src/meshpy/cosserat_curve/__init__.py
src/meshpy/cosserat_curve/cosserat_curve.py
src/meshpy/cosserat_curve/warping_along_cosserat_curve.py
src/meshpy/four_c/__init__.py
src/meshpy/four_c/beam_interaction_conditions.py
src/meshpy/four_c/beam_potential.py
src/meshpy/four_c/dbc_monitor.py
src/meshpy/four_c/element_beam.py
src/meshpy/four_c/element_volume.py
src/meshpy/four_c/function.py
src/meshpy/four_c/function_utility.py
src/meshpy/four_c/header_functions.py
src/meshpy/four_c/input_file.py
src/meshpy/four_c/locsys_condition.py
src/meshpy/four_c/material.py
src/meshpy/four_c/run_four_c.py
src/meshpy/four_c/solid_shell_thickness_direction.py
src/meshpy/four_c/yaml_dumper.py
src/meshpy/geometric_search/__init__.py
src/meshpy/geometric_search/arborx.py
src/meshpy/geometric_search/cython.py
src/meshpy/geometric_search/cython_lib.pyx
src/meshpy/geometric_search/find_close_points.py
src/meshpy/geometric_search/scipy.py
src/meshpy/geometric_search/utils.py
src/meshpy/mesh_creation_functions/__init__.py
src/meshpy/mesh_creation_functions/beam_basic_geometry.py
src/meshpy/mesh_creation_functions/beam_curve.py
src/meshpy/mesh_creation_functions/beam_fibers_in_rectangle.py
src/meshpy/mesh_creation_functions/beam_generic.py
src/meshpy/mesh_creation_functions/beam_honeycomb.py
src/meshpy/mesh_creation_functions/beam_nurbs.py
src/meshpy/mesh_creation_functions/beam_stent.py
src/meshpy/mesh_creation_functions/beam_wire.py
src/meshpy/mesh_creation_functions/nurbs_generic.py
src/meshpy/mesh_creation_functions/nurbs_geometries.py
src/meshpy/space_time/__init__.py
src/meshpy/space_time/beam_to_space_time.py
src/meshpy/utils/__init__.py
src/meshpy/utils/environment.py
src/meshpy/utils/nodes.py
tests/test_abaqus.py
tests/test_cosserat_curve.py
tests/test_create_cubit_input.py
tests/test_examples.py
tests/test_four_c.py
tests/test_four_c_simulation.py
tests/test_function_utilities.py
tests/test_geometric_search.py
tests/test_geometric_search_utils.py
tests/test_header_functions.py
tests/test_input_file_utils.py
tests/test_mesh_creation_functions.py
tests/test_meshpy.py
tests/test_nurbs.py
tests/test_performance.py
tests/test_rotations.py
tests/test_space_time.py
tests/test_utils_environment.py
tests/test_utils_nodes.py