From 00deeb0a0b00d6074093ce01e5d763ca1803580a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 9 Dec 2015 15:49:09 +0100 Subject: fourierWindow nun per compilerSwitches.inc konfigurierbar --- Physikunit.pas | 2 +- Plasmapropagation.lps | 106 +++++++++++++++++++++++++------------------------- input.epost | 6 +-- input.plap | 12 +++--- 4 files changed, 63 insertions(+), 63 deletions(-) diff --git a/Physikunit.pas b/Physikunit.pas index 2102877..17044d4 100644 --- a/Physikunit.pas +++ b/Physikunit.pas @@ -2165,7 +2165,7 @@ end; function fourierWindow(x: extended): extended; begin - result:=exp(-sqr(3*x)); + result:=__fourierWindowOfX; end; initialization diff --git a/Plasmapropagation.lps b/Plasmapropagation.lps index ff546aa..f1081f7 100644 --- a/Plasmapropagation.lps +++ b/Plasmapropagation.lps @@ -7,9 +7,8 @@ - - + @@ -17,9 +16,9 @@ - - - + + + @@ -34,7 +33,7 @@ - + @@ -44,7 +43,7 @@ - + @@ -52,14 +51,15 @@ - + + - - + + @@ -68,28 +68,28 @@ - + - + - + - - + + @@ -104,9 +104,9 @@ - - - + + + @@ -213,124 +213,124 @@ - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + diff --git a/input.epost b/input.epost index 4a14358..009506c 100644 --- a/input.epost +++ b/input.epost @@ -37,7 +37,7 @@ Palette 00ffff Ende -!setze $iBereich: 0..4 +!setze $iBereich: 0..0 !setze $jBereich: 0..99 #!setze $iBereich: 0 @@ -45,7 +45,7 @@ Ende Threadanzahl: 11 -externer Befehl: rm /home_raid/erich/Dokumente/Prograemmchen/Plasmapropagation/Bilder/* +#externer Befehl: rm /home_raid/erich/Dokumente/Prograemmchen/Plasmapropagation/Bilder/* externer Befehl: rm /home_raid/erich/Dokumente/Prograemmchen/Plasmapropagation/Videos/* sequentiell lesen @@ -108,7 +108,7 @@ externer Befehl: convert /home_raid/erich/Dokumente/Prograemmchen/Plasmapropag warte auf externe Befehle -externer Befehl: rm /home_raid/erich/Dokumente/Prograemmchen/Plasmapropagation/Bilder/*.bmp +# externer Befehl: rm /home_raid/erich/Dokumente/Prograemmchen/Plasmapropagation/Bilder/*.bmp externer Befehl: ffmpeg -r 25 -i /home_raid/erich/Dokumente/Prograemmchen/Plasmapropagation/Bilder/Phasenraum$spezies-%03d.test.png /home_raid/erich/Dokumente/Prograemmchen/Plasmapropagation/Videos/Phasenraum$spezies-test.mp4 & !Schleifenende diff --git a/input.plap b/input.plap index 67ba191..dd98c45 100644 --- a/input.plap +++ b/input.plap @@ -7,12 +7,12 @@ allgemein runge-Kutta-3/8 # runge-Kutta-4 # euler-Vorwärts - ortsschritt 10^-2 * λ - zeitschritt 10^-2 * T - maximalimpuls 5 - impulsschritt 2*10^-2 - zeit 5 * T -!setze $breite: (5 * λ) + ortsschritt 5*10^-3 * λ + zeitschritt 5*10^-3 * T + maximalimpuls 10 + impulsschritt 10^-2 + zeit 7 * T +!setze $breite: (7 * λ) breite $breite mit Fortschrittsanzeige Ausgabeverzeichnis aufräumen -- cgit v1.2.3-54-g00ecf