New package version - Stable release!
This version contains:
- Usage examples in examples directory
- A framework for debugging sessions using GNU Debugger (GDB)
- Unit tests and bug corrections
- Parameters test to generate convergence graphs and convergence surfaces
Changed
- d86a0f9 [docs](main program): Update main program documentation
- 13413b3 docs: Update tests documentation
- 0cf359f docs: Update examples documentation
- 2535249 docs: Update package version
- 01fb693 docs: Documentation of debug directory
Development
Try it on a docker container!
From root directory of this repository run to build the image:
docker build -t vfsa:3.0.0 -f ./infra/docker/Dockerfile .
To run it on a docker container use:
docker run -ti vfsa:3.0.0