meshes.geometry Module

Provides the data structure that supplies geometrical information on the meshes.

class pysofe.meshes.geometry.MeshGeometry(nodes)[source]

Stores geometrical information of a mesh.

Parameters:nodes (array_like) – The coordinates of the mesh grid points
nodes

The coordinates of the mesh grid points