- Oct 22, 2020
-
-
Santiago Ospina De Los Ríos authored
* In a galerkin method this does not matter as indices should be the same, but still is good to have the right semantics.
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
- Oct 16, 2020
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
This helps to keep tests cleaner as well as centralizing logging settings.
-
Santiago Ospina De Los Ríos authored
* Is easier to reason about the solver out of the model * For the testing of the jacobian we only need the stationary grid operator so renaming is necessary
-
Santiago Ospina De Los Ríos authored
When building this object, it was necessary but now it is not anymore.
-
Santiago Ospina De Los Ríos authored
-
- Oct 07, 2020
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Liam Keegan authored
- lkeegan/libsbml-static -> spatial-model-editor/sme_deps_common - /opt/libs -> /opt/smelibs - C:/libs -> C:/smelibs
- Oct 03, 2020
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
- Oct 01, 2020
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
* Aditionally, the branch `latest` will also be pushed with a `latest` tag.
-
- Sep 24, 2020
-
-
Santiago Ospina De Los Ríos authored
Resolve "Support 3D simulations" Closes #31 See merge request !27
-
Santiago Ospina De Los Ríos authored
[skip-ci]
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
- Sep 23, 2020
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
[skip-ci]
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
Before, the md comparison version was not obtaining the grid functions from the latest state and led to much higher errors and a different result with respect to sd executable
- Sep 22, 2020
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
- Full verbosity of one step method - Fix code format on executables
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
- There was an error on the coefficients of the evolution of the gaussian equation. - Reduced simulated time and diffusion to make bell fit almost always in the domain.
-
- Sep 08, 2020
-
-
Liam Keegan authored
-
Liam Keegan authored
- now uses `in` as initial state instead of `out` - previous behaviour was ok until commit aa186676 which changes `out` in between calls
-
Liam Keegan authored
- closes #30
-
- Sep 07, 2020
-
-
Liam Keegan authored
- this is thrown if the iterative solver doesn't converge - e.g. "SolverAbort: breakdown in BiCGSTAB - omega -0 <= EPSILON 1e-80 after 1835.5 iterations"
-
Liam Keegan authored
-
Liam Keegan authored
- was doing a step from `out` -> `out` - this resulted in null ptr deref after a failed integration step - instead do a step from `prev_out` -> `out`, where `prev_out` is a temporary which stores the previous `out` value - closes #29 fix dt > max_step error message
-
Liam Keegan authored
-
- Sep 06, 2020
-
-
Liam Keegan authored
- minor change to existing code: - include <dune/copasi/common/filesystem.hh> instead of <filesystem> - use namespace `fs` instead of `std::filesystem` - where by default `fs` is just an alias for `std::filesystem` - if -DUSE_FALLBACK_FILESYSTEM=ON in CMake configuration - `fs` instead uses implementation from https://github.com/gulrak/filesystem - no longer links or depends on std::filesystem - needed for macOS < 10.15 which doesn't have std::filesystem support
-
Liam Keegan authored
- mingw gcc on msys will not implicitly convert std::filesystem::path to std::string - `cannot convert 'path' (type 'const std::filesystem::__cxx11::path') to type 'const string&' {aka 'const std::__cxx11::basic_string<char>&'}` - https://stackoverflow.com/a/57377681/6465472
-
- Sep 05, 2020
-
-
Liam Keegan authored
- remove coefficient_mapper.hh - add stepper.hh - sort lists alphabetically
-