Coverage report: 94%

Files Functions Classes

coverage.py v7.12.0, created at 2025-11-21 12:57 +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   11 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__   4 0 0   100%
src / beamme / core / base_mesh_item.py (no function)   3 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)   18 0 0   100%
src / beamme / core / conf.py BoundaryCondition.is_point_coupling_pairwise   5 1 0   80%
src / beamme / core / conf.py BeamMe.__init__   5 0 0   100%
src / beamme / core / conf.py BeamMe.set_default_values   5 0 0   100%
src / beamme / core / conf.py (no function)   31 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)   13 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 1 0   80%
src / beamme / core / element.py Element.get_vtk   1 1 0   0%
src / beamme / core / element.py (no function)   6 0 0   100%
src / beamme / core / element_beam.py Beam.__init__   1 0 0   100%
src / beamme / core / element_beam.py Beam.create_beam   25 0 0   100%
src / beamme / core / element_beam.py Beam.create_beam.check_node   7 2 0   71%
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._check_material   4 1 0   75%
src / beamme / core / element_beam.py Beam.get_vtk   48 1 0   98%
src / beamme / core / element_beam.py generate_beam_class   2 0 0   100%
src / beamme / core / element_beam.py (no function)   29 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)   27 0 0   100%
src / beamme / core / function.py Function.__init__   1 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.link_to_nodes   7 1 0   86%
src / beamme / core / geometry_set.py GeometrySetBase.check_replaced_nodes   3 0 0   100%
src / beamme / core / geometry_set.py GeometrySetBase.replace_node   3 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)   42 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_node   7 2 0   71%
src / beamme / core / mesh.py Mesh.get_unique_geometry_sets   22 1 0   95%
src / beamme / core / mesh.py Mesh.set_node_links   5 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   42 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_min_max_nodes   1 1 0   0%
src / beamme / core / mesh.py Mesh.check_overlapping_elements   15 0 0   100%
src / beamme / core / mesh.py Mesh.get_vtk_representation   13 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)   66 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__   9 0 0   100%
src / beamme / core / node.py Node.get_master_node   3 0 0   100%
src / beamme / core / node.py Node.replace_with   8 1 0   88%
src / beamme / core / node.py Node.unlink   4 0 0   100%
src / beamme / core / node.py Node.rotate   0 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)   14 0 0   100%
src / beamme / core / nurbs_patch.py NURBSPatch.__init__   4 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._check_material   4 1 0   75%
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)   26 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   19 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   24 1 0   96%
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   51 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   12 0 0   100%
src / beamme / cosserat_curve / cosserat_curve.py CosseratCurve.write_vtk   1 1 0   0%
src / beamme / cosserat_curve / cosserat_curve.py (no function)   28 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)   19 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)   7 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)   15 0 0   100%
src / beamme / four_c / element_beam.py dump_four_c_beam_to_list   6 0 0   100%
src / beamme / four_c / element_beam.py get_four_c_reissner_beam   7 0 0   100%
src / beamme / four_c / element_beam.py get_four_c_kirchhoff_beam   6 0 0   100%
src / beamme / four_c / element_beam.py BeamFourCEulerBernoulli.dump_to_list   8 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)   26 0 0   100%
src / beamme / four_c / element_volume.py SolidRigidSphere.__init__   1 0 0   100%
src / beamme / four_c / element_volume.py (no function)   3 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   34 6 0   82%
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   8 2 0   75%
src / beamme / four_c / header_functions.py add_result_description   5 0 0   100%
src / beamme / four_c / header_functions.py (no function)   14 0 0   100%
src / beamme / four_c / input_file.py get_geometry_set_indices_from_section   9 1 0   89%
src / beamme / four_c / input_file.py InputFile.__init__   4 0 0   100%
src / beamme / four_c / input_file.py InputFile.add   3 0 0   100%
src / beamme / four_c / input_file.py InputFile.dump   21 1 0   95%
src / beamme / four_c / input_file.py InputFile.add_mesh_to_input_file   38 0 0   100%
src / beamme / four_c / input_file.py InputFile.add_mesh_to_input_file._get_global_start_geometry_set   10 0 0   100%
src / beamme / four_c / input_file.py InputFile.add_mesh_to_input_file._get_global_start_node   1 0 0   100%
src / beamme / four_c / input_file.py InputFile.add_mesh_to_input_file._get_global_start_element   1 0 0   100%
src / beamme / four_c / input_file.py InputFile.add_mesh_to_input_file._get_global_start_material   6 0 0   100%
src / beamme / four_c / input_file.py InputFile.add_mesh_to_input_file._get_global_start_function   5 0 0   100%
src / beamme / four_c / input_file.py InputFile.add_mesh_to_input_file._set_i_global   4 1 0   75%
src / beamme / four_c / input_file.py InputFile.add_mesh_to_input_file._set_i_global_elements   12 1 0   92%
src / beamme / four_c / input_file.py InputFile.add_mesh_to_input_file._dump_mesh_items   10 0 0   100%
src / beamme / four_c / input_file.py InputFile.add_mesh_to_input_file.get_number_of_coupling_conditions   3 1 0   67%
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 (no function)   31 0 0   100%
src / beamme / four_c / input_file_dump_item.py dump_node   5 1 0   80%
src / beamme / four_c / input_file_dump_item.py dump_solid_element   1 0 0   100%
src / beamme / four_c / input_file_dump_item.py dump_coupling   14 2 0   86%
src / beamme / four_c / input_file_dump_item.py dump_geometry_set   4 1 0   75%
src / beamme / four_c / input_file_dump_item.py dump_nurbs_patch_knotvectors   16 2 0   88%
src / beamme / four_c / input_file_dump_item.py dump_nurbs_patch_elements   12 1 0   92%
src / beamme / four_c / input_file_dump_item.py dump_item_to_list   17 2 0   88%
src / beamme / four_c / input_file_dump_item.py dump_item_to_section   2 0 0   100%
src / beamme / four_c / input_file_dump_item.py (no function)   21 0 0   100%
src / beamme / four_c / input_file_mappings.py (no function)   23 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)   10 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)   20 0 0   100%
src / beamme / four_c / model_importer.py import_cubitpy_model   4 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_sections   48 5 0   90%
src / beamme / four_c / model_importer.py (no function)   19 0 0   100%
src / beamme / four_c / run_four_c.py run_four_c   29 4 0   86%
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)   8 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   23 2 0   91%
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.get_beam_geometry   2 0 0   100%
src / beamme / mesh_creation_functions / beam_arc.py create_beam_mesh_arc_segment_via_axis.get_beam_geometry.beam_function   5 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 create_beam_mesh_generic   98 7 0   93%
src / beamme / mesh_creation_functions / beam_generic.py create_beam_mesh_generic.check_given_node   2 0 0   100%
src / beamme / mesh_creation_functions / beam_generic.py create_beam_mesh_generic.get_relative_twist   8 1 0   88%
src / beamme / mesh_creation_functions / beam_generic.py (no function)   17 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.get_beam_geometry   2 0 0   100%
src / beamme / mesh_creation_functions / beam_line.py create_beam_mesh_line.get_beam_geometry.beam_function   5 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 create_beam_mesh_parametric_curve   28 2 0   93%
src / beamme / mesh_creation_functions / beam_parametric_curve.py create_beam_mesh_parametric_curve.rp   1 0 0   100%
src / beamme / mesh_creation_functions / beam_parametric_curve.py create_beam_mesh_parametric_curve.ds   1 0 0   100%
src / beamme / mesh_creation_functions / beam_parametric_curve.py create_beam_mesh_parametric_curve.S   8 1 0   88%
src / beamme / mesh_creation_functions / beam_parametric_curve.py create_beam_mesh_parametric_curve.get_t_along_curve   2 0 0   100%
src / beamme / mesh_creation_functions / beam_parametric_curve.py create_beam_mesh_parametric_curve.BeamFunctions.__init__   8 0 0   100%
src / beamme / mesh_creation_functions / beam_parametric_curve.py create_beam_mesh_parametric_curve.BeamFunctions._reset_start_values   2 0 0   100%
src / beamme / mesh_creation_functions / beam_parametric_curve.py create_beam_mesh_parametric_curve.BeamFunctions.__call__   5 0 0   100%
src / beamme / mesh_creation_functions / beam_parametric_curve.py create_beam_mesh_parametric_curve.BeamFunctions.__call__.get_beam_position_and_rotation_at_xi   16 0 0   100%
src / beamme / mesh_creation_functions / beam_parametric_curve.py (no function)   10 0 0   100%
src / beamme / mesh_creation_functions / beam_splinepy.py get_curve_function_and_jacobian_for_integration   9 0 0   100%
src / beamme / mesh_creation_functions / beam_splinepy.py get_curve_function_and_jacobian_for_integration.eval_r   1 0 0   100%
src / beamme / mesh_creation_functions / beam_splinepy.py get_curve_function_and_jacobian_for_integration.eval_rp   1 0 0   100%
src / beamme / mesh_creation_functions / beam_splinepy.py get_curve_function_and_jacobian_for_integration.function   9 1 0   89%
src / beamme / mesh_creation_functions / beam_splinepy.py get_curve_function_and_jacobian_for_integration.jacobian   7 1 0   86%
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)   5 0 0   100%
src / beamme / mesh_creation_functions / nurbs_generic.py add_splinepy_nurbs_to_mesh   16 2 0   88%
src / beamme / mesh_creation_functions / nurbs_generic.py add_geomdl_nurbs_to_mesh   19 2 0   89%
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   40 3 0   92%
src / beamme / space_time / beam_to_space_time.py (no function)   31 0 0   100%
src / beamme / utils / __init__.py (no function)   0 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)   14 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)   22 0 0   100%
Total     4271 271 0   94%

No items found using the specified filter.