- 25 Jun, 2022 1 commit
-
-
Christian Engwer authored
nested sparse vector See merge request duneuro/duneuro!82
-
- 27 Nov, 2021 1 commit
-
-
Christian Engwer authored
-
- 26 Nov, 2021 1 commit
-
-
Christian Engwer authored
-
- 08 Feb, 2021 3 commits
-
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
- 02 Feb, 2021 9 commits
-
-
Christian Engwer authored
Unify drivers See merge request duneuro/duneuro!66
-
Sophie Schrader authored
-
Sophie Schrader authored
- deleted old meeg folder and adapted CMakeLists.txt accordingly - added featureManager analogously to before, instead of in the meeg_driver_factory_impl it is now created in the volume_conductor_factory_impl - checks of configs are either carried out in the driver_interface (if mutual) or in the respective (un)fitted_volume_conductor class
-
Sophie Schrader authored
-
Sophie Schrader authored
- for the parallel loop using tbb, the grainSize was read from the config with a default of 16 in the unfitted case, while in the fitted case no value was set; now, the unfitted approach is used for both
-
Sophie Schrader authored
- grainSize for tbb used to be read from config with 16 being the default in the unfitted case, in the fitted case it was not passed (default from tbb), now the unfitted case is used for both
-
Sophie Schrader authored
- avoids repetition of code in (un)fitted volume_conductor classes - solveEEGForward_impl is a protected function in the base volume_conductor_interface that is called in both derived classes in the (un)fitted_volume_conductor with their specific solvers etc. - "subtract_mean" was and still is only implemented in the fitted case (the unfitted case requires a different implementation)
-
Sophie Schrader authored
the general idea is to seperate the volume conductor (fitted, unfitted) from the driver in order to avoid many repetitions of code (unfitted_meeg_driver, fitted_meeg_driver, unfitted_tdcs_driver, fitted_tdcs_driver,...)
-
- 08 Dec, 2020 4 commits
-
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
sparse vector did not represent the hierarchical structure of the function space, which makes it difficult to properly map them to a flat representation. We now create sparse vectors also as a hierarchical structure and add the necessary tags to handle them in the PDELab ISTL backend. (currently debug output is disabled)
-
- 24 Nov, 2020 4 commits
-
-
Christian Engwer authored
Resolve "Add manual grain size to applyTransfer in FittedMEEGDriver" Closes #37 See merge request duneuro/duneuro!64
-
Christian Engwer authored
-
Christian Engwer authored
multipolar venant See merge request duneuro/duneuro!80
-
Christian Engwer authored
Similar to vertex_based_venant_source_model.hh, calls multipolar_venant.hh
-
- 09 Oct, 2020 1 commit
-
-
Christian Engwer authored
MEG caching turned off by default See merge request duneuro/duneuro!78
-
- 08 Oct, 2020 1 commit
-
-
Sophie Schrader authored
- as MEG caching is quite memory demanding, the default is set to false
-
- 01 Oct, 2020 4 commits
-
-
Christian Engwer authored
Feature/2.7 cleanup See merge request duneuro/duneuro!70
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
- 29 Sep, 2020 1 commit
-
-
Christian Engwer authored
fix thread-safety when applying the transfer matrix Closes #48 See merge request duneuro/duneuro!77
-
- 28 Sep, 2020 1 commit
-
-
Sophie Schrader authored
- due to the new feature management, the config was changed to be non-const for the applyE/MEGTransfer methods in the drivers - within the TBB block, the non-const version of ParameterTree::sub modifies the config - this can lead to unpredictable segfaults when applying the transfer matrix in case TBB is enabled
-
- 05 Sep, 2020 1 commit
-
-
Christian Engwer authored
Make P1GradientLocalFiniteElementMap compatible with PDELab 2.6 interfac changes See merge request duneuro/duneuro!73
-
- 04 Sep, 2020 2 commits
-
-
Christian Engwer authored
make use of GMP conditional Closes #46 See merge request duneuro/duneuro!74
-
Sophie Schrader authored
- replace GMPField usage by double if HAVE_GMP is false - avoids compilation error when compiling duneuro (HAVE_UDG=1) without the libgmp-dev package
-
- 28 Aug, 2020 1 commit
-
-
Christian Engwer authored
Feature management Closes #38 and #43 See merge request duneuro/duneuro!68
-
- 26 Aug, 2020 2 commits
-
-
Sophie Schrader authored
-
Sophie Schrader authored
- Nüßing2016 instead of Nüßing2014 (led to error when print_citations was called for UDG) - DUNEuro instead of duneuro - added missing dois/urns if existing - consistent names in references (initials followed by last name)
-
- 25 Aug, 2020 1 commit
-
-
Reiner Stubbemann authored
dimension declared until now. Not downwards compatible.
-
- 13 Jul, 2020 2 commits
-
-
Sophie Schrader authored
-
Sophie Schrader authored
- static member function in FeatureManager class to remove experimental flag from type/solverType string in case it exists - changed error message in source model factories and driver factory
-