Coverage report: 93%

Files Functions Classes

coverage.py v7.8.0, created at 2025-04-28 04:21 +0000

File function statements missing excluded coverage
src/meshpy/__init__.py (no function) 0 0 0 100%
src/meshpy/abaqus/__init__.py (no function) 0 0 0 100%
src/meshpy/abaqus/beam.py generate_abaqus_beam 15 4 0 73%
src/meshpy/abaqus/beam.py (no function) 3 0 0 100%
src/meshpy/abaqus/input_file.py set_i_global 4 1 0 75%
src/meshpy/abaqus/input_file.py get_set_lines 8 0 0 100%
src/meshpy/abaqus/input_file.py AbaqusInputFile.__init__ 1 0 0 100%
src/meshpy/abaqus/input_file.py AbaqusInputFile.write_input_file 3 3 0 0%
src/meshpy/abaqus/input_file.py AbaqusInputFile.get_input_file_string 11 0 0 100%
src/meshpy/abaqus/input_file.py AbaqusInputFile.calculate_cross_section_normal_data 16 1 0 94%
src/meshpy/abaqus/input_file.py AbaqusInputFile.calculate_cross_section_normal_data.normalize 1 0 0 100%
src/meshpy/abaqus/input_file.py AbaqusInputFile.get_nodes_lines 11 0 0 100%
src/meshpy/abaqus/input_file.py AbaqusInputFile.get_element_lines 26 1 0 96%
src/meshpy/abaqus/input_file.py AbaqusInputFile.get_material_lines 11 0 0 100%
src/meshpy/abaqus/input_file.py AbaqusInputFile.get_set_lines 12 3 0 75%
src/meshpy/abaqus/input_file.py (no function) 26 0 0 100%
src/meshpy/abaqus/material.py AbaqusBeamMaterial.__init__ 1 0 0 100%
src/meshpy/abaqus/material.py AbaqusBeamMaterial.dump_to_list 1 0 0 100%
src/meshpy/abaqus/material.py (no function) 4 0 0 100%
src/meshpy/core/__init__.py (no function) 0 0 0 100%
src/meshpy/core/base_mesh_item.py BaseMeshItem.__init__ 2 0 0 100%
src/meshpy/core/base_mesh_item.py (no function) 4 0 0 100%
src/meshpy/core/boundary_condition.py BoundaryConditionBase.__init__ 3 0 0 100%
src/meshpy/core/boundary_condition.py BoundaryCondition.__init__ 3 0 0 100%
src/meshpy/core/boundary_condition.py BoundaryCondition.check 14 2 0 86%
src/meshpy/core/boundary_condition.py BoundaryConditionContainer.__init__ 5 0 0 100%
src/meshpy/core/boundary_condition.py (no function) 18 0 0 100%
src/meshpy/core/conf.py MeshPy.__init__ 11 0 0 100%
src/meshpy/core/conf.py MeshPy.set_default_values 10 0 0 100%
src/meshpy/core/conf.py (no function) 49 0 0 100%
src/meshpy/core/container.py ContainerBase.append 12 1 0 92%
src/meshpy/core/container.py ContainerBase.extend 5 1 0 80%
src/meshpy/core/container.py (no function) 3 0 0 100%
src/meshpy/core/coupling.py Coupling.__init__ 11 2 0 82%
src/meshpy/core/coupling.py Coupling.check 8 0 0 100%
src/meshpy/core/coupling.py Coupling.dump_to_list 17 3 0 82%
src/meshpy/core/coupling.py coupling_factory 4 0 0 100%
src/meshpy/core/coupling.py (no function) 14 0 0 100%
src/meshpy/core/element.py Element.__init__ 6 0 0 100%
src/meshpy/core/element.py Element.from_legacy_string 36 4 0 89%
src/meshpy/core/element.py Element.flip 1 1 0 0%
src/meshpy/core/element.py Element.replace_node 5 1 0 80%
src/meshpy/core/element.py Element.dump_element_specific_section 0 0 0 100%
src/meshpy/core/element.py Element.get_vtk 1 1 0 0%
src/meshpy/core/element.py (no function) 12 0 0 100%
src/meshpy/core/element_beam.py Beam.__init__ 1 0 0 100%
src/meshpy/core/element_beam.py Beam.create_beam 26 1 0 96%
src/meshpy/core/element_beam.py Beam.create_beam.check_node 7 2 0 71%
src/meshpy/core/element_beam.py Beam.get_coupling_dict 11 6 0 45%
src/meshpy/core/element_beam.py Beam.flip 1 0 0 100%
src/meshpy/core/element_beam.py Beam._check_material 4 1 0 75%
src/meshpy/core/element_beam.py Beam.get_vtk 47 1 0 98%
src/meshpy/core/element_beam.py (no function) 23 0 0 100%
src/meshpy/core/element_volume.py VolumeElement.__init__ 3 0 0 100%
src/meshpy/core/element_volume.py VolumeElement.dump_to_list 2 0 0 100%
src/meshpy/core/element_volume.py VolumeElement.get_vtk 10 1 0 90%
src/meshpy/core/element_volume.py (no function) 28 0 0 100%
src/meshpy/core/geometry_set.py GeometrySetBase.__init__ 3 0 0 100%
src/meshpy/core/geometry_set.py GeometrySetBase.link_to_nodes 7 1 0 86%
src/meshpy/core/geometry_set.py GeometrySetBase.check_replaced_nodes 3 0 0 100%
src/meshpy/core/geometry_set.py GeometrySetBase.replace_node 3 0 0 100%
src/meshpy/core/geometry_set.py GeometrySetBase.get_node_dict 1 1 0 0%
src/meshpy/core/geometry_set.py GeometrySetBase.get_points 1 1 0 0%
src/meshpy/core/geometry_set.py GeometrySetBase.get_all_nodes 1 1 0 0%
src/meshpy/core/geometry_set.py GeometrySetBase.dump_to_list 9 2 0 78%
src/meshpy/core/geometry_set.py GeometrySet.__init__ 8 0 0 100%
src/meshpy/core/geometry_set.py GeometrySet._get_geometry_type 7 1 0 86%
src/meshpy/core/geometry_set.py GeometrySet.add 11 2 0 82%
src/meshpy/core/geometry_set.py GeometrySet.get_node_dict 3 0 0 100%
src/meshpy/core/geometry_set.py GeometrySet.get_points 3 1 0 67%
src/meshpy/core/geometry_set.py GeometrySet.get_all_nodes 8 1 0 88%
src/meshpy/core/geometry_set.py GeometrySet.get_geometry_objects 1 0 0 100%
src/meshpy/core/geometry_set.py GeometrySetNodes.__init__ 4 0 0 100%
src/meshpy/core/geometry_set.py GeometrySetNodes.add 11 2 0 82%
src/meshpy/core/geometry_set.py GeometrySetNodes.get_node_dict 1 0 0 100%
src/meshpy/core/geometry_set.py GeometrySetNodes.get_points 3 1 0 67%
src/meshpy/core/geometry_set.py GeometrySetNodes.get_all_nodes 1 0 0 100%
src/meshpy/core/geometry_set.py GeometryName.__setitem__ 5 2 0 60%
src/meshpy/core/geometry_set.py GeometrySetContainer.__init__ 4 0 0 100%
src/meshpy/core/geometry_set.py GeometrySetContainer.copy 4 0 0 100%
src/meshpy/core/geometry_set.py (no function) 37 0 0 100%
src/meshpy/core/material.py Material.__init__ 1 0 0 100%
src/meshpy/core/material.py Material.__deepcopy__ 2 0 0 100%
src/meshpy/core/material.py MaterialBeam.__init__ 12 0 0 100%
src/meshpy/core/material.py MaterialBeam.calc_area_stiffness 5 0 0 100%
src/meshpy/core/material.py (no function) 8 0 0 100%
src/meshpy/core/mesh.py Mesh.__init__ 6 0 0 100%
src/meshpy/core/mesh.py Mesh.get_base_mesh_item_type 4 0 0 100%
src/meshpy/core/mesh.py Mesh.add 13 2 0 85%
src/meshpy/core/mesh.py Mesh.add_mesh 6 0 0 100%
src/meshpy/core/mesh.py Mesh.add_bc 4 0 0 100%
src/meshpy/core/mesh.py Mesh.add_function 2 0 0 100%
src/meshpy/core/mesh.py Mesh.add_material 2 0 0 100%
src/meshpy/core/mesh.py Mesh.add_node 3 0 0 100%
src/meshpy/core/mesh.py Mesh.add_element 3 0 0 100%
src/meshpy/core/mesh.py Mesh.add_geometry_set 2 0 0 100%
src/meshpy/core/mesh.py Mesh.add_geometry_name 4 0 0 100%
src/meshpy/core/mesh.py Mesh.add_list 15 2 0 87%
src/meshpy/core/mesh.py Mesh.replace_node 7 2 0 71%
src/meshpy/core/mesh.py Mesh.get_unique_geometry_sets 22 1 0 95%
src/meshpy/core/mesh.py Mesh.set_node_links 5 0 0 100%
src/meshpy/core/mesh.py Mesh.translate 2 0 0 100%
src/meshpy/core/mesh.py Mesh.rotate 10 0 0 100%
src/meshpy/core/mesh.py Mesh.reflect 29 1 0 97%
src/meshpy/core/mesh.py Mesh.wrap_around_cylinder 32 1 0 97%
src/meshpy/core/mesh.py Mesh.couple_nodes 42 2 0 95%
src/meshpy/core/mesh.py Mesh.unlink_nodes 2 0 0 100%
src/meshpy/core/mesh.py Mesh.get_nodes_by_function 1 0 0 100%
src/meshpy/core/mesh.py Mesh.get_min_max_nodes 1 1 0 0%
src/meshpy/core/mesh.py Mesh.check_overlapping_elements 15 0 0 100%
src/meshpy/core/mesh.py Mesh.get_vtk_representation 13 0 0 100%
src/meshpy/core/mesh.py Mesh.write_vtk 7 0 0 100%
src/meshpy/core/mesh.py Mesh.display_pyvista 43 7 0 84%
src/meshpy/core/mesh.py Mesh.copy 1 0 0 100%
src/meshpy/core/mesh.py (no function) 64 0 0 100%
src/meshpy/core/mesh_utils.py get_coupled_nodes_to_master_map 18 2 0 89%
src/meshpy/core/mesh_utils.py (no function) 7 0 0 100%
src/meshpy/core/node.py Node.__init__ 9 0 0 100%
src/meshpy/core/node.py Node.from_legacy_string 4 1 0 75%
src/meshpy/core/node.py Node.get_master_node 3 0 0 100%
src/meshpy/core/node.py Node.replace_with 8 1 0 88%
src/meshpy/core/node.py Node.unlink 4 0 0 100%
src/meshpy/core/node.py Node.rotate 0 0 0 100%
src/meshpy/core/node.py Node.dump_to_list 4 1 0 75%
src/meshpy/core/node.py NodeCosserat.__init__ 3 0 0 100%
src/meshpy/core/node.py NodeCosserat.rotate 7 0 0 100%
src/meshpy/core/node.py ControlPoint.__init__ 2 0 0 100%
src/meshpy/core/node.py ControlPoint.dump_to_list 4 1 0 75%
src/meshpy/core/node.py (no function) 19 0 0 100%
src/meshpy/core/nurbs_patch.py NURBSPatch.__init__ 6 0 0 100%
src/meshpy/core/nurbs_patch.py NURBSPatch.get_nurbs_dimension 5 1 0 80%
src/meshpy/core/nurbs_patch.py NURBSPatch.dump_element_specific_section 22 3 0 86%
src/meshpy/core/nurbs_patch.py NURBSPatch.get_number_elements 7 0 0 100%
src/meshpy/core/nurbs_patch.py NURBSPatch._check_material 4 1 0 75%
src/meshpy/core/nurbs_patch.py NURBSSurface.__init__ 3 0 0 100%
src/meshpy/core/nurbs_patch.py NURBSSurface.dump_to_list 14 1 0 93%
src/meshpy/core/nurbs_patch.py NURBSSurface.dump_to_list.get_ids_ctrlpts_surface 8 0 0 100%
src/meshpy/core/nurbs_patch.py NURBSVolume.__init__ 3 1 0 67%
src/meshpy/core/nurbs_patch.py NURBSVolume.dump_to_list 17 1 0 94%
src/meshpy/core/nurbs_patch.py NURBSVolume.dump_to_list.get_ids_ctrlpts_volume 10 0 0 100%
src/meshpy/core/nurbs_patch.py (no function) 18 0 0 100%
src/meshpy/core/rotation.py skew_matrix 8 0 0 100%
src/meshpy/core/rotation.py Rotation.__init__ 12 2 0 83%
src/meshpy/core/rotation.py Rotation.from_quaternion 7 2 0 71%
src/meshpy/core/rotation.py Rotation.from_rotation_matrix 19 0 0 100%
src/meshpy/core/rotation.py Rotation.from_basis 6 0 0 100%
src/meshpy/core/rotation.py Rotation.from_rotation_vector 8 0 0 100%
src/meshpy/core/rotation.py Rotation.check 2 0 0 100%
src/meshpy/core/rotation.py Rotation.check_uniqueness 2 0 0 100%
src/meshpy/core/rotation.py Rotation.check_quaternion_constraint 2 1 0 50%
src/meshpy/core/rotation.py Rotation.get_rotation_matrix 3 0 0 100%
src/meshpy/core/rotation.py Rotation.get_quaternion 1 0 0 100%
src/meshpy/core/rotation.py Rotation.get_rotation_vector 13 0 0 100%
src/meshpy/core/rotation.py Rotation.get_transformation_matrix 8 0 0 100%
src/meshpy/core/rotation.py Rotation.get_transformation_matrix_inv 8 0 0 100%
src/meshpy/core/rotation.py Rotation.inv 3 0 0 100%
src/meshpy/core/rotation.py Rotation.__mul__ 10 1 0 90%
src/meshpy/core/rotation.py Rotation.__eq__ 3 1 0 67%
src/meshpy/core/rotation.py Rotation.copy 1 0 0 100%
src/meshpy/core/rotation.py Rotation.__str__ 2 2 0 0%
src/meshpy/core/rotation.py add_rotations 14 0 0 100%
src/meshpy/core/rotation.py rotate_coordinates 22 0 0 100%
src/meshpy/core/rotation.py smallest_rotation 7 0 0 100%
src/meshpy/core/rotation.py (no function) 30 0 0 100%
src/meshpy/core/vtk_writer.py add_point_data_node_sets 24 1 0 96%
src/meshpy/core/vtk_writer.py _get_data_value_and_type 3 0 0 100%
src/meshpy/core/vtk_writer.py _get_vtk_array_type 6 1 0 83%
src/meshpy/core/vtk_writer.py VTKWriter.__init__ 8 0 0 100%
src/meshpy/core/vtk_writer.py VTKWriter.add_points 11 1 0 91%
src/meshpy/core/vtk_writer.py VTKWriter.add_cell 6 0 0 100%
src/meshpy/core/vtk_writer.py VTKWriter._add_data 39 1 0 97%
src/meshpy/core/vtk_writer.py VTKWriter._get_vtk_data_type 7 2 0 71%
src/meshpy/core/vtk_writer.py VTKWriter._add_single_data_item 11 0 0 100%
src/meshpy/core/vtk_writer.py VTKWriter.complete_data 5 0 0 100%
src/meshpy/core/vtk_writer.py VTKWriter.write_vtk 12 2 0 83%
src/meshpy/core/vtk_writer.py (no function) 20 0 0 100%
src/meshpy/cosserat_curve/__init__.py (no function) 0 0 0 100%
src/meshpy/cosserat_curve/cosserat_curve.py get_piecewise_linear_arc_length_along_points 6 0 0 100%
src/meshpy/cosserat_curve/cosserat_curve.py get_spline_interpolation 2 0 0 100%
src/meshpy/cosserat_curve/cosserat_curve.py get_quaternions_along_curve 13 0 0 100%
src/meshpy/cosserat_curve/cosserat_curve.py get_quaternions_along_curve.basis 3 0 0 100%
src/meshpy/cosserat_curve/cosserat_curve.py get_relative_distance_and_rotations 12 0 0 100%
src/meshpy/cosserat_curve/cosserat_curve.py CosseratCurve.__init__ 12 0 0 100%
src/meshpy/cosserat_curve/cosserat_curve.py CosseratCurve.__init__.ds 1 0 0 100%
src/meshpy/cosserat_curve/cosserat_curve.py CosseratCurve.set_centerline_interpolation 1 0 0 100%
src/meshpy/cosserat_curve/cosserat_curve.py CosseratCurve.translate 2 0 0 100%
src/meshpy/cosserat_curve/cosserat_curve.py CosseratCurve.rotate 3 0 0 100%
src/meshpy/cosserat_curve/cosserat_curve.py CosseratCurve.get_centerline_position_and_rotation 2 0 0 100%
src/meshpy/cosserat_curve/cosserat_curve.py CosseratCurve.get_centerline_positions_and_rotations 50 2 0 96%
src/meshpy/cosserat_curve/cosserat_curve.py CosseratCurve.project_point 7 0 0 100%
src/meshpy/cosserat_curve/cosserat_curve.py CosseratCurve.project_point.f 3 0 0 100%
src/meshpy/cosserat_curve/cosserat_curve.py CosseratCurve.project_point.fp 4 0 0 100%
src/meshpy/cosserat_curve/cosserat_curve.py CosseratCurve.get_pyvista_polyline 12 0 0 100%
src/meshpy/cosserat_curve/cosserat_curve.py CosseratCurve.write_vtk 1 1 0 0%
src/meshpy/cosserat_curve/cosserat_curve.py (no function) 26 0 0 100%
src/meshpy/cosserat_curve/warping_along_cosserat_curve.py get_arc_length_and_cross_section_coordinates 4 0 0 100%
src/meshpy/cosserat_curve/warping_along_cosserat_curve.py get_mesh_transformation 59 2 0 97%
src/meshpy/cosserat_curve/warping_along_cosserat_curve.py create_transform_boundary_conditions 12 0 0 100%
src/meshpy/cosserat_curve/warping_along_cosserat_curve.py warp_mesh_along_curve 8 1 0 88%
src/meshpy/cosserat_curve/warping_along_cosserat_curve.py (no function) 19 0 0 100%
src/meshpy/four_c/__init__.py (no function) 0 0 0 100%
src/meshpy/four_c/beam_interaction_conditions.py get_next_possible_id_for_boundary_condition 12 1 0 92%
src/meshpy/four_c/beam_interaction_conditions.py add_beam_interaction_condition 9 0 0 100%
src/meshpy/four_c/beam_interaction_conditions.py (no function) 7 0 0 100%
src/meshpy/four_c/beam_potential.py BeamPotential.__init__ 13 4 0 69%
src/meshpy/four_c/beam_potential.py BeamPotential.add_header 6 0 0 100%
src/meshpy/four_c/beam_potential.py BeamPotential.add_runtime_output 1 0 0 100%
src/meshpy/four_c/beam_potential.py BeamPotential.add_potential_charge_condition 5 0 0 100%
src/meshpy/four_c/beam_potential.py (no function) 6 0 0 100%
src/meshpy/four_c/dbc_monitor.py linear_time_transformation 18 2 0 89%
src/meshpy/four_c/dbc_monitor.py read_dbc_monitor_file 21 2 0 90%
src/meshpy/four_c/dbc_monitor.py add_point_neuman_condition_to_input_file 9 1 0 89%
src/meshpy/four_c/dbc_monitor.py dbc_monitor_to_input_all_values 34 6 0 82%
src/meshpy/four_c/dbc_monitor.py dbc_monitor_to_input 3 0 0 100%
src/meshpy/four_c/dbc_monitor.py (no function) 14 0 0 100%
src/meshpy/four_c/element_beam.py Beam3rHerm2Line3.dump_to_list 6 1 0 83%
src/meshpy/four_c/element_beam.py Beam3rLine2Line2.dump_to_list 6 1 0 83%
src/meshpy/four_c/element_beam.py Beam3kClass.__init__ 6 0 0 100%
src/meshpy/four_c/element_beam.py Beam3kClass.dump_to_list 7 1 0 86%
src/meshpy/four_c/element_beam.py Beam3k 2 0 0 100%
src/meshpy/four_c/element_beam.py Beam3k.create_class 1 0 0 100%
src/meshpy/four_c/element_beam.py Beam3eb.dump_to_list 11 1 0 91%
src/meshpy/four_c/element_beam.py (no function) 37 0 0 100%
src/meshpy/four_c/element_volume.py SolidRigidSphere.__init__ 5 1 0 80%
src/meshpy/four_c/element_volume.py (no function) 3 0 0 100%
src/meshpy/four_c/function.py Function.__init__ 2 0 0 100%
src/meshpy/four_c/function.py Function.__deepcopy__ 2 0 0 100%
src/meshpy/four_c/function.py Function.dump_to_list 1 0 0 100%
src/meshpy/four_c/function.py (no function) 5 0 0 100%
src/meshpy/four_c/function_utility.py create_linear_interpolation_dict 10 1 0 90%
src/meshpy/four_c/function_utility.py create_linear_interpolation_function 2 0 0 100%
src/meshpy/four_c/function_utility.py ensure_length_of_function_array 5 1 0 80%
src/meshpy/four_c/function_utility.py (no function) 6 0 0 100%
src/meshpy/four_c/header_functions.py _get_segmentation_strategy 3 0 0 100%
src/meshpy/four_c/header_functions.py set_runtime_output 9 0 0 100%
src/meshpy/four_c/header_functions.py set_beam_to_solid_meshtying 32 6 0 81%
src/meshpy/four_c/header_functions.py set_header_static 16 1 0 94%
src/meshpy/four_c/header_functions.py set_binning_strategy_section 6 1 0 83%
src/meshpy/four_c/header_functions.py set_beam_interaction_section 1 0 0 100%
src/meshpy/four_c/header_functions.py set_beam_contact_runtime_output 1 0 0 100%
src/meshpy/four_c/header_functions.py set_beam_contact_section 8 2 0 75%
src/meshpy/four_c/header_functions.py add_result_description 3 0 0 100%
src/meshpy/four_c/header_functions.py (no function) 13 0 0 100%
src/meshpy/four_c/input_file.py _boundary_condition_from_dict 6 1 0 83%
src/meshpy/four_c/input_file.py _get_geometry_set_indices_from_section 11 1 0 91%
src/meshpy/four_c/input_file.py _get_yaml_geometry_sets 5 0 0 100%
src/meshpy/four_c/input_file.py InputFile.__init__ 6 0 0 100%
src/meshpy/four_c/input_file.py InputFile.read_yaml 6 1 0 83%
src/meshpy/four_c/input_file.py InputFile.sections_to_mesh 34 3 0 91%
src/meshpy/four_c/input_file.py InputFile.sections_to_mesh._get_section_items 5 0 0 100%
src/meshpy/four_c/input_file.py InputFile.add 5 0 0 100%
src/meshpy/four_c/input_file.py InputFile.add_section 12 0 0 100%
src/meshpy/four_c/input_file.py InputFile.delete_section 3 1 0 67%
src/meshpy/four_c/input_file.py InputFile.write_input_file 14 0 0 100%
src/meshpy/four_c/input_file.py InputFile.get_dict_to_dump 49 1 0 98%
src/meshpy/four_c/input_file.py InputFile.get_dict_to_dump._get_global_start_geometry_set 10 0 0 100%
src/meshpy/four_c/input_file.py InputFile.get_dict_to_dump._get_global_start_node 6 1 0 83%
src/meshpy/four_c/input_file.py InputFile.get_dict_to_dump._get_global_start_element 8 1 0 88%
src/meshpy/four_c/input_file.py InputFile.get_dict_to_dump._get_global_start_material 6 0 0 100%
src/meshpy/four_c/input_file.py InputFile.get_dict_to_dump._get_global_start_function 5 0 0 100%
src/meshpy/four_c/input_file.py InputFile.get_dict_to_dump._set_i_global 4 1 0 75%
src/meshpy/four_c/input_file.py InputFile.get_dict_to_dump._set_i_global_elements 12 1 0 92%
src/meshpy/four_c/input_file.py InputFile.get_dict_to_dump._dump_mesh_items 11 1 0 91%
src/meshpy/four_c/input_file.py InputFile.get_dict_to_dump.get_number_of_coupling_conditions 3 1 0 67%
src/meshpy/four_c/input_file.py InputFile._get_header 16 3 0 81%
src/meshpy/four_c/input_file.py InputFile._get_header._get_git_data 10 2 0 80%
src/meshpy/four_c/input_file.py InputFile._get_application_script 4 0 0 100%
src/meshpy/four_c/input_file.py (no function) 47 1 0 98%
src/meshpy/four_c/locsys_condition.py LocSysCondition.__init__ 9 1 0 89%
src/meshpy/four_c/locsys_condition.py (no function) 11 0 0 100%
src/meshpy/four_c/material.py MaterialReissner.__init__ 2 0 0 100%
src/meshpy/four_c/material.py MaterialReissner.dump_to_list 12 6 0 50%
src/meshpy/four_c/material.py MaterialReissnerElastoplastic.__init__ 7 1 0 86%
src/meshpy/four_c/material.py MaterialReissnerElastoplastic.dump_to_list 6 0 0 100%
src/meshpy/four_c/material.py MaterialKirchhoff.__init__ 2 0 0 100%
src/meshpy/four_c/material.py MaterialKirchhoff.dump_to_list 12 1 0 92%
src/meshpy/four_c/material.py MaterialEulerBernoulli.__init__ 1 0 0 100%
src/meshpy/four_c/material.py MaterialEulerBernoulli.dump_to_list 9 1 0 89%
src/meshpy/four_c/material.py MaterialSolid.__init__ 5 0 0 100%
src/meshpy/four_c/material.py MaterialSolid.dump_to_list 1 0 0 100%
src/meshpy/four_c/material.py MaterialStVenantKirchhoff.__init__ 1 0 0 100%
src/meshpy/four_c/material.py (no function) 19 0 0 100%
src/meshpy/four_c/run_four_c.py run_four_c 29 4 0 86%
src/meshpy/four_c/run_four_c.py clean_simulation_directory 21 21 0 0%
src/meshpy/four_c/run_four_c.py (no function) 8 0 0 100%
src/meshpy/four_c/solid_shell_thickness_direction.py shape_functions_hex8 11 0 0 100%
src/meshpy/four_c/solid_shell_thickness_direction.py shape_functions_derivative_hex8 27 0 0 100%
src/meshpy/four_c/solid_shell_thickness_direction.py get_hex8_element_center_and_jacobian_mapping 8 1 0 88%
src/meshpy/four_c/solid_shell_thickness_direction.py get_reordering_index_thickness 8 1 0 88%
src/meshpy/four_c/solid_shell_thickness_direction.py get_reordering_index_director_projection 11 1 0 91%
src/meshpy/four_c/solid_shell_thickness_direction.py set_solid_shell_thickness_direction 26 2 0 92%
src/meshpy/four_c/solid_shell_thickness_direction.py get_visualization_third_parameter_direction_hex8 13 3 0 77%
src/meshpy/four_c/solid_shell_thickness_direction.py visualize_third_parameter_direction_hex8 9 9 0 0%
src/meshpy/four_c/solid_shell_thickness_direction.py (no function) 15 0 0 100%
src/meshpy/four_c/yaml_dumper.py MeshPyDumper.ignore_aliases 1 0 0 100%
src/meshpy/four_c/yaml_dumper.py function_representer 3 1 0 67%
src/meshpy/four_c/yaml_dumper.py numpy_float_representer 1 0 0 100%
src/meshpy/four_c/yaml_dumper.py numpy_int_representer 1 1 0 0%
src/meshpy/four_c/yaml_dumper.py numpy_bool_representer 1 1 0 0%
src/meshpy/four_c/yaml_dumper.py (no function) 15 0 0 100%
src/meshpy/geometric_search/__init__.py (no function) 0 0 0 100%
src/meshpy/geometric_search/arborx.py KokkosScopeGuardWrapper.__init__ 1 0 0 100%
src/meshpy/geometric_search/arborx.py KokkosScopeGuardWrapper.__del__ 1 1 0 0%
src/meshpy/geometric_search/arborx.py find_close_points_arborx 3 1 0 67%
src/meshpy/geometric_search/arborx.py (no function) 11 0 0 100%
src/meshpy/geometric_search/cython.py find_close_points_brute_force_cython 6 2 0 67%
src/meshpy/geometric_search/cython.py (no function) 5 0 0 100%
src/meshpy/geometric_search/find_close_points.py point_partners_to_unique_indices 18 1 0 94%
src/meshpy/geometric_search/find_close_points.py point_partners_to_partner_indices 5 0 0 100%
src/meshpy/geometric_search/find_close_points.py partner_indices_to_point_partners 5 0 0 100%
src/meshpy/geometric_search/find_close_points.py find_close_points 15 2 0 87%
src/meshpy/geometric_search/find_close_points.py (no function) 17 0 0 100%
src/meshpy/geometric_search/scipy.py pairs_to_partner_list 16 2 0 88%
src/meshpy/geometric_search/scipy.py find_close_points_scipy 3 0 0 100%
src/meshpy/geometric_search/scipy.py (no function) 3 0 0 100%
src/meshpy/geometric_search/utils.py arborx_is_available 3 0 0 100%
src/meshpy/geometric_search/utils.py cython_is_available 3 0 0 100%
src/meshpy/geometric_search/utils.py (no function) 3 0 0 100%
src/meshpy/mesh_creation_functions/__init__.py (no function) 0 0 0 100%
src/meshpy/mesh_creation_functions/beam_basic_geometry.py create_beam_mesh_line 11 0 0 100%
src/meshpy/mesh_creation_functions/beam_basic_geometry.py create_beam_mesh_line.get_beam_geometry 2 0 0 100%
src/meshpy/mesh_creation_functions/beam_basic_geometry.py create_beam_mesh_line.get_beam_geometry.beam_function 5 0 0 100%
src/meshpy/mesh_creation_functions/beam_basic_geometry.py create_beam_mesh_arc_segment_via_rotation 3 0 0 100%
src/meshpy/mesh_creation_functions/beam_basic_geometry.py create_beam_mesh_arc_segment_via_axis 15 1 0 93%
src/meshpy/mesh_creation_functions/beam_basic_geometry.py create_beam_mesh_arc_segment_via_axis.get_beam_geometry 2 0 0 100%
src/meshpy/mesh_creation_functions/beam_basic_geometry.py create_beam_mesh_arc_segment_via_axis.get_beam_geometry.beam_function 5 0 0 100%
src/meshpy/mesh_creation_functions/beam_basic_geometry.py create_beam_mesh_arc_segment_2d 9 1 0 89%
src/meshpy/mesh_creation_functions/beam_basic_geometry.py create_beam_mesh_line_at_node 7 1 0 86%
src/meshpy/mesh_creation_functions/beam_basic_geometry.py create_beam_mesh_arc_at_node 11 1 0 91%
src/meshpy/mesh_creation_functions/beam_basic_geometry.py create_beam_mesh_helix 38 7 0 82%
src/meshpy/mesh_creation_functions/beam_basic_geometry.py (no function) 14 0 0 100%
src/meshpy/mesh_creation_functions/beam_curve.py create_beam_mesh_curve 28 2 0 93%
src/meshpy/mesh_creation_functions/beam_curve.py create_beam_mesh_curve.rp 1 0 0 100%
src/meshpy/mesh_creation_functions/beam_curve.py create_beam_mesh_curve.ds 1 0 0 100%
src/meshpy/mesh_creation_functions/beam_curve.py create_beam_mesh_curve.S 8 1 0 88%
src/meshpy/mesh_creation_functions/beam_curve.py create_beam_mesh_curve.get_t_along_curve 2 0 0 100%
src/meshpy/mesh_creation_functions/beam_curve.py create_beam_mesh_curve.BeamFunctions.__init__ 8 0 0 100%
src/meshpy/mesh_creation_functions/beam_curve.py create_beam_mesh_curve.BeamFunctions._reset_start_values 2 0 0 100%
src/meshpy/mesh_creation_functions/beam_curve.py create_beam_mesh_curve.BeamFunctions.__call__ 5 0 0 100%
src/meshpy/mesh_creation_functions/beam_curve.py create_beam_mesh_curve.BeamFunctions.__call__.get_beam_position_and_rotation_at_xi 16 0 0 100%
src/meshpy/mesh_creation_functions/beam_curve.py (no function) 10 0 0 100%
src/meshpy/mesh_creation_functions/beam_fibers_in_rectangle.py _intersect_line_with_rectangle 16 1 0 94%
src/meshpy/mesh_creation_functions/beam_fibers_in_rectangle.py create_fibers_in_rectangle 32 2 0 94%
src/meshpy/mesh_creation_functions/beam_fibers_in_rectangle.py (no function) 7 0 0 100%
src/meshpy/mesh_creation_functions/beam_generic.py create_beam_mesh_function 96 6 0 94%
src/meshpy/mesh_creation_functions/beam_generic.py create_beam_mesh_function.check_given_node 2 0 0 100%
src/meshpy/mesh_creation_functions/beam_generic.py create_beam_mesh_function.get_relative_twist 8 1 0 88%
src/meshpy/mesh_creation_functions/beam_generic.py (no function) 17 0 0 100%
src/meshpy/mesh_creation_functions/beam_honeycomb.py create_beam_mesh_honeycomb_flat 40 2 0 95%
src/meshpy/mesh_creation_functions/beam_honeycomb.py create_beam_mesh_honeycomb_flat.add_line 1 0 0 100%
src/meshpy/mesh_creation_functions/beam_honeycomb.py create_beam_mesh_honeycomb 35 1 0 97%
src/meshpy/mesh_creation_functions/beam_honeycomb.py (no function) 9 0 0 100%
src/meshpy/mesh_creation_functions/beam_nurbs.py get_nurbs_curve_function_and_jacobian_for_integration 10 0 0 100%
src/meshpy/mesh_creation_functions/beam_nurbs.py get_nurbs_curve_function_and_jacobian_for_integration.eval_r 1 0 0 100%
src/meshpy/mesh_creation_functions/beam_nurbs.py get_nurbs_curve_function_and_jacobian_for_integration.eval_rp 1 0 0 100%
src/meshpy/mesh_creation_functions/beam_nurbs.py get_nurbs_curve_function_and_jacobian_for_integration.function 9 1 0 89%
src/meshpy/mesh_creation_functions/beam_nurbs.py get_nurbs_curve_function_and_jacobian_for_integration.jacobian 7 1 0 86%
src/meshpy/mesh_creation_functions/beam_nurbs.py create_beam_mesh_from_nurbs 2 0 0 100%
src/meshpy/mesh_creation_functions/beam_nurbs.py (no function) 5 0 0 100%
src/meshpy/mesh_creation_functions/beam_stent.py create_stent_cell 37 0 0 100%
src/meshpy/mesh_creation_functions/beam_stent.py create_stent_cell.add_line 1 0 0 100%
src/meshpy/mesh_creation_functions/beam_stent.py create_stent_cell.add_segment 1 0 0 100%
src/meshpy/mesh_creation_functions/beam_stent.py create_stent_column 22 0 0 100%
src/meshpy/mesh_creation_functions/beam_stent.py create_beam_mesh_stent_flat 13 0 0 100%
src/meshpy/mesh_creation_functions/beam_stent.py create_beam_mesh_stent 22 2 0 91%
src/meshpy/mesh_creation_functions/beam_stent.py (no function) 12 0 0 100%
src/meshpy/mesh_creation_functions/beam_wire.py create_wire_fibers 23 1 0 96%
src/meshpy/mesh_creation_functions/beam_wire.py create_wire_fibers.create_line 1 0 0 100%
src/meshpy/mesh_creation_functions/beam_wire.py (no function) 6 0 0 100%
src/meshpy/mesh_creation_functions/nurbs_generic.py add_geomdl_nurbs_to_mesh 19 2 0 89%
src/meshpy/mesh_creation_functions/nurbs_generic.py create_control_points_surface 7 0 0 100%
src/meshpy/mesh_creation_functions/nurbs_generic.py create_control_points_volume 9 0 0 100%
src/meshpy/mesh_creation_functions/nurbs_generic.py create_geometry_sets 13 0 0 100%
src/meshpy/mesh_creation_functions/nurbs_generic.py create_geometry_sets.get_num_cps_uvw 7 0 0 100%
src/meshpy/mesh_creation_functions/nurbs_generic.py create_geometry_sets.get_patch_vertices 15 1 0 93%
src/meshpy/mesh_creation_functions/nurbs_generic.py create_geometry_sets.get_patch_lines 67 1 0 99%
src/meshpy/mesh_creation_functions/nurbs_generic.py create_geometry_sets.get_patch_surfaces 31 1 0 97%
src/meshpy/mesh_creation_functions/nurbs_generic.py create_geometry_sets.get_patch_volume 7 1 0 86%
src/meshpy/mesh_creation_functions/nurbs_generic.py (no function) 11 0 0 100%
src/meshpy/mesh_creation_functions/nurbs_geometries.py create_nurbs_hollow_cylinder_segment_2d 29 2 0 93%
src/meshpy/mesh_creation_functions/nurbs_geometries.py create_nurbs_cylindrical_shell_sector 32 1 0 97%
src/meshpy/mesh_creation_functions/nurbs_geometries.py create_nurbs_flat_plate_2d 16 0 0 100%
src/meshpy/mesh_creation_functions/nurbs_geometries.py create_nurbs_sphere_surface 17 0 0 100%
src/meshpy/mesh_creation_functions/nurbs_geometries.py create_nurbs_hemisphere_surface 16 0 0 100%
src/meshpy/mesh_creation_functions/nurbs_geometries.py create_nurbs_torus_surface 48 0 0 100%
src/meshpy/mesh_creation_functions/nurbs_geometries.py create_nurbs_brick 19 0 0 100%
src/meshpy/mesh_creation_functions/nurbs_geometries.py do_uniform_knot_refinement_surface 6 0 0 100%
src/meshpy/mesh_creation_functions/nurbs_geometries.py do_uniform_knot_refinement_volume 9 0 0 100%
src/meshpy/mesh_creation_functions/nurbs_geometries.py (no function) 13 0 0 100%
src/meshpy/space_time/__init__.py (no function) 0 0 0 100%
src/meshpy/space_time/beam_to_space_time.py NodeCosseratSpaceTime.__init__ 2 0 0 100%
src/meshpy/space_time/beam_to_space_time.py SpaceTimeElement.__init__ 1 0 0 100%
src/meshpy/space_time/beam_to_space_time.py beam_to_space_time 74 6 0 92%
src/meshpy/space_time/beam_to_space_time.py mesh_to_data_arrays 34 2 0 94%
src/meshpy/space_time/beam_to_space_time.py (no function) 31 0 0 100%
src/meshpy/utils/__init__.py (no function) 0 0 0 100%
src/meshpy/utils/environment.py cubitpy_is_available 3 0 0 100%
src/meshpy/utils/environment.py fourcipp_is_available 3 1 0 67%
src/meshpy/utils/environment.py is_mybinder 1 0 0 100%
src/meshpy/utils/environment.py is_testing 1 0 0 100%
src/meshpy/utils/environment.py get_env_variable 5 0 0 100%
src/meshpy/utils/environment.py (no function) 7 0 0 100%
src/meshpy/utils/nodes.py find_close_nodes 5 0 0 100%
src/meshpy/utils/nodes.py check_node_by_coordinate 1 0 0 100%
src/meshpy/utils/nodes.py get_min_max_coordinates 7 0 0 100%
src/meshpy/utils/nodes.py get_single_node 11 3 0 73%
src/meshpy/utils/nodes.py filter_nodes 3 1 0 67%
src/meshpy/utils/nodes.py get_nodal_coordinates 4 0 0 100%
src/meshpy/utils/nodes.py get_nodal_quaternions 6 0 0 100%
src/meshpy/utils/nodes.py get_nodes_by_function 2 0 0 100%
src/meshpy/utils/nodes.py get_min_max_nodes 13 0 0 100%
src/meshpy/utils/nodes.py is_node_on_plane 10 2 0 80%
src/meshpy/utils/nodes.py (no function) 20 0 0 100%
Total   4274 286 0 93%

No items found using the specified filter.