pyccel / sympde

Symbolic calculus for partial differential equations (and variational forms)
http://sympde.readthedocs.io/
MIT License
20 stars 4 forks source link

Allow connecting two patches with multiple interfaces #114

Open yguclu opened 2 years ago

yguclu commented 2 years ago

Currently SymPDE assumes that two patches of a multi-patch domain share at most one interface. There are several cases where this is not true. We should generalize the connectivity in SymPDE, such that it allows for multiple interfaces between the same pair of patches (i, j)

This blocks issue https://github.com/pyccel/psydac/issues/237

yguclu commented 1 year ago

@saidctb Was this issue fixed already, or will it be fixed by PR #130?

yguclu commented 1 year ago

@saidctb 👋