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

add warning about Archived scripts

parent 9372f185
Branches
No related tags found
No related merge requests found
...@@ -12,9 +12,23 @@ The structure is as follows. ...@@ -12,9 +12,23 @@ 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 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. keep things tidy. You may introduce your own ordering, of course.
>>>
**Waring**
The usecases in the various `Archive` folders are obsolete.
They were used at one point in time in the development
of the LDD code usually for debugging but have been abandoned at one point in
time.
This means that the scripts are not up to date and up to par with the qualtiy
in the non-Archive folders. Most likely, they will not work anymore.
In some cases these scripts are being kept for reference or because older
simulation datat based on the older scripts have been used.
If you want to revive some of these examples, copy one of the official examples
and update that copy with information in these scripts
>>>
## How to create your own usecases ## How to create your own usecases
In order to create a new usecase, either modify one of the existing ones, or In order to create a new usecase, either modify one of the existing ones, or
copy one of the existing cases into a new file and start working on your own. copy one of the existing cases into a new file and start working on your own.
To understand how usecases are set up, let's have a look at the file To understand how usecases are set up, let's have a look at the file
[TP-R-2-patch-test.py](./Two-Phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-test.py). [TP-R-2-patch-test.py](./Two-Phase-Richards/two-patch/TP-R-two-patch-test-case).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment