- 23 Mar, 2022 2 commits
-
-
thomas.hertweck authored
Updated Makefile and fixed bug where linker flags were mentioned before object files.
-
thomas.hertweck authored
-
- 15 Nov, 2021 1 commit
-
-
thomas.hertweck authored
-
- 29 Jan, 2020 2 commits
-
-
Tilman Steinweg authored
-
Tilman Steinweg authored
-
- 16 Aug, 2018 4 commits
-
-
Tilman Steinweg authored
free_matrix contained a bigger array than allocated
-
Tilman Steinweg authored
copying of material parameters at the global boundaries should be avoided except when periodic boundaries are used left <-> right exchange should be done
-
Tilman Steinweg authored
-
Tilman Steinweg authored
-
- 29 Nov, 2016 3 commits
-
-
Tilman Steinweg authored
-
Tilman Steinweg authored
-
Tilman Steinweg authored
release leads now master branch. and beta leads to develop branch
-
- 06 Apr, 2016 6 commits
-
-
Tilman Steinweg authored
-
Tilman Steinweg authored
(err is part of an standard library)
-
Tilman Steinweg authored
-
Tilman Steinweg authored
-
Tilman Steinweg authored
seperator between POS[1] and POS[2] to avoid ambiguity in output if more than 10 processes for at least one dimension are used.
-
Tilman Steinweg authored
-
- 25 Mar, 2016 1 commit
-
-
Florian Wittkamp authored
The sinus3 source wavelet was shifted in the wrong direction.
-
- 22 Feb, 2016 1 commit
-
-
Tilman Steinweg authored
changed the eps figures to pdf (pdflatex should be used now) Removed outdated and wrong parts in doc. For example in section grid-dispersion a derivation at x=1/2 instead of x=0 was written. I also cleaned up a little.
-
- 11 Feb, 2016 1 commit
-
-
Tilman Steinweg authored
-
- 03 Feb, 2016 1 commit
-
-
Florian Wittkamp authored
-
- 28 Oct, 2015 1 commit
-
-
Florian Wittkamp authored
Fixed a critical bug in udate_v_interior_4.c which prevented FDORDER_TIME=4 to work properly. Thanks Xue for reporting this issue.
-
- 26 Oct, 2015 2 commits
-
-
Tilman Steinweg authored
-
Tilman Steinweg authored
To exchange the wavefield only a wrapping layer of FDORDER/2 Gridpoints is necessary. The FDORDER/2+1 layer was probably implemented because it fixed indirectly the bug (inconsistency) in the exchange_s/v functions.
-
- 23 Oct, 2015 2 commits
-
-
Tilman Steinweg authored
undone last changes (nd=FDORDER/2 +1)
-
Tilman Steinweg authored
By using an operator of FDORDER length an addiotional frame around the subgrids with FDORDER/2 length instead of FDORDER/2+1 length is needed. For example by using second order you will need one additional gridpoint to calculate the differences.
-
- 16 Oct, 2015 1 commit
-
-
Tilman Steinweg authored
(can be found in file COPYING.) + changed link
-
- 13 Oct, 2015 1 commit
-
-
Florian Wittkamp authored
Added the Adams-Bashforth method to the documentation. ATTENTION: The documentation is now compatible with pdflatex, so it is strongly recommended to use pdflatex.
-
- 08 Oct, 2015 1 commit
-
-
Florian Wittkamp authored
Added a new switch FDORDER_TIME to use a fourth order accurate temporal FD-scheme. This is realized with the Adams-Bashforth method. Possible values for FDORDER_TIME are 2 and 4, whereas 2 refers to the classical leapfrog scheme.
-
- 05 Oct, 2015 2 commits
-
-
Tilman Steinweg authored
TSNAP2 will be set to TIME if TSNAP>TIME. ( Time is recalculated to TIME=NT*DT in sofi3D.c and thus can differ to TIME given in .json. So even if TIME and TSNAP2 are equal in .json they can differ in the checkfd functions)
-
Tilman Steinweg authored
1. added derivation of the explosive source. This is necessary because the explosive source will be read in after the wavefield updates. Also the scaling of the explosive source is now corrected. 2. RSG isn't implemented in the current release
-
- 01 Oct, 2015 3 commits
-
-
Tilman Steinweg authored
-
Tilman Steinweg authored
-
Tilman Steinweg authored
-