PHD: Comparision of different Brownian motions
Go to file
2021-10-27 16:11:59 +02:00
benchmark A lot of refactoring 2021-10-27 16:11:55 +02:00
cmake Refactor 2021-10-22 21:58:37 +02:00
src Merge branch 'master' of gitlab.holder-cloud.de:jacob/BD_Integratoren 2021-10-27 16:11:59 +02:00
test A lot of refactoring 2021-10-27 16:11:55 +02:00
.clang-format Clang-format 2021-10-25 15:45:29 +02:00
.clang-tidy A lot of refactoring 2021-10-27 16:11:55 +02:00
.gitignore Refactor 2021-10-22 21:58:37 +02:00
benchmark.81f4796.fourier Added benchmark of old commit 2021-10-25 15:35:01 +02:00
CMakeLists.txt Added Benchmark 2021-10-24 19:55:20 +02:00
conanfile.py Refactor 2021-10-22 21:58:37 +02:00
README.md Wokring Without Heunwith force and MBD 2021-10-24 17:41:05 +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