.clang-format
.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml
.typos.toml
CITATION.cff
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
.binder/Dockerfile
.binder/start
.github/README_PUBLISH_RELEASE.md
.github/dependabot.yml
.github/actions/build_arborx_geometric_search/action.yml
.github/actions/code_check/action.yml
.github/actions/coverage/action.yml
.github/actions/coverage/coverage_badge_index.html
.github/actions/cubit_finalize/action.yml
.github/actions/cubit_setup/action.yml
.github/actions/install_beamme/action.yml
.github/actions/run_tests/action.yml
.github/actions/setup_python_environment/action.yml
.github/actions/source_distribution_build/action.yml
.github/actions/wheel_build/action.yml
.github/actions/wheel_test/action.yml
.github/workflows/build_binder.yml
.github/workflows/build_sdist_build_test_wheels_PR_and_merge.yml
.github/workflows/build_sdist_build_test_wheels_nightly_and_publish_release.yml
.github/workflows/check_code.yml
.github/workflows/check_meshpy_redirects.yml
.github/workflows/documentation.yml
.github/workflows/testing.yml
.github/workflows/testing_protected.yml
.github/workflows/website.yml
doc/assets/beamme_logo_icon_square.png
doc/assets/beamme_logo_icon_wide.png
doc/assets/beamme_logo_wide.png
doc/assets/composite_plate.png
doc/assets/honeycomb.png
doc/assets/pressure_pipe.png
doc/assets/snippet_getting_started_result.png
doc/assets/twisted_plate.png
doc/badges/documentation.svg
doc/badges/pre-commit.svg
doc/badges/ruff-formatter.svg
doc/badges/ruff-linter.svg
doc/badges/testing_linux_ubuntu.svg
doc/badges/testing_macos.svg
doc/badges/testing_windows.svg
doc/badges/website.svg
examples/example_1_finite_rotations.ipynb
examples/example_2_core_mesh_generation_functions.ipynb
examples/utils/example_1_utils.py
examples/utils/general_utils.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/__init__.py
src/beamme/version.py
src/beamme/abaqus/__init__.py
src/beamme/abaqus/beam.py
src/beamme/abaqus/input_file.py
src/beamme/abaqus/material.py
src/beamme/core/__init__.py
src/beamme/core/base_mesh_item.py
src/beamme/core/boundary_condition.py
src/beamme/core/conf.py
src/beamme/core/container.py
src/beamme/core/coupling.py
src/beamme/core/element.py
src/beamme/core/element_beam.py
src/beamme/core/element_volume.py
src/beamme/core/function.py
src/beamme/core/geometry_set.py
src/beamme/core/material.py
src/beamme/core/mesh.py
src/beamme/core/mesh_utils.py
src/beamme/core/node.py
src/beamme/core/nurbs_patch.py
src/beamme/core/rotation.py
src/beamme/core/vtk_writer.py
src/beamme/cosserat_curve/__init__.py
src/beamme/cosserat_curve/cosserat_curve.py
src/beamme/cosserat_curve/warping_along_cosserat_curve.py
src/beamme/four_c/__init__.py
src/beamme/four_c/beam_interaction_conditions.py
src/beamme/four_c/beam_potential.py
src/beamme/four_c/dbc_monitor.py
src/beamme/four_c/element_beam.py
src/beamme/four_c/element_volume.py
src/beamme/four_c/four_c_types.py
src/beamme/four_c/function_utility.py
src/beamme/four_c/header_functions.py
src/beamme/four_c/input_file.py
src/beamme/four_c/input_file_dump_item.py
src/beamme/four_c/input_file_mappings.py
src/beamme/four_c/locsys_condition.py
src/beamme/four_c/material.py
src/beamme/four_c/model_importer.py
src/beamme/four_c/run_four_c.py
src/beamme/four_c/solid_shell_thickness_direction.py
src/beamme/geometric_search/__init__.py
src/beamme/geometric_search/arborx.py
src/beamme/geometric_search/cython.py
src/beamme/geometric_search/cython_lib.pyx
src/beamme/geometric_search/find_close_points.py
src/beamme/geometric_search/scipy.py
src/beamme/geometric_search/utils.py
src/beamme/geometric_search/src/CMakeLists.txt
src/beamme/geometric_search/src/find_close_points.cpp
src/beamme/geometric_search/src/find_close_points.h
src/beamme/geometric_search/src/geometric_search.cpp
src/beamme/mesh_creation_functions/__init__.py
src/beamme/mesh_creation_functions/beam_arc.py
src/beamme/mesh_creation_functions/beam_generic.py
src/beamme/mesh_creation_functions/beam_helix.py
src/beamme/mesh_creation_functions/beam_line.py
src/beamme/mesh_creation_functions/beam_node_continuation.py
src/beamme/mesh_creation_functions/beam_parametric_curve.py
src/beamme/mesh_creation_functions/beam_splinepy.py
src/beamme/mesh_creation_functions/nurbs_generic.py
src/beamme/mesh_creation_functions/nurbs_geometries.py
src/beamme/mesh_creation_functions/nurbs_utils.py
src/beamme/mesh_creation_functions/applications/__init__.py
src/beamme/mesh_creation_functions/applications/beam_fibers_in_rectangle.py
src/beamme/mesh_creation_functions/applications/beam_honeycomb.py
src/beamme/mesh_creation_functions/applications/beam_stent.py
src/beamme/mesh_creation_functions/applications/beam_wire.py
src/beamme/space_time/__init__.py
src/beamme/space_time/beam_to_space_time.py
src/beamme/utils/__init__.py
src/beamme/utils/environment.py
src/beamme/utils/nodes.py
src/build/cython_generated_code/src/beamme/geometric_search/cython_lib.c
tests/__init__.py
tests/conftest.py
tests/conftest_performance_tests.py
tests/conftest_result_comparison.py
tests/create_test_models.py
tests/test_cosserat_curve.py
tests/test_four_c.py
tests/test_mesh_creation_functions.py
tests/beamme/core/test_beamme_core_coupling.py
tests/beamme/core/test_beamme_core_geometry_set.py
tests/beamme/core/test_beamme_core_mesh.py
tests/beamme/core/test_beamme_core_mesh_utils.py
tests/beamme/core/test_beamme_core_rotations.py
tests/beamme/four_c/test_beamme_four_c_beam_interaction_conditions.py
tests/beamme/four_c/test_beamme_four_c_dbc_monitor.py
tests/beamme/four_c/test_beamme_four_c_function_utility.py
tests/beamme/four_c/test_beamme_four_c_material.py
tests/beamme/four_c/test_beamme_four_c_run_four_c.py
tests/beamme/four_c/test_beamme_four_c_run_four_c_header_functions.py
tests/beamme/geometric_search/test_beamme_geometric_search_utils.py
tests/beamme/mesh_creation_functions/test_beamme_mesh_creation_functions_beam_generic.py
tests/beamme/mesh_creation_functions/test_beamme_mesh_creation_functions_nurbs_generic.py
tests/beamme/mesh_creation_functions/test_beamme_mesh_creation_functions_nurbs_utils.py
tests/beamme/utils/test_beamme_utils_environment.py
tests/beamme/utils/test_beamme_utils_nodes.py
tests/integration/test_integration_abaqus.py
tests/integration/test_integration_core.py
tests/integration/test_integration_core_geometry_sets.py
tests/integration/test_integration_core_mesh.py
tests/integration/test_integration_core_vtk_writer.py
tests/integration/test_integration_four_c.py
tests/integration/test_integration_four_c_beam_interaction_conditions.py
tests/integration/test_integration_four_c_element_beam.py
tests/integration/test_integration_four_c_header_functions.py
tests/integration/test_integration_four_c_locsys_condition.py
tests/integration/test_integration_four_c_material.py
tests/integration/test_integration_four_c_model_importer.py
tests/integration/test_integration_four_c_simulation.py
tests/integration/test_integration_four_c_solid_shell_thickness_direction.py
tests/integration/test_integration_geometric_search.py
tests/integration/test_integration_mesh_creation_functions_nurbs.py
tests/integration/test_integration_space_time.py
tests/other/test_other_create_cubit_input_files.py
tests/other/test_other_create_input_files.py
tests/other/test_other_examples.py
tests/other/test_other_logo.py
tests/other/test_other_readme.py
tests/performance/test_performance_beamme.py
tests/performance/test_performance_geometric_search.py
tests/performance/test_performance_space_time.py
tests/reference-files/test_beamme_four_c_dbc_monitor_read_dbc_monitor_file.yaml
tests/reference-files/test_cosserat_curve_centerline.txt
tests/reference-files/test_cosserat_curve_mesh.4C.yaml
tests/reference-files/test_cosserat_curve_mesh_transformation.json
tests/reference-files/test_cosserat_curve_mesh_warp.4C.yaml
tests/reference-files/test_cosserat_curve_mesh_warp_transform_boundary_conditions.4C.yaml
tests/reference-files/test_cosserat_curve_pvd_series_factors.0.vtu
tests/reference-files/test_cosserat_curve_pvd_series_factors.1.vtu
tests/reference-files/test_cosserat_curve_pvd_series_factors.pvd
tests/reference-files/test_cosserat_curve_pvd_series_steps.0.vtu
tests/reference-files/test_cosserat_curve_pvd_series_steps.1.vtu
tests/reference-files/test_cosserat_curve_pvd_series_steps.2.vtu
tests/reference-files/test_cosserat_curve_pvd_series_steps.pvd
tests/reference-files/test_cosserat_curve_translate_and_rotate_pos_full_ref.txt
tests/reference-files/test_cosserat_curve_translate_and_rotate_pos_half_ref.txt
tests/reference-files/test_cosserat_curve_translate_and_rotate_q_full_ref.txt
tests/reference-files/test_cosserat_curve_translate_and_rotate_q_half_ref.txt
tests/reference-files/test_cosserat_curve_vtk_representation.vtu
tests/reference-files/test_four_c_beam_potential_helix.4C.yaml
tests/reference-files/test_geometry_sets.4C.yaml
tests/reference-files/test_integration_abaqus_frame_normal.inp
tests/reference-files/test_integration_abaqus_frame_normal_and_extra_node.inp
tests/reference-files/test_integration_abaqus_helix_normal.inp
tests/reference-files/test_integration_abaqus_helix_normal_and_extra_node.inp
tests/reference-files/test_integration_core_close_beam.4C.yaml
tests/reference-files/test_integration_core_close_beam_rotation.4C.yaml
tests/reference-files/test_integration_core_geometry_set_replace_nodes_geometry_set_1.4C.yaml
tests/reference-files/test_integration_core_geometry_set_replace_nodes_geometry_set_2.4C.yaml
tests/reference-files/test_integration_core_geometry_set_replace_nodes_geometry_set_3.4C.yaml
tests/reference-files/test_integration_core_mesh_check_double_elements_beam.vtu
tests/reference-files/test_integration_core_mesh_deep_copy.4C.yaml
tests/reference-files/test_integration_core_mesh_deep_copy_with_geometry_sets.4C.yaml
tests/reference-files/test_integration_core_mesh_reflection_no_origin_flip.4C.yaml
tests/reference-files/test_integration_core_mesh_reflection_no_origin_no_flip.4C.yaml
tests/reference-files/test_integration_core_mesh_reflection_origin_flip.4C.yaml
tests/reference-files/test_integration_core_mesh_reflection_origin_no_flip.4C.yaml
tests/reference-files/test_integration_core_mesh_rotation.4C.yaml
tests/reference-files/test_integration_core_mesh_rotation_individual.4C.yaml
tests/reference-files/test_integration_core_mesh_transformations_with_solid_full.4C.yaml
tests/reference-files/test_integration_core_mesh_transformations_with_solid_yaml.4C.yaml
tests/reference-files/test_integration_core_mesh_wrap_cylinder_not_on_same_plane.4C.yaml
tests/reference-files/test_integration_core_vtk_writer_beam.vtu
tests/reference-files/test_integration_core_vtk_writer_beam_no_coupling_beam.vtu
tests/reference-files/test_integration_core_vtk_writer_beam_smooth_centerline_beam.vtu
tests/reference-files/test_integration_core_vtk_writer_curve_cell_data_beam.vtu
tests/reference-files/test_integration_core_vtk_writer_solid.vtu
tests/reference-files/test_integration_core_vtk_writer_solid_elements_import.4C.yaml
tests/reference-files/test_integration_core_vtk_writer_solid_elements_solid.vtu
tests/reference-files/test_integration_core_vtk_writer_write_vtk.vtu
tests/reference-files/test_integration_four_c_beam_interaction_conditions_beam_to_beam_contact.4C.yaml
tests/reference-files/test_integration_four_c_beam_interaction_conditions_beam_to_solid.4C.yaml
tests/reference-files/test_integration_four_c_check_multiple_node_penalty_coupling.4C.yaml
tests/reference-files/test_integration_four_c_check_multiple_node_penalty_coupling_reuse.4C.yaml
tests/reference-files/test_integration_four_c_element_beam_euler_bernoulli.4C.yaml
tests/reference-files/test_integration_four_c_element_beam_kirchhoff_beam.4C.yaml
tests/reference-files/test_integration_four_c_element_beam_reissner_beam_line2.4C.yaml
tests/reference-files/test_integration_four_c_element_beam_reissner_beam_line3.4C.yaml
tests/reference-files/test_integration_four_c_element_beam_reissner_beam_line3_hermite.4C.yaml
tests/reference-files/test_integration_four_c_element_beam_reissner_beam_line4.4C.yaml
tests/reference-files/test_integration_four_c_element_beam_reissner_beam_line5.4C.yaml
tests/reference-files/test_integration_four_c_fluid_element_section.4C.yaml
tests/reference-files/test_integration_four_c_fluid_element_section_import.4C.yaml
tests/reference-files/test_integration_four_c_header_functions_beam_interaction.4C.yaml
tests/reference-files/test_integration_four_c_header_functions_nonlinear_solver_parameters.4C.yaml
tests/reference-files/test_integration_four_c_header_functions_nonlinear_solver_parameters.xml
tests/reference-files/test_integration_four_c_header_functions_nonlinear_solver_parameters_with_nox.4C.yaml
tests/reference-files/test_integration_four_c_header_functions_nonlinear_solver_parameters_with_nox_custom_name.4C.yaml
tests/reference-files/test_integration_four_c_header_functions_static.4C.yaml
tests/reference-files/test_integration_four_c_header_functions_static_prestress.4C.yaml
tests/reference-files/test_integration_four_c_header_functions_static_time_all.4C.yaml
tests/reference-files/test_integration_four_c_header_functions_static_time_no_n_steps.4C.yaml
tests/reference-files/test_integration_four_c_header_functions_static_time_no_time_step.4C.yaml
tests/reference-files/test_integration_four_c_header_functions_static_time_no_total_time.4C.yaml
tests/reference-files/test_integration_four_c_header_functions_stress_output.4C.yaml
tests/reference-files/test_integration_four_c_locsys_condition_locsys.4C.yaml
tests/reference-files/test_integration_four_c_model_importer_import_nested_materials.4C.yaml
tests/reference-files/test_integration_four_c_model_importer_non_consecutive_geometry_sets_dict_import.4C.yaml
tests/reference-files/test_integration_four_c_model_importer_non_consecutive_geometry_sets_full_import.4C.yaml
tests/reference-files/test_integration_four_c_model_importer_non_consecutive_geometry_sets_input.4C.yaml
tests/reference-files/test_integration_four_c_nurbs_import.4C.yaml
tests/reference-files/test_integration_four_c_point_coupling_exact.4C.yaml
tests/reference-files/test_integration_four_c_point_coupling_indirect.4C.yaml
tests/reference-files/test_integration_four_c_point_coupling_penalty.4C.yaml
tests/reference-files/test_integration_four_c_simulation_beam_and_solid_tube.4C.yaml
tests/reference-files/test_integration_four_c_simulation_beam_to_beam_contact_example.4C.yaml
tests/reference-files/test_integration_four_c_simulation_dbc_monitor_to_input_initial.4C.yaml
tests/reference-files/test_integration_four_c_simulation_dbc_monitor_to_input_restart.4C.yaml
tests/reference-files/test_integration_four_c_simulation_dirichlet_boundary_to_neumann_boundary_with_all_values_dirichlet.4C.yaml
tests/reference-files/test_integration_four_c_simulation_dirichlet_boundary_to_neumann_boundary_with_all_values_neumann.4C.yaml
tests/reference-files/test_integration_four_c_simulation_honeycomb_sphere.4C.yaml
tests/reference-files/test_integration_four_c_simulation_honeycomb_sphere_import.4C.yaml
tests/reference-files/test_integration_four_c_simulation_honeycomb_variants.4C.yaml
tests/reference-files/test_integration_four_c_simulation_locsys.4C.yaml
tests/reference-files/test_integration_four_c_simulation_rotated_beam_axis.4C.yaml
tests/reference-files/test_integration_four_c_solid_shell_thickness_direction_block.4C.yaml
tests/reference-files/test_integration_four_c_solid_shell_thickness_direction_dome_constant_direction.4C.yaml
tests/reference-files/test_integration_four_c_solid_shell_thickness_direction_dome_thickness.4C.yaml
tests/reference-files/test_integration_four_c_solid_shell_thickness_direction_visualization.vtu
tests/reference-files/test_integration_four_c_sub_materials.4C.yaml
tests/reference-files/test_integration_four_c_sub_materials_material_numbering.4C.yaml
tests/reference-files/test_integration_four_c_surface_to_surface_contact_import.4C.yaml
tests/reference-files/test_integration_four_c_surface_to_surface_contact_import_solid_mesh.4C.yaml
tests/reference-files/test_integration_four_c_user_defined_boundary_condition.4C.yaml
tests/reference-files/test_integration_mesh_creation_functions_nurbs_brick.4C.yaml
tests/reference-files/test_integration_mesh_creation_functions_nurbs_couple_nurbs_meshes.4C.yaml
tests/reference-files/test_integration_mesh_creation_functions_nurbs_cylindrical_shell_sector.4C.yaml
tests/reference-files/test_integration_mesh_creation_functions_nurbs_empty_knot_spans.4C.yaml
tests/reference-files/test_integration_mesh_creation_functions_nurbs_flat_plate_2d.4C.yaml
tests/reference-files/test_integration_mesh_creation_functions_nurbs_flat_plate_2d_splinepy_copy.4C.yaml
tests/reference-files/test_integration_mesh_creation_functions_nurbs_hemisphere_surface.4C.yaml
tests/reference-files/test_integration_mesh_creation_functions_nurbs_hollow_cylinder_segment_2d.4C.yaml
tests/reference-files/test_integration_mesh_creation_functions_nurbs_rotation_nurbs_surface.4C.yaml
tests/reference-files/test_integration_mesh_creation_functions_nurbs_sphere_surface.4C.yaml
tests/reference-files/test_integration_mesh_creation_functions_nurbs_string_types.4C.yaml
tests/reference-files/test_integration_mesh_creation_functions_nurbs_torus_surface.4C.yaml
tests/reference-files/test_integration_mesh_creation_functions_nurbs_translate_nurbs_surface.4C.yaml
tests/reference-files/test_integration_space_time_curved_linear.json
tests/reference-files/test_integration_space_time_curved_quadratic.json
tests/reference-files/test_integration_space_time_elbow_linear.json
tests/reference-files/test_integration_space_time_elbow_linear_coupling.json
tests/reference-files/test_integration_space_time_elbow_quadratic.json
tests/reference-files/test_integration_space_time_elbow_quadratic_coupling.json
tests/reference-files/test_integration_space_time_named_node_set.json
tests/reference-files/test_integration_space_time_straight_linear.json
tests/reference-files/test_integration_space_time_straight_quadratic.json
tests/reference-files/test_integration_space_time_varying_material_length_linear.json
tests/reference-files/test_integration_space_time_varying_material_length_linear_arc_length.json
tests/reference-files/test_integration_space_time_varying_material_length_linear_coupling.json
tests/reference-files/test_integration_space_time_varying_material_length_linear_coupling_arc_length.json
tests/reference-files/test_integration_space_time_varying_material_length_quadratic.json
tests/reference-files/test_integration_space_time_varying_material_length_quadratic_arc_length.json
tests/reference-files/test_integration_space_time_varying_material_length_quadratic_coupling.json
tests/reference-files/test_integration_space_time_varying_material_length_quadratic_coupling_arc_length.json
tests/reference-files/test_mesh_creation_functions_arc_segment_2d.4C.yaml
tests/reference-files/test_mesh_creation_functions_arc_segment_start_end_node.4C.yaml
tests/reference-files/test_mesh_creation_functions_arc_segment_via_axis.4C.yaml
tests/reference-files/test_mesh_creation_functions_arc_segment_via_rotation.4C.yaml
tests/reference-files/test_mesh_creation_functions_curve_2d_sin.4C.yaml
tests/reference-files/test_mesh_creation_functions_curve_2d_sin_mathematica.csv
tests/reference-files/test_mesh_creation_functions_curve_3d_curve_rotation.4C.yaml
tests/reference-files/test_mesh_creation_functions_curve_3d_helix.4C.yaml
tests/reference-files/test_mesh_creation_functions_curve_3d_helix_mathematica.csv
tests/reference-files/test_mesh_creation_functions_curve_3d_line.4C.yaml
tests/reference-files/test_mesh_creation_functions_element_length_option.4C.yaml
tests/reference-files/test_mesh_creation_functions_fibers_in_rectangle.4C.yaml
tests/reference-files/test_mesh_creation_functions_fibers_in_rectangle_reference_point.4C.yaml
tests/reference-files/test_mesh_creation_functions_fibers_in_rectangle_return_set.4C.yaml
tests/reference-files/test_mesh_creation_functions_helix_helix_angle_right_angle.4C.yaml
tests/reference-files/test_mesh_creation_functions_helix_no_rotation.4C.yaml
tests/reference-files/test_mesh_creation_functions_helix_radius_zero.4C.yaml
tests/reference-files/test_mesh_creation_functions_helix_rotation_offset.4C.yaml
tests/reference-files/test_mesh_creation_functions_node_continuation.4C.yaml
tests/reference-files/test_mesh_creation_functions_node_positions_of_elements_option.4C.yaml
tests/reference-files/test_mesh_creation_functions_splinepy_bezier.4C.yaml
tests/reference-files/test_mesh_creation_functions_splinepy_nurbs.4C.yaml
tests/reference-files/test_mesh_creation_functions_stent.4C.yaml
tests/reference-files/test_mesh_creation_functions_wire.4C.yaml
tests/reference-files/test_other_create_cubit_input_files_block.4C.yaml
tests/reference-files/test_other_create_cubit_input_files_single_solid_element_brick.4C.yaml
tests/reference-files/test_other_create_cubit_input_files_solid_shell_blocks.4C.yaml
tests/reference-files/test_other_create_cubit_input_files_solid_shell_dome.4C.yaml
tests/reference-files/test_other_create_cubit_input_files_tube.4C.yaml
tests/reference-files/test_other_create_input_files_beam_to_solid.4C.yaml
tests/reference-files/test_other_readme_getting_started_beam.vtu
tests/reference-files/test_stvenantkirchhoff_solid.4C.yaml
tests/reference-files/test_unique_ordering_of_get_all_nodes_for_line_condition.4C.yaml
utils/arclength.nb
utils/check_python_imports.py
utils/curvature.nb
utils/logo.py
utils/rotation.wls
utils/validate_4C_files.py
website/README.md
website/requirements.txt
website/docs/prepare_docs.py
website/docs/source/conf.py
website/docs/source/index.rst
website/docs/source/static/js/custom.js