- 04 Dec, 2015 3 commits
-
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
Added debugging output for VP and renamed some variables to be consistent within the code.
-
- 03 Dec, 2015 6 commits
-
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
- 02 Dec, 2015 13 commits
-
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
Removed all checkpointing things in the code.
-
Florian Wittkamp authored
Removed TIME_FILT==1 from SH toy example
-
Florian Wittkamp authored
Removed the option HESSIAN from the code.
-
Florian Wittkamp authored
-
Florian Wittkamp authored
Workflow file now includes a header.
-
Florian Wittkamp authored
-
Florian Wittkamp authored
Updated documentation to include all new variables which are available in the JSON input file.
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
Update: Merge test
-
- 26 Nov, 2015 1 commit
-
-
laura.gassner authored
-
- 25 Nov, 2015 2 commits
-
-
Florian Wittkamp authored
-Remove src_relicts -Clean up of the Makefile in src/
-
Florian Wittkamp authored
Removed gfortran and f2c as known dependency.
-
- 11 Nov, 2015 1 commit
-
-
laura.gassner authored
-
- 10 Nov, 2015 1 commit
-
-
laura.gassner authored
adjustment of acoustic toy-example, scaling of the elastic explosive source and acoustic free surface condition.
-
- 03 Nov, 2015 2 commits
-
-
thomas.forbriger authored
Code in contrib/aff/tests is not required as part of Seitosh. However, the test code requires additional settings like proper interlanguage linking (C++ and Fortran). To reduce the constraints on the installation environment, discard the subdirectory tests in contrib/aff entirely, as well as all references to the test code made in the Makefile.
-
thomas.forbriger authored
Programs in contrib/stfinv/tests are not required by DENISE but may cause confusion since they require libtfxx which is not part of the vendor import.
-
- 02 Nov, 2015 6 commits
-
-
thomas.forbriger authored
-
thomas.forbriger authored
The Fortran part of the vendor code is not used by DENISE. It can safely be discarded. This way, no Fortran compiler is required when compiling and installing the code in subdirectory contrib, except for code in aff/tests, which however is not part of the install target.
-
thomas.forbriger authored
Check whether FC is set from the value of implicit variables (origin is default). If yes, replace value of variable. If not, FC most likely is set by intention of the user. Do not alter the value in this case.
-
thomas.forbriger authored
Let doxygen output be written to a subdirectory of contrib rather than $(HOME)/public_html To make the doxyview target operational an absolute path name is required. Therefore add the abspath function of make to the generation of variable CONTRIBDIR.
-
thomas.forbriger authored
Since vendor Makefiles make use of special GNU make features, we can safely rely on GNU make being in operation. GNU make provides the variable MAKEFILE_LIST from which the relative path can be extracted at which Makefile_var was found. This exactly is the path of the contrib directory, such that the user (calling Makefile) needs not set this variable. Currently the calling Makefiles still set a variable CONTRIBDIR which then simply is overwritten in Makefile_var. Such the setting of CONTRIBDIR is unnecessarily doubled.
-
thomas.forbriger authored
The mechanism in contrib/Makefile_var which was used to set the make variables expected by the Seitosh vendor code only worked for Makefiles in the next subdirectory level below contrib. This was due to relative paths used in the definitions. By passing the relative path of the contrib directory to Makefile_var in a make variable, allows Makefile_var to the path values appropriately for any Makefile in any directory, which include Makefile_var
-
- 28 Oct, 2015 3 commits
-
-
laura.gassner authored
Conflicts: par/in_and_out/toy_example/toy_example_ac_INV.json
-
laura.gassner authored
-
laura.gassner authored
-
- 27 Oct, 2015 1 commit
-
-
Tilman Steinweg authored
For the exchange of the wavefields a wrapping layer of FDORDER/2 is needed. Nevertheless a wrapping layer of FDORDER/2 +1 was implemented because of undetected errors in the exchange functions.
-
- 26 Oct, 2015 1 commit
-
-
laura.gassner authored
Added taper for inverted source time function (use switch TAPER_STF, see taper.c for definition) and individual time windowing (use switch TW_IND, then three columns are expected in PICK_FILE for each trace with picked time - twl plus - twl minus, in this case TWLENGTH_PLUS and TWLENGTH_MINUS are ignored). Time windowing is now also applied during the inversion of the source time function.
-