BD_Integratoren/C++
2021-10-27 22:00:24 +02:00
..
benchmark Big restructure 2021-10-27 22:00:24 +02:00
cmake Big restructure 2021-10-27 22:00:24 +02:00
src Big restructure 2021-10-27 22:00:24 +02:00
test Big restructure 2021-10-27 22:00:24 +02:00
.clang-format Big restructure 2021-10-27 22:00:24 +02:00
.clang-tidy Big restructure 2021-10-27 22:00:24 +02:00
benchmark.81f4796.fourier Big restructure 2021-10-27 22:00:24 +02:00
CMakeLists.txt Big restructure 2021-10-27 22:00:24 +02:00
conanfile.py Big restructure 2021-10-27 22:00:24 +02:00
README.md Big restructure 2021-10-27 22:00:24 +02:00

Brownian Motion Integrator Implementation

This is a sample Implementation for different BD Algorithm

  1. Classic Euler algorithm
  2. Heun algorithm
  3. Exact solution
  4. BDAS - RotationMatrix
  5. 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