@@ -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.