Each of the folders contains subfolders such as `one-patch`, `two-patch` and `multi-patch` holding domain decomposition examples featuriing one-patch, two-patch or multi-patch substructurings. This ordering has been introduced to
keep things tidy. You may introduce your own ordering, of course.
Each usecase is a python script making use of the code in `../LDDsimulation`
to setup and run a simulation.
The different usecases could have been distilled in a usecase class to increase
maintainability. This was desided against mostely due to time contstraints.
If you plan on expand on this code, it might be a good idea to think about
a usecase class to tidy up the usecases even further.
>>>
**!Waring!**
The usecases in the various `Archive` folders are obsolete.