diff options
author | Sunil Shetye | 2018-07-13 15:37:42 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-07-15 07:11:58 +0530 |
commit | 6ee02952c836bb31e9b51783e6a16724fba64637 (patch) | |
tree | bde996b5477f57f4faca4ba3a173bed2fdf0c359 /js/PDE | |
parent | 214ade87a6cef2bf55f9b9f2848ffafc02f37f18 (diff) | |
download | sci2js-6ee02952c836bb31e9b51783e6a16724fba64637.tar.gz sci2js-6ee02952c836bb31e9b51783e6a16724fba64637.tar.bz2 sci2js-6ee02952c836bb31e9b51783e6a16724fba64637.zip |
change in1 to in
Diffstat (limited to 'js/PDE')
-rw-r--r-- | js/PDE/PDE.js | 5 | ||||
-rw-r--r-- | js/PDE/PDE.pickle | 26 |
2 files changed, 14 insertions, 17 deletions
diff --git a/js/PDE/PDE.js b/js/PDE/PDE.js index c3b3fa93..a6ce11f9 100644 --- a/js/PDE/PDE.js +++ b/js/PDE/PDE.js @@ -4,7 +4,7 @@ function PDE() { this.model = scicos_model(); this.model.state = new ScilabDouble([zeros(10,1)]); this.model.sim = list(new ScilabString(["PDE"]), new ScilabDouble([0])); - this.model.in1 = new ScilabDouble([1],[1],[1],[1],[1]); + this.model.in = new ScilabDouble([1],[1],[1],[1],[1]); this.model.out = new ScilabDouble([10],[0]); this.model.blocktype = new ScilabString(["c"]); this.model.dep_ut = new ScilabDouble([false,true]); @@ -26,10 +26,7 @@ function PDE() { this.okk = parseBoolean(arguments[0]["okk"]) this.rdnom = arguments[0]["rdnom"] this.lab = arguments[0]["lab"] - this.x = arg1; - this.graphics = arg1.graphics; var label = this.graphics.exprs; - this.model = arg1.model; var params_pde = label[1-1]; while (true) { [ln,fun]=where() diff --git a/js/PDE/PDE.pickle b/js/PDE/PDE.pickle index f9f438cf..d9e37bfa 100644 --- a/js/PDE/PDE.pickle +++ b/js/PDE/PDE.pickle @@ -53,33 +53,33 @@ g10 sS'ind4' p14 g2 -sS'model.in1' -p15 -g10 sS'ind1' -p16 +p15 g2 sS'ind2' -p17 +p16 g2 sS'type_meth' -p18 +p17 g2 sS'label' -p19 +p18 S'list' -p20 +p19 sS'rdnom' -p21 +p20 g2 sS'model.sim' -p22 -g20 +p21 +g19 sS'label[2-1]' -p23 +p22 NsS'model.state' -p24 +p23 g2 +sS'model.in' +p24 +g10 sS'delta' p25 g2 |