554 B
Executable File
554 B
Executable File
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