diff --git a/cmake-build-debug/_deps/doctest-src b/cmake-build-debug/_deps/doctest-src deleted file mode 160000 index b7c21ec..0000000 --- a/cmake-build-debug/_deps/doctest-src +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b7c21ec5ceeadb4951b00396fc1e4642dd347e5f diff --git a/docs_sphinx/_build/html/_images/activity_diagram_run.svg b/docs_sphinx/_build/html/_images/activity_diagram_run.svg deleted file mode 100644 index 4f67009..0000000 --- a/docs_sphinx/_build/html/_images/activity_diagram_run.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - -
execute run
execute run
Call FTCS routine
Call FTCS routine
Call BTCS routine
Call BTCS routine
[FTCS method]
[FTCS method]
[BTCS method]
[BTCS method]
[i<iterations]
[i<iterations]
[maximum
iterations reached]
[maximum...
[i<iterations]
[i<iterations]
[maximum
iterations reached]
[maximum...
Text is not SVG - cannot display
\ No newline at end of file diff --git a/docs_sphinx/_build/html/_images/class_diagram.svg b/docs_sphinx/_build/html/_images/class_diagram.svg deleted file mode 100644 index 3392a01..0000000 --- a/docs_sphinx/_build/html/_images/class_diagram.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - -
Grid
Grid
- dim:int
- col:int
- row:int
- domain_col: int
- domain_row: int
- delta_col: double
- delta_row: double
- dim:int...
+ Grid(col: int)
+ Grid(row: int, col: int)
+ setConcentrations(concentrations: MatrixXd)
+ getConcentrations(): MatrixXd
+ setAlpha(alpha: MatrixXd)
+ setAlpha(alpha_x: MatrixXd, alpha_y: MatrixXd)
+ getAlphaX(): MatrixXd
+ getAlphaY(): MatrixXd
+ getDim(): int
+ getRow(): int
+ getCol(): int
+ setDomain(domain_col: int)
+ setDomain(domain_row: int, domain_col: int)
+ getDeltaCol(): double
+ getDeltaRow(): double
+ Grid(col: int)...
Boundary
Boundary
- grid: Grid
- type: BC_TYPE
- left: VectorXd
- right: VectorXd
- top: VectorXd
- bottom: VectorXd
- grid: Grid...
+ Boundary(grid: Grid, type: BC_TYPE)
+ getBoundaryConditionType(): BC_TYPE
+ setBoundaryConditionValue(side: BC_SIDE, value: VectorXd)
+ getBoundaryConditionValue(): VectorXd
+ Boundary(grid: Grid, type: BC_TYPE)...
Simulation
Simulation
- timestep: double
- iterations: int
- csv_output: CSV_OUTPUT
- grid: GRID
- bc: Boundary
- approach: APPROACH
- timestep: double...
+ Simulation(grid: Grid, bc: Boundary, approach: APPROACH
+ setOutputCSV(csv_output: CSV_OUTPUT)
+ setTimestep(timestep: double)
+ getTimestep(): double
+ setIterations(iterations: int)
+ getIterations(): int
+ printConcentrationsConsole()
+ printConcentrationsCSV(ident: string, appendMode: bool)
+ run()
+ Simulation(grid: Grid, bc: Boundary, approach: APPROACH...
FTCS
FTCS
BTCS
BTCS
functionalities
functionalities
TUG API
TUG API
BoundaryElement
BoundaryElement
- type: BC_TYPE
- value: double
- type: BC_TYPE...
+ BoundaryElement()
+ BoundaryElement(value: double)
+ setType(type: BC_TYPE)
+ setValue(value: double)
+ getType(): BC_TYPE
+ getValue(): double
+ BoundaryElement()...
Text is not SVG - cannot display
\ No newline at end of file diff --git a/docs_sphinx/_build/vis.html b/docs_sphinx/_build/vis.html deleted file mode 100644 index 8a11674..0000000 --- a/docs_sphinx/_build/vis.html +++ /dev/null @@ -1,224 +0,0 @@ - -
- - -
- - -
- - - \ No newline at end of file diff --git a/proto/BTCS.ipynb b/scripts/hannes-philip/BTCS.ipynb similarity index 100% rename from proto/BTCS.ipynb rename to scripts/hannes-philip/BTCS.ipynb diff --git a/proto/FTCS.ipynb b/scripts/hannes-philip/FTCS.ipynb similarity index 100% rename from proto/FTCS.ipynb rename to scripts/hannes-philip/FTCS.ipynb