grains.salome.InterfaceMesh¶
-
class
grains.salome.InterfaceMesh(interface_mesh, name, on_interface)[source]¶ Mesh on an interface, part of the whole mesh.
- Parameters
interface_mesh (smeshBuilder.Mesh.GroupOnGeom) – The main Salome object wrapped by this class.
name (str) – Name of the interface mesh.
on_interface (Interface) – Interface on which this mesh exists.
-
__init__(interface_mesh, name, on_interface)[source]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(interface_mesh, name, on_interface)Initialize self.
elements()Retrieves the elements of the interface mesh.
elements_by_nodes(nodes)Connecting elements to given nodes.
Nodes at the extremities of the interface mesh.
nodes()Retrieves the nodes of the interface mesh.