kinnala / adaptmesh

Mesh generation by the adaptive process
Other
35 stars 4 forks source link

Preservation of user-specified internal edges #3

Open kinnala opened 3 years ago

kinnala commented 3 years ago

Right now the only way to fix user-specified internal edges in the resulting triangulation is to create multiple meshes and join them as explained in the README.

However, a more flexible interface would allow the user to specify a list of additional edges to include inside the domain. This requires changes to

The latter would be fixed by the first approach described in #2.