- 18 Oct, 2016 1 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 0cdd3c0568. With this vendor drop libstfinv supports semicolons as an alternative to commas being used as field seperators in parameter values. Commands executed in the root directory of IFOS2D: rm -rfv contrib/stfinv (cd ~/git/Seitosh/src/libs/libstfinv; tar cvf - $(git ls-files)) \ | ( cd ~/git/IFOS2D/contrib; mkdir stfinv; cd stfinv; tar xvfps -) git add --force contrib/stfinv
-
- 23 Jul, 2016 1 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 890d2fe565. With this vendor drop the new taper feature as implemented in libstfinv becomes available. Source time function correction filters produced in the Fourier domain can be tapered in the time domain prior to application. Commands executed in the root directory of IFOS2D: rm -rfv contrib mkdir -pv contrib (cd ~/git/Seitosh/src/libs/libaff; tar cvf - $(git ls-files)) \ | ( cd ~/git/IFOS2D/contrib; mkdir aff; cd aff; tar xvfps -) (cd ~/git/Seitosh/src/libs/libfourier; tar cvf - $(git ls-files)) \ | ( cd ~/git/IFOS2D/contrib; mkdir fourier; cd fourier; tar xvfps -) (cd ~/git/Seitosh/src/libs/libseife; tar cvf - $(git ls-files)) \ | ( cd ~/git/IFOS2D/contrib; mkdir libcseife; cd libcseife; tar xvfps -) (cd ~/git/Seitosh/src/libs/libstfinv; tar cvf - $(git ls-files)) \ | ( cd ~/git/IFOS2D/contrib; mkdir stfinv; cd stfinv; tar xvfps -) 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 IFOS2D.
-
- 21 Feb, 2016 1 commit
-
-
Florian Wittkamp authored
(1.) IFOS Makefile Introduce dependencies files, which contain dependencied of each objective file. Therefore, it is possible to allow a more accurate rebuilt of the objective files. New standard target is IFOS2D. Moreover a new target install is available. (2.) Contrib Fixed the problem with the dependencies files if the hole IFOS folder is copied over to a different hardware architecture. You may now the error by ".d" files.
-
- 02 Dec, 2015 1 commit
-
-
Florian Wittkamp authored
-
- 03 Nov, 2015 1 commit
-
-
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 1 commit
-
-
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
-
- 23 Oct, 2015 3 commits
-
-
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
The current commit actually is prepared by just copying the contents in subdirectory contrib of master (070ed2f0) in DENISE. Apart from minor modifications contents are identical with revision 379 in subversion repository FWI_elastic/DENISE which was the final import merge after the vendor drop of 1.2.2013
-
thomas.forbriger authored
Replay vendor drop as took place in the original subversion repository of DENISE. Source code from the subversion repository of TFSoftware was copied to vendor branches aff, cseife, fourier, and stfinv. aff: subversion revision 372 cseife: subversion revision 369 fourier: subversion revision 375 stfinv: subversion revision 378 Source code is copied from tag directories 20130201 Notice: The contents of this commit are not in sync with the corresponding export tags as present in the Seitosh repository. This must be due to unintentional modification of files when copying contents as tagged for export in TFSoftware to the vendor branch in the subversion repository of (formerly called FWI_elastic/DENISE).
-
- 01 Oct, 2015 1 commit
-
-
Tilman Steinweg authored
-