diff --git a/LDDsimulation/README.md b/LDDsimulation/README.md index c63ea8fdecc8e8414903b8a7f1d907f2e142de1b..1e054cb4549f96454a546a75ab9eefd391af2e42 100644 --- a/LDDsimulation/README.md +++ b/LDDsimulation/README.md @@ -32,9 +32,10 @@ Some commented out code can be found here which might or might not be usefull fo ## `domainPatch.py` This file contain the class definition of the `domainPatch` class which is the main data structure of the LDD simulation code. The programming paradigm was: - +>>> +**PARADIGM** _Each subdomain contains all information need and is completely independent of other subdomains._ - +>>> All information means: - the model. Each subdomain not only knows which model it assumes, it also provides the methods to construct the linear form that is given to the linear solver. This is done in the `governing_problem(*kwrgs)` method. This has been done because the L-linearised form is considered the discretised model.