- 03 Dec, 2015 5 commits
-
-
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.
-
- 23 Oct, 2015 4 commits
-
-
thomas.forbriger authored
Apply modifications, such that Seitosh source code is correctly installed within the DENISE directory hierarchy upon running make in subdirectory par. Modifications applied are: contrib/Makefile_var - correct syntax for reference to environment variable HOME - set FC variable only if not set in environment contrib/libcseife/Makefile - include contrib/Makefile_var to set installation path variables
-
thomas.forbriger authored
Merge branch 'vendor_Seitosh' Conflicts: contrib/aff/README.export contrib/fourier/README.export contrib/stfinv/README.export Commands executed on branch master (as a guideline for future imports): git merge -X theirs vendor_Seitosh git rm contrib/*/README.export git commit
-
thomas.forbriger authored
Drop current version of Seitosh code. The contents are taken vom branch master of [Seitosh](https://git.scc.kit.edu/Seitosh/Seitosh). The current master commit in Seitosh is 8d7894a642. Commands executed in the root directory of DENISE: rm -rfv contrib mkdir -pv contrib cp -vprd ~/git/Seitosh/src/libs/libaff contrib/aff cp -vprd ~/git/Seitosh/src/libs/libfourier contrib/fourier cp -vprd ~/git/Seitosh/src/libs/libseife contrib/libcseife cp -vprd ~/git/Seitosh/src/libs/libstfinv contrib/stfinv git add --force contrib Since Seitosh on purpose does not provide export branches where source code exports would be assembled in a hand-picked fashion, whole subdirectories from Seitosh are simply copied. As a conseqeunce, the directory libcseife now also contains Fortran code not really required by DENISE.
-
thomas.forbriger authored
Merge remote-tracking branch 'GPIAG/master'
-