Tobias Duswald
Tobias Duswald
Dear developers, the project description points out that `kcov` supports the integration with SonarSource products, specifically with `SonarCube`. The documentation for this feature is rather basic and given in this...
# Contribution `PR` builds on `ex33/ex33p` and implements subsets of the following two papers: [1] Khristenko, U., Constantinescu, A., Tallec, P. L., Oden, J. T., & Wohlmuth, B. (2020). A...
With this PR we add a Cmake flag `-Dopenmp` that can be set to `ON` and `OFF` to determine if BioDynaMo should be parallelized with OpenMP or not. For obvious...
There are a bunch of typos in the repositories that should be fixed. The following tool can help: [codespell](https://github.com/codespell-project/codespell/) Subset thereof: ``` ❯ codespell ../src ─╯ ../src/neuroscience/neurite_element.cc:548: daugthers ==> daughters...
Introduced local fluctuations to the flocking parameters depending on space and time. Added behavior for white noise disturbances as well. **Goal:** Flocking demo should look more dynamic and not completely...
Add a high-level class interface to BioDynaMo that allows attaching time-dependent continuum models of various types, e.g analytical, third-party packages, or our FD scheme `DiffusionGrid`. By default, the interface uses...
**Description** Exporting the `DiffusionGrid` to ParaView leads to unexpected behavior, e.g. I see empty slices, sometimes filled with more or less random data. See images (yet to follow). **Work Log**...
**Describe the bug** The interface of GetGradient does not work with gradient=nullptr. **To Reproduce** ``` Real3 *gradient = nullptr; dgrid_->GetGradient(position, gradient, false); ``` Runtime error. **Expected behavior** Return gradient **Setup...