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

add paradigm

parent b8d313ef
Branches
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment