Coverage report: 93%

Files Functions Classes

coverage.py v7.14.1, created at 2026-06-08 11:03 +0000

File function   statements missing excluded   coverage
src/beamme/__init__.py (no function)   0 0 0   100%
src/beamme/abaqus/__init__.py (no function)   0 0 0   100%
src/beamme/abaqus/beam.py generate_abaqus_beam   14 4 0   71%
src/beamme/abaqus/beam.py (no function)   3 0 0   100%
src/beamme/abaqus/input_file.py set_i_global   4 1 0   75%
src/beamme/abaqus/input_file.py get_set_lines   8 0 0   100%
src/beamme/abaqus/input_file.py AbaqusInputFile.__init__   1 0 0   100%
src/beamme/abaqus/input_file.py AbaqusInputFile.write_input_file   3 3 0   0%
src/beamme/abaqus/input_file.py AbaqusInputFile.get_input_file_string   9 0 0   100%
src/beamme/abaqus/input_file.py AbaqusInputFile.calculate_cross_section_normal_data   16 1 0   94%
src/beamme/abaqus/input_file.py AbaqusInputFile.calculate_cross_section_normal_data.normalize   1 0 0   100%
src/beamme/abaqus/input_file.py AbaqusInputFile.get_nodes_lines   11 0 0   100%
src/beamme/abaqus/input_file.py AbaqusInputFile.get_element_lines   26 1 0   96%
src/beamme/abaqus/input_file.py AbaqusInputFile.get_material_lines   11 0 0   100%
src/beamme/abaqus/input_file.py AbaqusInputFile.get_set_lines   12 3 0   75%
src/beamme/abaqus/input_file.py (no function)   27 0 0   100%
src/beamme/abaqus/material.py AbaqusBeamMaterial.__init__   1 0 0   100%
src/beamme/abaqus/material.py AbaqusBeamMaterial.dump_to_list   1 0 0   100%
src/beamme/abaqus/material.py (no function)   4 0 0   100%
src/beamme/core/__init__.py (no function)   0 0 0   100%
src/beamme/core/base_mesh_item.py BaseMeshItem.__init__   3 0 0   100%
src/beamme/core/base_mesh_item.py (no function)   2 0 0   100%
src/beamme/core/boundary_condition.py BoundaryConditionBase.__init__   3 0 0   100%
src/beamme/core/boundary_condition.py BoundaryCondition.__init__   3 0 0   100%
src/beamme/core/boundary_condition.py BoundaryCondition.check   14 2 0   86%
src/beamme/core/boundary_condition.py BoundaryConditionContainer.__init__   5 0 0   100%
src/beamme/core/boundary_condition.py (no function)   16 0 0   100%
src/beamme/core/conf.py BoundaryCondition.is_point_coupling_pairwise   5 1 0   80%
src/beamme/core/conf.py BeamMe.__init__   7 0 0   100%
src/beamme/core/conf.py BeamMe.set_default_values   5 0 0   100%
src/beamme/core/conf.py (no function)   40 0 0   100%
src/beamme/core/container.py ContainerBase.append   12 1 0   92%
src/beamme/core/container.py ContainerBase.extend   5 1 0   80%
src/beamme/core/container.py (no function)   3 0 0   100%
src/beamme/core/coupling.py Coupling.__init__   10 2 0   80%
src/beamme/core/coupling.py Coupling.check   8 0 0   100%
src/beamme/core/coupling.py coupling_factory   7 0 0   100%
src/beamme/core/coupling.py (no function)   11 0 0   100%
src/beamme/core/element.py Element.__init__   6 0 0   100%
src/beamme/core/element.py Element.flip   1 1 0   0%
src/beamme/core/element.py Element.replace_node   5 5 0   0%
src/beamme/core/element.py Element.check   1 0 0   100%
src/beamme/core/element.py Element.get_vtk   1 1 0   0%
src/beamme/core/element.py (no function)   8 0 0   100%
src/beamme/core/element_beam.py Beam.__init__   1 0 0   100%
src/beamme/core/element_beam.py Beam.get_coupling_dict   11 6 0   45%
src/beamme/core/element_beam.py Beam.flip   1 0 0   100%
src/beamme/core/element_beam.py Beam.get_vtk   43 0 0   100%
src/beamme/core/element_beam.py generate_beam_class   2 0 0   100%
src/beamme/core/element_beam.py (no function)   20 0 0   100%
src/beamme/core/element_volume.py VolumeElement.__init__   2 0 0   100%
src/beamme/core/element_volume.py VolumeElement.get_vtk   10 1 0   90%
src/beamme/core/element_volume.py (no function)   37 0 0   100%
src/beamme/core/function.py Function.__init__   2 0 0   100%
src/beamme/core/function.py Function.__deepcopy__   2 0 0   100%
src/beamme/core/function.py (no function)   4 0 0   100%
src/beamme/core/geometry_set.py GeometrySetBase.__init__   3 0 0   100%
src/beamme/core/geometry_set.py GeometrySetBase.check_replaced_nodes   4 0 0   100%
src/beamme/core/geometry_set.py GeometrySetBase.get_node_dict   1 1 0   0%
src/beamme/core/geometry_set.py GeometrySetBase.get_points   1 1 0   0%
src/beamme/core/geometry_set.py GeometrySetBase.get_all_nodes   1 1 0   0%
src/beamme/core/geometry_set.py GeometrySetBase.__add__   3 0 0   100%
src/beamme/core/geometry_set.py GeometrySet.__init__   8 0 0   100%
src/beamme/core/geometry_set.py GeometrySet._get_geometry_type   7 1 0   86%
src/beamme/core/geometry_set.py GeometrySet.add   11 2 0   82%
src/beamme/core/geometry_set.py GeometrySet.get_node_dict   3 0 0   100%
src/beamme/core/geometry_set.py GeometrySet.get_points   3 1 0   67%
src/beamme/core/geometry_set.py GeometrySet.get_all_nodes   8 1 0   88%
src/beamme/core/geometry_set.py GeometrySet.get_geometry_objects   1 0 0   100%
src/beamme/core/geometry_set.py GeometrySet.copy   1 0 0   100%
src/beamme/core/geometry_set.py GeometrySetNodes.__init__   6 1 0   83%
src/beamme/core/geometry_set.py GeometrySetNodes.add   11 2 0   82%
src/beamme/core/geometry_set.py GeometrySetNodes.get_node_dict   1 0 0   100%
src/beamme/core/geometry_set.py GeometrySetNodes.get_points   3 1 0   67%
src/beamme/core/geometry_set.py GeometrySetNodes.get_all_nodes   1 0 0   100%
src/beamme/core/geometry_set.py GeometrySetNodes.copy   1 0 0   100%
src/beamme/core/geometry_set.py GeometryName.__setitem__   5 2 0   60%
src/beamme/core/geometry_set.py GeometrySetContainer.__init__   4 0 0   100%
src/beamme/core/geometry_set.py GeometrySetContainer.copy   4 0 0   100%
src/beamme/core/geometry_set.py (no function)   39 0 0   100%
src/beamme/core/material.py Material.__init__   1 0 0   100%
src/beamme/core/material.py Material.__deepcopy__   2 0 0   100%
src/beamme/core/material.py MaterialBeamBase.__init__   11 0 0   100%
src/beamme/core/material.py MaterialBeamBase.calc_area_stiffness   5 0 0   100%
src/beamme/core/material.py (no function)   10 0 0   100%
src/beamme/core/mesh.py Mesh.__init__   6 0 0   100%
src/beamme/core/mesh.py Mesh.get_base_mesh_item_type   4 0 0   100%
src/beamme/core/mesh.py Mesh.add   13 2 0   85%
src/beamme/core/mesh.py Mesh.add_mesh   6 0 0   100%
src/beamme/core/mesh.py Mesh.add_bc   4 0 0   100%
src/beamme/core/mesh.py Mesh.add_function   2 0 0   100%
src/beamme/core/mesh.py Mesh.add_material   2 0 0   100%
src/beamme/core/mesh.py Mesh.add_node   3 0 0   100%
src/beamme/core/mesh.py Mesh.add_element   3 0 0   100%
src/beamme/core/mesh.py Mesh.add_geometry_set   2 0 0   100%
src/beamme/core/mesh.py Mesh.add_geometry_name   4 0 0   100%
src/beamme/core/mesh.py Mesh.add_list   15 2 0   87%
src/beamme/core/mesh.py Mesh.replace_nodes   17 1 0   94%
src/beamme/core/mesh.py Mesh.get_unique_geometry_sets   8 0 0   100%
src/beamme/core/mesh.py Mesh.set_node_links   3 0 0   100%
src/beamme/core/mesh.py Mesh.translate   2 0 0   100%
src/beamme/core/mesh.py Mesh.rotate   10 0 0   100%
src/beamme/core/mesh.py Mesh.reflect   29 1 0   97%
src/beamme/core/mesh.py Mesh.wrap_around_cylinder   32 1 0   97%
src/beamme/core/mesh.py Mesh.couple_nodes   41 2 0   95%
src/beamme/core/mesh.py Mesh.unlink_nodes   2 0 0   100%
src/beamme/core/mesh.py Mesh.get_nodes_by_function   1 0 0   100%
src/beamme/core/mesh.py Mesh.get_mesh_representation   91 4 0   96%
src/beamme/core/mesh.py Mesh.get_vtk_representation   11 0 0   100%
src/beamme/core/mesh.py Mesh.write_vtk   7 0 0   100%
src/beamme/core/mesh.py Mesh.display_pyvista   43 7 0   84%
src/beamme/core/mesh.py Mesh.copy   1 0 0   100%
src/beamme/core/mesh.py (no function)   68 0 0   100%
src/beamme/core/mesh_representation.py GeometrySetInfo.__str__   2 0 0   100%
src/beamme/core/mesh_representation.py string_to_geometry_set_info   7 0 0   100%
src/beamme/core/mesh_representation.py MeshRepresentation.__init__   24 3 0   88%
src/beamme/core/mesh_representation.py MeshRepresentation.__init__._convert_argument_numpy   3 0 0   100%
src/beamme/core/mesh_representation.py MeshRepresentation.__init__._filter_none_entries   7 1 0   86%
src/beamme/core/mesh_representation.py MeshRepresentation.__init__._store_geometry_set_data   4 1 0   75%
src/beamme/core/mesh_representation.py MeshRepresentation.n_cells   1 0 0   100%
src/beamme/core/mesh_representation.py MeshRepresentation.n_points   1 0 0   100%
src/beamme/core/mesh_representation.py MeshRepresentation.connectivity_iterator   4 0 0   100%
src/beamme/core/mesh_representation.py MeshRepresentation.data_iterator   11 2 0   82%
src/beamme/core/mesh_representation.py MeshRepresentation.offset_indices   16 0 0   100%
src/beamme/core/mesh_representation.py merge_mesh_representations   21 1 0   95%
src/beamme/core/mesh_representation.py merge_mesh_representations._is_empty   1 0 0   100%
src/beamme/core/mesh_representation.py merge_mesh_representations._merge_data_dicts   12 0 0   100%
src/beamme/core/mesh_representation.py merge_mesh_representations._merge_data_dicts._ensure_array_size   7 3 0   57%
src/beamme/core/mesh_representation.py (no function)   31 0 0   100%
src/beamme/core/mesh_utils.py get_coupled_nodes_to_master_map   18 2 0   89%
src/beamme/core/mesh_utils.py (no function)   7 0 0   100%
src/beamme/core/node.py Node.__init__   6 0 0   100%
src/beamme/core/node.py Node.get_target_node   3 0 0   100%
src/beamme/core/node.py Node.unlink   1 0 0   100%
src/beamme/core/node.py NodeCosserat.__init__   3 0 0   100%
src/beamme/core/node.py NodeCosserat.rotate   7 0 0   100%
src/beamme/core/node.py ControlPoint.__init__   2 0 0   100%
src/beamme/core/node.py (no function)   17 0 0   100%
src/beamme/core/nurbs_patch.py NURBSPatch.__init__   3 0 0   100%
src/beamme/core/nurbs_patch.py NURBSPatch.get_nurbs_dimension   5 1 0   80%
src/beamme/core/nurbs_patch.py NURBSPatch.get_number_of_control_points_per_dir   7 0 0   100%
src/beamme/core/nurbs_patch.py NURBSPatch.get_non_empty_knot_span_indices   6 0 0   100%
src/beamme/core/nurbs_patch.py NURBSPatch.get_number_of_elements   4 0 0   100%
src/beamme/core/nurbs_patch.py NURBSPatch.get_knot_span_iterator   0 0 0   100%
src/beamme/core/nurbs_patch.py NURBSPatch.get_ids_ctrlpts   0 0 0   100%
src/beamme/core/nurbs_patch.py NURBSSurface.__init__   1 0 0   100%
src/beamme/core/nurbs_patch.py NURBSSurface.get_knot_span_iterator   2 0 0   100%
src/beamme/core/nurbs_patch.py NURBSSurface.get_ids_ctrlpts   5 0 0   100%
src/beamme/core/nurbs_patch.py NURBSVolume.__init__   1 0 0   100%
src/beamme/core/nurbs_patch.py NURBSVolume.get_knot_span_iterator   2 0 0   100%
src/beamme/core/nurbs_patch.py NURBSVolume.get_ids_ctrlpts   7 0 0   100%
src/beamme/core/nurbs_patch.py (no function)   25 0 0   100%
src/beamme/core/rotation.py skew_matrix   8 0 0   100%
src/beamme/core/rotation.py Rotation.__init__   12 2 0   83%
src/beamme/core/rotation.py Rotation.from_quaternion   9 1 0   89%
src/beamme/core/rotation.py Rotation.from_rotation_matrix   20 0 0   100%
src/beamme/core/rotation.py Rotation.from_basis   12 0 0   100%
src/beamme/core/rotation.py Rotation.from_rotation_vector   8 0 0   100%
src/beamme/core/rotation.py Rotation.check   2 0 0   100%
src/beamme/core/rotation.py Rotation.check_uniqueness   2 0 0   100%
src/beamme/core/rotation.py Rotation.check_quaternion_constraint   2 1 0   50%
src/beamme/core/rotation.py Rotation.get_rotation_matrix   3 0 0   100%
src/beamme/core/rotation.py Rotation.get_quaternion   1 0 0   100%
src/beamme/core/rotation.py Rotation.get_numpy_quaternion   1 0 0   100%
src/beamme/core/rotation.py Rotation.get_rotation_vector   13 0 0   100%
src/beamme/core/rotation.py Rotation.get_transformation_matrix   8 0 0   100%
src/beamme/core/rotation.py Rotation.get_transformation_matrix_inv   8 0 0   100%
src/beamme/core/rotation.py Rotation.inv   3 0 0   100%
src/beamme/core/rotation.py Rotation.__mul__   10 1 0   90%
src/beamme/core/rotation.py Rotation.__eq__   3 1 0   67%
src/beamme/core/rotation.py Rotation.copy   1 0 0   100%
src/beamme/core/rotation.py Rotation.__str__   2 2 0   0%
src/beamme/core/rotation.py add_rotations   14 0 0   100%
src/beamme/core/rotation.py rotate_coordinates   22 0 0   100%
src/beamme/core/rotation.py smallest_rotation   7 0 0   100%
src/beamme/core/rotation.py get_rotation_vector_series   21 1 0   95%
src/beamme/core/rotation.py get_rotation_vector_series.closest_multiple_of_two_pi   1 0 0   100%
src/beamme/core/rotation.py (no function)   33 0 0   100%
src/beamme/core/vtk_writer.py add_point_data_node_sets   22 18 0   18%
src/beamme/core/vtk_writer.py _get_data_value_and_type   3 0 0   100%
src/beamme/core/vtk_writer.py _get_vtk_array_type   6 1 0   83%
src/beamme/core/vtk_writer.py VTKWriter.__init__   8 0 0   100%
src/beamme/core/vtk_writer.py VTKWriter.add_points   11 1 0   91%
src/beamme/core/vtk_writer.py VTKWriter.add_cell   6 0 0   100%
src/beamme/core/vtk_writer.py VTKWriter._add_data   39 1 0   97%
src/beamme/core/vtk_writer.py VTKWriter._get_vtk_data_type   7 2 0   71%
src/beamme/core/vtk_writer.py VTKWriter._add_single_data_item   11 0 0   100%
src/beamme/core/vtk_writer.py VTKWriter.complete_data   5 0 0   100%
src/beamme/core/vtk_writer.py VTKWriter.write_vtk   12 2 0   83%
src/beamme/core/vtk_writer.py (no function)   34 0 0   100%
src/beamme/cosserat_curve/__init__.py (no function)   0 0 0   100%
src/beamme/cosserat_curve/cosserat_curve.py get_piecewise_linear_arc_length_along_points   6 0 0   100%
src/beamme/cosserat_curve/cosserat_curve.py get_spline_interpolation   2 0 0   100%
src/beamme/cosserat_curve/cosserat_curve.py get_quaternions_along_curve   13 0 0   100%
src/beamme/cosserat_curve/cosserat_curve.py get_quaternions_along_curve.basis   3 0 0   100%
src/beamme/cosserat_curve/cosserat_curve.py get_relative_distance_and_rotations   12 0 0   100%
src/beamme/cosserat_curve/cosserat_curve.py CosseratCurve.__init__   24 1 0   96%
src/beamme/cosserat_curve/cosserat_curve.py CosseratCurve.__init__.ds   1 0 0   100%
src/beamme/cosserat_curve/cosserat_curve.py CosseratCurve.set_centerline_interpolation   1 0 0   100%
src/beamme/cosserat_curve/cosserat_curve.py CosseratCurve.translate   2 0 0   100%
src/beamme/cosserat_curve/cosserat_curve.py CosseratCurve.rotate   3 0 0   100%
src/beamme/cosserat_curve/cosserat_curve.py CosseratCurve.twist   4 0 0   100%
src/beamme/cosserat_curve/cosserat_curve.py CosseratCurve.get_centerline_position_and_rotation   2 0 0   100%
src/beamme/cosserat_curve/cosserat_curve.py CosseratCurve.get_centerline_positions_and_rotations   52 2 0   96%
src/beamme/cosserat_curve/cosserat_curve.py CosseratCurve.project_point   7 0 0   100%
src/beamme/cosserat_curve/cosserat_curve.py CosseratCurve.project_point.f   3 0 0   100%
src/beamme/cosserat_curve/cosserat_curve.py CosseratCurve.project_point.fp   4 0 0   100%
src/beamme/cosserat_curve/cosserat_curve.py CosseratCurve.get_pyvista_polyline   10 0 0   100%
src/beamme/cosserat_curve/cosserat_curve.py CosseratCurve.write_vtk   1 1 0   0%
src/beamme/cosserat_curve/cosserat_curve.py CosseratCurve.write_pvd_series   19 0 0   100%
src/beamme/cosserat_curve/cosserat_curve.py (no function)   30 0 0   100%
src/beamme/cosserat_curve/warping_along_cosserat_curve.py get_arc_length_and_cross_section_coordinates   4 0 0   100%
src/beamme/cosserat_curve/warping_along_cosserat_curve.py get_mesh_transformation   59 2 0   97%
src/beamme/cosserat_curve/warping_along_cosserat_curve.py create_transform_boundary_conditions   12 0 0   100%
src/beamme/cosserat_curve/warping_along_cosserat_curve.py warp_mesh_along_curve   8 1 0   88%
src/beamme/cosserat_curve/warping_along_cosserat_curve.py (no function)   18 0 0   100%
src/beamme/four_c/__init__.py (no function)   0 0 0   100%
src/beamme/four_c/beam_interaction_conditions.py get_next_possible_id_for_boundary_condition   12 1 0   92%
src/beamme/four_c/beam_interaction_conditions.py add_beam_interaction_condition   9 0 0   100%
src/beamme/four_c/beam_interaction_conditions.py (no function)   6 0 0   100%
src/beamme/four_c/beam_potential.py BeamPotential.__init__   14 5 0   64%
src/beamme/four_c/beam_potential.py BeamPotential.create_header   8 0 0   100%
src/beamme/four_c/beam_potential.py BeamPotential.create_potential_charge_conditions   5 0 0   100%
src/beamme/four_c/beam_potential.py (no function)   8 0 0   100%
src/beamme/four_c/dbc_monitor.py linear_time_transformation   18 2 0   89%
src/beamme/four_c/dbc_monitor.py read_dbc_monitor_file   11 0 0   100%
src/beamme/four_c/dbc_monitor.py add_point_neuman_condition_to_mesh   9 1 0   89%
src/beamme/four_c/dbc_monitor.py dbc_monitor_to_mesh_all_values   34 6 0   82%
src/beamme/four_c/dbc_monitor.py dbc_monitor_to_mesh   3 0 0   100%
src/beamme/four_c/dbc_monitor.py (no function)   14 0 0   100%
src/beamme/four_c/element_beam.py get_four_c_reissner_beam   10 0 0   100%
src/beamme/four_c/element_beam.py get_four_c_kirchhoff_beam   10 0 0   100%
src/beamme/four_c/element_beam.py BeamFourCEulerBernoulli.check   7 0 0   100%
src/beamme/four_c/element_beam.py get_four_c_beam   18 7 0   61%
src/beamme/four_c/element_beam.py get_four_c_beam._check_arguments   2 1 0   50%
src/beamme/four_c/element_beam.py (no function)   22 0 0   100%
src/beamme/four_c/element_data.py FourCElementData.get_legacy_dict   1 0 0   100%
src/beamme/four_c/element_data.py FourCElementData.__eq__   9 2 0   78%
src/beamme/four_c/element_data.py four_c_element_data_from_legacy_dict   7 0 0   100%
src/beamme/four_c/element_data.py (no function)   14 0 0   100%
src/beamme/four_c/element_solid.py get_four_c_solid   35 7 0   80%
src/beamme/four_c/element_solid.py (no function)   15 0 0   100%
src/beamme/four_c/four_c_types.py (no function)   12 0 0   100%
src/beamme/four_c/function_utility.py create_linear_interpolation_dict   10 1 0   90%
src/beamme/four_c/function_utility.py create_linear_interpolation_function   2 0 0   100%
src/beamme/four_c/function_utility.py ensure_length_of_function_array   5 1 0   80%
src/beamme/four_c/function_utility.py (no function)   6 0 0   100%
src/beamme/four_c/header_functions.py _get_segmentation_strategy   3 0 0   100%
src/beamme/four_c/header_functions.py set_runtime_output   9 0 0   100%
src/beamme/four_c/header_functions.py set_beam_to_solid_meshtying   32 6 0   81%
src/beamme/four_c/header_functions.py set_header_static   22 1 0   95%
src/beamme/four_c/header_functions.py set_binning_strategy_section   6 1 0   83%
src/beamme/four_c/header_functions.py set_beam_interaction_section   1 0 0   100%
src/beamme/four_c/header_functions.py set_beam_contact_runtime_output   1 0 0   100%
src/beamme/four_c/header_functions.py set_beam_contact_section   7 2 0   71%
src/beamme/four_c/header_functions.py add_result_description   5 0 0   100%
src/beamme/four_c/header_functions.py (no function)   13 0 0   100%
src/beamme/four_c/input_file.py InputFile.__init__   5 0 0   100%
src/beamme/four_c/input_file.py InputFile.__contains__   1 0 0   100%
src/beamme/four_c/input_file.py InputFile.__setitem__   1 0 0   100%
src/beamme/four_c/input_file.py InputFile.__getitem__   1 0 0   100%
src/beamme/four_c/input_file.py InputFile.from_4C_yaml   3 0 0   100%
src/beamme/four_c/input_file.py InputFile.sections   1 0 0   100%
src/beamme/four_c/input_file.py InputFile.pop   1 0 0   100%
src/beamme/four_c/input_file.py InputFile.add   3 0 0   100%
src/beamme/four_c/input_file.py InputFile.get_fourcipp_input_with_mesh   3 0 0   100%
src/beamme/four_c/input_file.py InputFile.dump   23 1 0   96%
src/beamme/four_c/input_file.py InputFile._get_header   16 16 0   0%
src/beamme/four_c/input_file.py InputFile._get_application_script   4 0 0   100%
src/beamme/four_c/input_file.py InputFile.contains_external_mesh_based_geometry   1 0 0   100%
src/beamme/four_c/input_file.py (no function)   35 0 0   100%
src/beamme/four_c/input_file_dump_functions.py dump_function   1 0 0   100%
src/beamme/four_c/input_file_dump_functions.py dump_coupling   14 2 0   86%
src/beamme/four_c/input_file_dump_functions.py dump_nurbs_patch_knotvectors   16 2 0   88%
src/beamme/four_c/input_file_dump_functions.py dump_mesh_to_input_file   41 1 0   98%
src/beamme/four_c/input_file_dump_functions.py dump_mesh_to_input_file._dump   16 1 0   94%
src/beamme/four_c/input_file_dump_functions.py dump_mesh_representation_to_input_file_legacy   40 2 0   95%
src/beamme/four_c/input_file_dump_functions.py dump_mesh_representation_to_input_file_legacy._dump   3 0 0   100%
src/beamme/four_c/input_file_dump_functions.py (no function)   29 0 0   100%
src/beamme/four_c/input_file_mappings.py (no function)   19 0 0   100%
src/beamme/four_c/locsys_condition.py LocSysCondition.__init__   14 1 0   93%
src/beamme/four_c/locsys_condition.py (no function)   9 0 0   100%
src/beamme/four_c/material.py get_material_and_all_contained_sub_materials   12 0 0   100%
src/beamme/four_c/material.py get_material_to_i_global_mapping   6 0 0   100%
src/beamme/four_c/material.py MaterialReissner.__init__   12 1 0   92%
src/beamme/four_c/material.py MaterialReissner.dump_to_list   17 7 0   59%
src/beamme/four_c/material.py MaterialReissnerElastoplastic.__init__   7 1 0   86%
src/beamme/four_c/material.py MaterialReissnerElastoplastic.dump_to_list   6 0 0   100%
src/beamme/four_c/material.py MaterialKirchhoff.__init__   2 0 0   100%
src/beamme/four_c/material.py MaterialKirchhoff.dump_to_list   14 2 0   86%
src/beamme/four_c/material.py MaterialEulerBernoulli.__init__   1 0 0   100%
src/beamme/four_c/material.py MaterialEulerBernoulli.dump_to_list   11 5 0   55%
src/beamme/four_c/material.py MaterialSolid.__init__   2 0 0   100%
src/beamme/four_c/material.py MaterialSolid.dump_to_list   1 0 0   100%
src/beamme/four_c/material.py MaterialStVenantKirchhoff.__init__   6 1 0   83%
src/beamme/four_c/material.py (no function)   23 0 0   100%
src/beamme/four_c/model_importer.py UniqueDataTracker.__init__   1 0 0   100%
src/beamme/four_c/model_importer.py UniqueDataTracker.get_unique_id   6 0 0   100%
src/beamme/four_c/model_importer.py import_cubitpy_model   5 0 0   100%
src/beamme/four_c/model_importer.py import_four_c_model   4 0 0   100%
src/beamme/four_c/model_importer.py _extract_mesh_from_input_file   4 1 0   75%
src/beamme/four_c/model_importer.py _extract_mesh_representation   60 8 0   87%
src/beamme/four_c/model_importer.py _create_mesh_from_mesh_representation   44 3 0   93%
src/beamme/four_c/model_importer.py _extract_materials_from_input_file   20 1 0   95%
src/beamme/four_c/model_importer.py (no function)   34 0 0   100%
src/beamme/four_c/run_four_c.py run_four_c   19 2 0   89%
src/beamme/four_c/run_four_c.py clean_simulation_directory   21 2 0   90%
src/beamme/four_c/run_four_c.py (no function)   7 0 0   100%
src/beamme/four_c/solid_shell_thickness_direction.py shape_functions_hex8   11 0 0   100%
src/beamme/four_c/solid_shell_thickness_direction.py shape_functions_derivative_hex8   27 0 0   100%
src/beamme/four_c/solid_shell_thickness_direction.py get_hex8_element_center_and_jacobian_mapping   8 1 0   88%
src/beamme/four_c/solid_shell_thickness_direction.py get_reordering_index_thickness   8 1 0   88%
src/beamme/four_c/solid_shell_thickness_direction.py get_reordering_index_director_projection   11 1 0   91%
src/beamme/four_c/solid_shell_thickness_direction.py set_solid_shell_thickness_direction   27 3 0   89%
src/beamme/four_c/solid_shell_thickness_direction.py get_visualization_third_parameter_direction_hex8   13 3 0   77%
src/beamme/four_c/solid_shell_thickness_direction.py visualize_third_parameter_direction_hex8   9 9 0   0%
src/beamme/four_c/solid_shell_thickness_direction.py (no function)   15 0 0   100%
src/beamme/geometric_search/__init__.py (no function)   0 0 0   100%
src/beamme/geometric_search/arborx.py KokkosScopeGuardWrapper.__init__   1 0 0   100%
src/beamme/geometric_search/arborx.py KokkosScopeGuardWrapper.__del__   1 1 0   0%
src/beamme/geometric_search/arborx.py find_close_points_arborx   3 1 0   67%
src/beamme/geometric_search/arborx.py (no function)   11 0 0   100%
src/beamme/geometric_search/cython.py find_close_points_brute_force_cython   6 2 0   67%
src/beamme/geometric_search/cython.py (no function)   5 0 0   100%
src/beamme/geometric_search/find_close_points.py point_partners_to_unique_indices   18 1 0   94%
src/beamme/geometric_search/find_close_points.py point_partners_to_partner_indices   5 0 0   100%
src/beamme/geometric_search/find_close_points.py partner_indices_to_point_partners   5 0 0   100%
src/beamme/geometric_search/find_close_points.py find_close_points   15 2 0   87%
src/beamme/geometric_search/find_close_points.py (no function)   17 0 0   100%
src/beamme/geometric_search/scipy.py pairs_to_partner_list   16 2 0   88%
src/beamme/geometric_search/scipy.py find_close_points_scipy   3 0 0   100%
src/beamme/geometric_search/scipy.py (no function)   3 0 0   100%
src/beamme/geometric_search/utils.py arborx_is_available   3 0 0   100%
src/beamme/geometric_search/utils.py cython_is_available   3 0 0   100%
src/beamme/geometric_search/utils.py (no function)   3 0 0   100%
src/beamme/mesh_creation_functions/__init__.py (no function)   0 0 0   100%
src/beamme/mesh_creation_functions/applications/__init__.py (no function)   0 0 0   100%
src/beamme/mesh_creation_functions/applications/beam_fibers_in_rectangle.py _intersect_line_with_rectangle   16 1 0   94%
src/beamme/mesh_creation_functions/applications/beam_fibers_in_rectangle.py create_fibers_in_rectangle   32 2 0   94%
src/beamme/mesh_creation_functions/applications/beam_fibers_in_rectangle.py (no function)   7 0 0   100%
src/beamme/mesh_creation_functions/applications/beam_honeycomb.py create_beam_mesh_honeycomb_flat   38 1 0   97%
src/beamme/mesh_creation_functions/applications/beam_honeycomb.py create_beam_mesh_honeycomb_flat.add_line   1 0 0   100%
src/beamme/mesh_creation_functions/applications/beam_honeycomb.py create_beam_mesh_honeycomb   33 1 0   97%
src/beamme/mesh_creation_functions/applications/beam_honeycomb.py (no function)   9 0 0   100%
src/beamme/mesh_creation_functions/applications/beam_stent.py create_stent_cell   37 0 0   100%
src/beamme/mesh_creation_functions/applications/beam_stent.py create_stent_cell.add_line   1 0 0   100%
src/beamme/mesh_creation_functions/applications/beam_stent.py create_stent_cell.add_segment   1 0 0   100%
src/beamme/mesh_creation_functions/applications/beam_stent.py create_stent_column   22 0 0   100%
src/beamme/mesh_creation_functions/applications/beam_stent.py create_beam_mesh_stent_flat   13 0 0   100%
src/beamme/mesh_creation_functions/applications/beam_stent.py create_beam_mesh_stent   20 1 0   95%
src/beamme/mesh_creation_functions/applications/beam_stent.py (no function)   12 0 0   100%
src/beamme/mesh_creation_functions/applications/beam_wire.py create_wire_fibers   23 2 0   91%
src/beamme/mesh_creation_functions/applications/beam_wire.py create_wire_fibers.create_line   1 0 0   100%
src/beamme/mesh_creation_functions/applications/beam_wire.py (no function)   6 0 0   100%
src/beamme/mesh_creation_functions/beam_arc.py create_beam_mesh_arc_segment_via_rotation   3 0 0   100%
src/beamme/mesh_creation_functions/beam_arc.py create_beam_mesh_arc_segment_via_axis   15 1 0   93%
src/beamme/mesh_creation_functions/beam_arc.py create_beam_mesh_arc_segment_via_axis.beam_function   4 0 0   100%
src/beamme/mesh_creation_functions/beam_arc.py create_beam_mesh_arc_segment_2d   9 1 0   89%
src/beamme/mesh_creation_functions/beam_arc.py (no function)   7 0 0   100%
src/beamme/mesh_creation_functions/beam_generic.py _get_interval_node_positions_of_elements   21 2 0   90%
src/beamme/mesh_creation_functions/beam_generic.py _get_interval_nodal_positions   17 1 0   94%
src/beamme/mesh_creation_functions/beam_generic.py _evaluate_positions_and_rotations   10 0 0   100%
src/beamme/mesh_creation_functions/beam_generic.py _check_given_node_and_return_relative_twist   12 1 0   92%
src/beamme/mesh_creation_functions/beam_generic.py create_beam_mesh_generic   75 6 0   92%
src/beamme/mesh_creation_functions/beam_generic.py (no function)   18 0 0   100%
src/beamme/mesh_creation_functions/beam_helix.py create_beam_mesh_helix   38 7 0   82%
src/beamme/mesh_creation_functions/beam_helix.py (no function)   6 0 0   100%
src/beamme/mesh_creation_functions/beam_line.py create_beam_mesh_line   11 0 0   100%
src/beamme/mesh_creation_functions/beam_line.py create_beam_mesh_line.beam_function   3 0 0   100%
src/beamme/mesh_creation_functions/beam_line.py (no function)   5 0 0   100%
src/beamme/mesh_creation_functions/beam_node_continuation.py create_beam_mesh_line_at_node   7 1 0   86%
src/beamme/mesh_creation_functions/beam_node_continuation.py create_beam_mesh_arc_at_node   11 1 0   91%
src/beamme/mesh_creation_functions/beam_node_continuation.py (no function)   7 0 0   100%
src/beamme/mesh_creation_functions/beam_parametric_curve.py _ArcLengthEvaluation.__init__   10 0 0   100%
src/beamme/mesh_creation_functions/beam_parametric_curve.py _ArcLengthEvaluation._compute_samples   31 0 0   100%
src/beamme/mesh_creation_functions/beam_parametric_curve.py _ArcLengthEvaluation._compute_interpolation_functions   2 0 0   100%
src/beamme/mesh_creation_functions/beam_parametric_curve.py _ArcLengthEvaluation.approximate_total_arc_length   1 0 0   100%
src/beamme/mesh_creation_functions/beam_parametric_curve.py _ArcLengthEvaluation.get_total_arc_length   1 0 0   100%
src/beamme/mesh_creation_functions/beam_parametric_curve.py _ArcLengthEvaluation.evaluate_all   31 1 0   97%
src/beamme/mesh_creation_functions/beam_parametric_curve.py create_beam_mesh_parametric_curve   32 2 0   94%
src/beamme/mesh_creation_functions/beam_parametric_curve.py create_beam_mesh_parametric_curve.function   1 0 0   100%
src/beamme/mesh_creation_functions/beam_parametric_curve.py create_beam_mesh_parametric_curve.function_derivative   1 0 0   100%
src/beamme/mesh_creation_functions/beam_parametric_curve.py create_beam_mesh_parametric_curve._BeamFunctionGenerator.__init__   11 0 0   100%
src/beamme/mesh_creation_functions/beam_parametric_curve.py create_beam_mesh_parametric_curve._BeamFunctionGenerator.evaluate_positions_and_rotations   18 0 0   100%
src/beamme/mesh_creation_functions/beam_parametric_curve.py (no function)   22 0 0   100%
src/beamme/mesh_creation_functions/beam_splinepy.py get_curve_function_and_jacobian_for_integration   5 0 0   100%
src/beamme/mesh_creation_functions/beam_splinepy.py get_curve_function_and_jacobian_for_integration.eval_r   2 0 0   100%
src/beamme/mesh_creation_functions/beam_splinepy.py get_curve_function_and_jacobian_for_integration.eval_rp   2 0 0   100%
src/beamme/mesh_creation_functions/beam_splinepy.py create_beam_mesh_from_splinepy   2 0 0   100%
src/beamme/mesh_creation_functions/beam_splinepy.py (no function)   4 0 0   100%
src/beamme/mesh_creation_functions/nurbs_generic.py _check_nurbs_dimension_and_element_type   4 2 0   50%
src/beamme/mesh_creation_functions/nurbs_generic.py add_splinepy_nurbs_to_mesh   11 1 0   91%
src/beamme/mesh_creation_functions/nurbs_generic.py add_geomdl_nurbs_to_mesh   14 1 0   93%
src/beamme/mesh_creation_functions/nurbs_generic.py create_control_points_surface   7 0 0   100%
src/beamme/mesh_creation_functions/nurbs_generic.py create_control_points_volume   9 0 0   100%
src/beamme/mesh_creation_functions/nurbs_generic.py create_geometry_sets   42 1 0   98%
src/beamme/mesh_creation_functions/nurbs_generic.py (no function)   15 0 0   100%
src/beamme/mesh_creation_functions/nurbs_geometries.py create_nurbs_hollow_cylinder_segment_2d   29 2 0   93%
src/beamme/mesh_creation_functions/nurbs_geometries.py create_nurbs_cylindrical_shell_sector   32 1 0   97%
src/beamme/mesh_creation_functions/nurbs_geometries.py create_nurbs_flat_plate_2d   16 0 0   100%
src/beamme/mesh_creation_functions/nurbs_geometries.py create_nurbs_sphere_surface   17 0 0   100%
src/beamme/mesh_creation_functions/nurbs_geometries.py create_nurbs_hemisphere_surface   16 0 0   100%
src/beamme/mesh_creation_functions/nurbs_geometries.py create_nurbs_torus_surface   48 0 0   100%
src/beamme/mesh_creation_functions/nurbs_geometries.py create_nurbs_brick   19 0 0   100%
src/beamme/mesh_creation_functions/nurbs_geometries.py do_uniform_knot_refinement_surface   6 0 0   100%
src/beamme/mesh_creation_functions/nurbs_geometries.py do_uniform_knot_refinement_volume   9 0 0   100%
src/beamme/mesh_creation_functions/nurbs_geometries.py (no function)   13 0 0   100%
src/beamme/mesh_creation_functions/nurbs_utils.py ensure_3d_splinepy_object   8 0 0   100%
src/beamme/mesh_creation_functions/nurbs_utils.py translate_splinepy   4 0 0   100%
src/beamme/mesh_creation_functions/nurbs_utils.py rotate_splinepy   11 0 0   100%
src/beamme/mesh_creation_functions/nurbs_utils.py (no function)   6 0 0   100%
src/beamme/space_time/__init__.py (no function)   0 0 0   100%
src/beamme/space_time/beam_to_space_time.py NodeCosseratSpaceTime.__init__   2 0 0   100%
src/beamme/space_time/beam_to_space_time.py SpaceTimeElement.__init__   1 0 0   100%
src/beamme/space_time/beam_to_space_time.py beam_to_space_time   69 4 0   94%
src/beamme/space_time/beam_to_space_time.py mesh_to_data_arrays   41 3 0   93%
src/beamme/space_time/beam_to_space_time.py (no function)   34 0 0   100%
src/beamme/utils/__init__.py (no function)   0 0 0   100%
src/beamme/utils/data_structures.py create_inverse_mapping   10 0 0   100%
src/beamme/utils/data_structures.py compare_nested_dicts_or_lists   6 1 0   83%
src/beamme/utils/data_structures.py (no function)   5 0 0   100%
src/beamme/utils/environment.py cubitpy_is_available   3 0 0   100%
src/beamme/utils/environment.py is_mybinder   1 0 0   100%
src/beamme/utils/environment.py is_testing   1 0 0   100%
src/beamme/utils/environment.py get_env_variable   5 0 0   100%
src/beamme/utils/environment.py get_git_data   10 0 0   100%
src/beamme/utils/environment.py get_application_path   3 1 0   67%
src/beamme/utils/environment.py (no function)   13 0 0   100%
src/beamme/utils/nodes.py find_close_nodes   5 0 0   100%
src/beamme/utils/nodes.py adjust_close_nodes   5 0 0   100%
src/beamme/utils/nodes.py check_node_by_coordinate   1 0 0   100%
src/beamme/utils/nodes.py get_min_max_coordinates   7 0 0   100%
src/beamme/utils/nodes.py get_single_node   11 3 0   73%
src/beamme/utils/nodes.py filter_nodes   3 1 0   67%
src/beamme/utils/nodes.py get_nodal_coordinates   4 0 0   100%
src/beamme/utils/nodes.py get_nodal_quaternions   6 0 0   100%
src/beamme/utils/nodes.py get_nodes_by_function   2 0 0   100%
src/beamme/utils/nodes.py get_min_max_nodes   13 0 0   100%
src/beamme/utils/nodes.py is_node_on_plane   10 2 0   80%
src/beamme/utils/nodes.py (no function)   21 0 0   100%
Total     4713 309 0   93%

No items found using the specified filter.