updated README.md in src
This commit is contained in:
parent
5ae5aea48f
commit
9acbe90343
@ -1,18 +1,44 @@
|
|||||||
<h1>src Directory</h1>
|
<h1>src-Directory</h1>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
src/
|
src/
|
||||||
├── CMakeFiles/
|
├── CMakeFiles/
|
||||||
├── Boundary.cpp
|
├── Boundary.cpp
|
||||||
├── BoundaryCondition.cpp
|
├── BoundaryCondition.cpp
|
||||||
├── BTCS.cpp
|
├── BTCS.cpp
|
||||||
├── BTCSv2.cpp
|
├── BTCSv2.cpp
|
||||||
├── CMakeLists.txt
|
├── CMakeLists.txt
|
||||||
├── FTCS.cp
|
├── FTCS.cpp
|
||||||
├── Grid.cpp
|
├── Grid.cpp
|
||||||
├── README.md
|
├── README.md
|
||||||
├── Simulation.cpp
|
├── Simulation.cpp
|
||||||
├── Solver.cpp
|
├── Solver.cpp
|
||||||
└── TugUtils.hpp
|
└── TugUtils.hpp
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
**src/** Directory with the source code.
|
||||||
|
|
||||||
|
**CMakeFiles/** Automatically generated directory by CMake.
|
||||||
|
|
||||||
|
**Boundary.cpp** Implementation of Boundary class, that holds the boundary conditions.
|
||||||
|
|
||||||
|
**BoundaryCondition.cpp** <i>Outdated</i> implementation of boundary conditions.
|
||||||
|
|
||||||
|
**BTCS.cpp** <i>Outdated</i> implementation of BTCS solution to homogeneous diffusion.
|
||||||
|
|
||||||
|
**BTCSv2.cpp** Implementation of BTCS solution to heterogeneous diffusion in 1D and 2D.
|
||||||
|
|
||||||
|
**CMakeLists.txt** CMakeLists for this directory.
|
||||||
|
|
||||||
|
**FTCS.cpp** Implementation of FTCS solution to heterogeneous diffusion in 1D and 2D.
|
||||||
|
|
||||||
|
**Grid.cpp** Implementation of Grid class, that holds all of the concentrations alpha coefficient in x- and y-direction.
|
||||||
|
|
||||||
|
**README.md** <i>This</i> file.
|
||||||
|
|
||||||
|
**Simulation.cpp** Implementation of Simulation class, that holds all of the information for a specific simulation run, as well as the Boundary and Grid objects.
|
||||||
|
|
||||||
|
**Solver.cpp** <i>Outdated</i> implementation of Eigen solvers.
|
||||||
|
|
||||||
|
**TugUtils.hpp** Helper functions for other source files.
|
||||||
|
|
||||||
</pre>
|
|
||||||
Loading…
x
Reference in New Issue
Block a user