| .. | ||
| benchmark | ||
| cmake | ||
| src | ||
| test | ||
| .clang-format | ||
| .clang-tidy | ||
| benchmark.81f4796.fourier | ||
| CMakeLists.txt | ||
| conanfile.py | ||
| README.md | ||
Brownian Motion Integrator Implementation
This is a sample Implementation for different BD Algorithm
- Classic Euler algorithm
- Heun algorithm
- Exact solution
- BDAS - RotationMatrix
- MBD
The current implementation allows only the use for a 2D case
build
To build this project you need to install
- conan
pip3 install --user conan - CMake
To generate the build files
cmake -S . -B build
For build configuration use
ccmake build
and to build the program
cmake --build build