From 996da9812eb407b349773f450a40da94f558aac5 Mon Sep 17 00:00:00 2001 From: David Seus <david.seus@ians.uni-stuttgart.de> Date: Wed, 14 Oct 2020 17:09:30 +0200 Subject: [PATCH] add paradigm --- LDDsimulation/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/LDDsimulation/README.md b/LDDsimulation/README.md index c63ea8f..1e054cb 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. -- GitLab