meshtools

meshtools#


Meshing tools

Functions

meshtools.add_attribute_2mesh(data, mesh[, ...])

add a new mesh attribute to a vtk file

meshtools.find_nearest_node(node_coord, ...)

Find nearest mesh node between two meshes

meshtools.plot_2d_interpolation_quality(...)

meshtools.set_interpolation_radius()

meshtools.trace_mesh(meshIN, meshOUT, scalar)

Trace meshIN on meshOUT using nearest neigbour interpolation

meshtools.trace_mesh_pg(meshIN, meshOUT[, ...])

Interpolate CATHY mesh (structured) into pygimli mesh (structured) using pygimli meshtools # Specify interpolation method 'linear, 'spline', 'harmonic'