Home
last modified time | relevance | path

Searched refs:find_bodies_with_entities_dict (Results 1 – 8 of 8) sorted by relevance

/dports/science/elmerfem/elmerfem-release-9.0/ElmerWorkflows/FreeCADBatchFEMTools/tests/variable_topology/
H A Dvariable_topology_generation.py49 from FreeCADBatchFEMTools import find_bodies_with_entities_dict
378 find_bodies_with_entities_dict(mesh_object, compound_filter, entities_dict, doc)
/dports/science/elmerfem/elmerfem-release-9.0/ElmerWorkflows/FreeCADBatchFEMTools/tests/massive_coil/
H A Dmassive_generation.py49 from FreeCADBatchFEMTools import find_bodies_with_entities_dict
219 find_bodies_with_entities_dict(mesh_object, compound_filter, entities_dict, doc)
/dports/science/elmerfem/elmerfem-release-9.0/ElmerWorkflows/FreeCADBatchFEMTools/tests/cylinders_thermo_structural/
H A Dcylinders.py61 …body_mesh_groups = FBFT.find_bodies_with_entities_dict(mesh_object, compound_filter, entities_dict…
/dports/science/elmerfem/elmerfem-release-9.0/ElmerWorkflows/FreeCADBatchFEMTools/tests/cylinders_thermo_structural_contact/
H A Dcylinders.py79 FBFT.find_bodies_with_entities_dict(mesh_object, compound_filter, entities_dict, doc)
/dports/science/elmerfem/elmerfem-release-9.0/ElmerWorkflows/FreeCADBatchFEMTools/tests/singlecubemeshtest/
H A Dsinglecubemeshtest_freecadscript.py90 …body_mesh_groups = FreeCADBatchFEMTools.find_bodies_with_entities_dict(mesh_object, compound_filte…
/dports/science/elmerfem/elmerfem-release-9.0/ElmerWorkflows/FreeCADBatchFEMTools/tests/doublecubemeshtest_separate_boundaries/
H A Ddoublecubemeshtest_separate_boundaries_freecadscript.py94 …body_mesh_groups = FreeCADBatchFEMTools.find_bodies_with_entities_dict(mesh_object, compound_filte…
/dports/science/elmerfem/elmerfem-release-9.0/ElmerWorkflows/FreeCADBatchFEMTools/tests/cubemeshtest/
H A Dcubemeshtest_freecadscript.py217 …body_mesh_groups = FreeCADBatchFEMTools.find_bodies_with_entities_dict(mesh_object, compound_filte…
/dports/science/elmerfem/elmerfem-release-9.0/ElmerWorkflows/FreeCADBatchFEMTools/
H A DFreeCADBatchFEMTools.py1234 def find_bodies_with_entities_dict(mesh_object, compound_filter, entities_dict, doc, point_search=T… function