diff options
author | Sunil Shetye | 2018-07-04 11:31:04 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-07-05 12:57:00 +0530 |
commit | a7431fc21032282fd2a9f389931355a99a0e4c4c (patch) | |
tree | 160959296dee624fc164a2422ff219d3d8bc630d /js/PDE | |
parent | 928d58d0583febfa94676bd7f3bb9e0dd9d78e83 (diff) | |
download | sci2js-a7431fc21032282fd2a9f389931355a99a0e4c4c.tar.gz sci2js-a7431fc21032282fd2a9f389931355a99a0e4c4c.tar.bz2 sci2js-a7431fc21032282fd2a9f389931355a99a0e4c4c.zip |
add type to expressions
Diffstat (limited to 'js/PDE')
-rw-r--r-- | js/PDE/PDE.js | 2 | ||||
-rw-r--r-- | js/PDE/PDE.pickle | 112 |
2 files changed, 112 insertions, 2 deletions
diff --git a/js/PDE/PDE.js b/js/PDE/PDE.js index deeebc70..91b3e33a 100644 --- a/js/PDE/PDE.js +++ b/js/PDE/PDE.js @@ -23,7 +23,7 @@ function PDE() { return options; } PDE.prototype.set = function PDE() { - this.okk = parseFloat((arguments[0]["okk"])) + this.okk = parseBoolean((arguments[0]["okk"])) this.rdnom = parseFloat((arguments[0]["rdnom"])) this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; diff --git a/js/PDE/PDE.pickle b/js/PDE/PDE.pickle index 8702f4f2..ce1a094e 100644 --- a/js/PDE/PDE.pickle +++ b/js/PDE/PDE.pickle @@ -15,4 +15,114 @@ p6 atp7 Rp8 .(dp0 -.
\ No newline at end of file +S'params_pde' +p1 +S'double' +p2 +sS'ok1' +p3 +S'boolean' +p4 +sS'[ok,a_domaine,b_domaine,discr,signe,choix,type_meth,degre,Nbr_maillage,CI,CI1,CLa_type,CLa_exp,CLb_type,CLb_exp,oper,a1,b1,a2,b2,a3,b3,a4,b4,a5,b5,a6,b6,a7,b7,k,mesures,params_pde]' +p5 +g2 +sS'arg1' +p6 +S'object' +p7 +sS'graphics' +p8 +g7 +sS'[flag_type,this.rdnom,DF_type,tt]' +p9 +g2 +sS'model.out' +p10 +S'matrix' +p11 +sS'label[3-1]' +p12 +NsS'out' +p13 +g11 +sS'ind4' +p14 +g2 +sS'model.in1' +p15 +g11 +sS'ind1' +p16 +g2 +sS'ind2' +p17 +g2 +sS'type_meth' +p18 +g2 +sS'this.x.graphics' +p19 +g7 +sS'label' +p20 +S'vector' +p21 +sS'rdnom' +p22 +S'string' +p23 +sS'this.x' +p24 +g2 +sS'model.sim' +p25 +g21 +sS'this.rdnom' +p26 +g2 +sS'label[2-1]' +p27 +NsS'this.x.model' +p28 +NsS'model.state' +p29 +g2 +sS'delta' +p30 +g2 +sS'okk' +p31 +g4 +sS'typ' +p32 +g21 +sS'[ok1]' +p33 +g2 +sS'[model,graphics,ok]' +p34 +g2 +sS'model.blocktype' +p35 +g23 +sS'Nbr' +p36 +g23 +sS'label[1-1]' +p37 +g2 +sS'model.dep_ut' +p38 +g21 +sS'gr_i' +p39 +g21 +sS'graphics.exprs' +p40 +NsS'y' +p41 +g21 +sS'model' +p42 +g2 +s.
\ No newline at end of file |