fastscape-lem / fastscapelib

A C++/Python library of efficient algorithms for landscape evolution modeling
http://fastscapelib.readthedocs.io
GNU General Public License v3.0
36 stars 6 forks source link

Improve unstructured_mesh #123

Closed benbovy closed 1 year ago

benbovy commented 1 year ago

Some information currently passed as arguments to unstructured_mesh could be retrieved / computed instead when creating the object:

unstructured_mesh being restricted to triangular meshes, it could be renamed to trimesh. Ideally all it would require is points coordinates ([N, 2] shape), triangles ([T, 3] shape) topology and optionally a list of status at nodes.