Searched refs:simblk (Results 1 – 2 of 2) sorted by relevance
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/macros/scicos_scicos/ |
H A D | do_compile_superblock42.sci | 3425 "int C2F("+rdnom+"simblk)(double , double *, double *);" 4019 " ode1(C2F("+rdnom+"simblk),tout,h);" 4022 " ode2(C2F("+rdnom+"simblk),tout,h);" 4025 " ode4(C2F("+rdnom+"simblk),tout,h);" 4028 " ode4(C2F("+rdnom+"simblk),tout,h);" 4038 " ode1(C2F("+rdnom+"simblk),tout,he);" 4041 " ode2(C2F("+rdnom+"simblk),tout,he);" 4044 " ode4(C2F("+rdnom+"simblk),tout,he);" 4047 " ode4(C2F("+rdnom+"simblk),tout,he);" 4210 mputl(["int C2F("+rdnom+"simblk)(t, x, xd)"
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/c/ |
H A D | scicos.c | 263 static int simblk(realtype t, N_Vector yy, N_Vector yp, void *f_data); 1610 flag = CVodeInit (ode_mem, simblk, T0, y); in cossim() 4108 static int simblk(realtype t, N_Vector yy, N_Vector yp, void *f_data) in simblk() function
|