Skip to content
Snippets Groups Projects
user avatar
Tilman Steinweg authored
9d57df19
History

Geophysical inversion software WAVE-Inversion

Master: build status Develop: build status

Geophysical inversion software developed by the WAVE-Project.

Compilation: mkdir build && cd build SIMULATION_DIR=<WAVE-Simulation build dir> cmake ../src/ -DCMAKE_INSTALL_PREFIX=./ make install -j 4

Documentation: make doc make pdf

Contributing:

  • See the contributing guidelines provided in CONTRIBUTING.md