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

forgot to save

parent adcb5c55
Branches
No related tags found
No related merge requests found
......@@ -4,5 +4,23 @@ This folder contains the actual LDD simulation code. To facilitate development,
we give a briefe description of the files.
## `LDDsimulation.py`
If you want to read the code, this is where you should
start.
This file defines the core and soul of the LDD simulation code.
It defines the class `LDDsimulation` that contains methods to setup the
simulation and run it. Each usecase file in `../Usecases` essentially
sets up an instance of this class and defines
all parameters needed by the `LDDsimulation.set_parameters(kwrgs**)` function
which gets called
##
## `domainPatch.py`
## `boundary_and_interface.py`
## `solutionFile.py`
## `domainSubstructuring.py`
## `functions.py`
## `helpers.py`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment