Right now the user cannot give human-readable names to a set of boundary edges in the initial list of corner points. It is an important feature in order to define boundary conditions in complicated domains.
This is best achieved by adding the support of named boundaries in the related library scikit-fem which is used for adaptive refinement in adaptmesh.
However, another temporary option is to hack together a function which will a posteriori dig all nodes between certain corner points. This is most likely computationally more intensive approach but will probably work for most of the use cases.
Right now the user cannot give human-readable names to a set of boundary edges in the initial list of corner points. It is an important feature in order to define boundary conditions in complicated domains.
This is best achieved by adding the support of named boundaries in the related library scikit-fem which is used for adaptive refinement in adaptmesh.
However, another temporary option is to hack together a function which will a posteriori dig all nodes between certain corner points. This is most likely computationally more intensive approach but will probably work for most of the use cases.