fedoo.Mesh.physical_nodes

property Mesh.physical_nodes: ndarray[float]

Get the node coordinates of the physical_nodes.

If no virtual nodes has been added using the add_virtual_nodes method physical_nodes return the entire node list (ie the nodes attribute).

This property is equivalent to:

>>> mesh.nodes[:n_physical_nodes]