pyccel / sympde

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

Devel ddm #67

Closed saidctb closed 4 years ago

yguclu commented 4 years ago

@saidctb Can you add an example of how a domain with multiple patches is used? That could be in the form of a unit test.

saidctb commented 4 years ago

@saidctb Can you add an example of how a domain with multiple patches is used? That could be in the form of a unit test.

we already have unit tests of multiple patches in /topology/tests/test_topology.py

yguclu commented 4 years ago

@saidctb Can you add an example of how a domain with multiple patches is used? That could be in the form of a unit test.

we already have unit tests of multiple patches in /topology/tests/test_topology.py

I have looked at the file, the last two functions therein use multiple patches but do not check for correctness of the results. Maybe you could add some assert statements like in the other tests?