Mesh tying module allowing for master-slave nodal interaction
amfe.mesh_tying.master_slave_constraint(master_nodes, master_obj, slave_nodes, nodes, tying_type='fixed', robustness=4, verbose=True, conform_slave_mesh=True, fix_mesh_dist=0.001)[source]¶Add a master-slave relationship to the given mesh.
| Parameters: | robustness (int) – factor indicating, how many elements are considered for contact search. |
|---|
amfe.mesh_tying.proj_point_to_element(X, p, ele_type, niter_max=20, eps=1e-10, verbose=False, max_dist=0.0001)[source]¶Compute local element coordinates and weights for for point p projected on an element.
This function is heavily used to project the slave nodes on master elements.
| Parameters: |
|
|---|---|
| Returns: |
|