Skip to content
Snippets Groups Projects
Commit 88767050 authored by David Seus's avatar David Seus
Browse files

explain what a usecase is.

parent b5a205ff
Branches
No related tags found
No related merge requests found
......@@ -12,6 +12,12 @@ The structure is as follows.
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment