BD_Integratoren/C++
2022-05-16 10:24:45 +02:00
..
benchmark stuff done 2022-05-16 10:24:45 +02:00
cmake stuff done 2022-05-16 10:24:45 +02:00
src stuff done 2022-05-16 10:24:45 +02:00
test stuff done 2022-05-16 10:24:45 +02:00
.clang-format stuff done 2022-05-16 10:24:45 +02:00
.clang-tidy stuff done 2022-05-16 10:24:45 +02:00
benchmark.81f4796.fourier stuff done 2022-05-16 10:24:45 +02:00
CMakeLists.txt stuff done 2022-05-16 10:24:45 +02:00
conanfile.py stuff done 2022-05-16 10:24:45 +02:00
README.md stuff done 2022-05-16 10:24:45 +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