代码搜索:Solver

找到约 5,733 项符合「Solver」的源代码

代码结果 5,733
www.eeworm.com/read/444227/1735228

m sh_ge_se_ex_so.m

% 编写求解自激过程微分方程的脚本函数 % 将该脚本函数定义为sh_ge_se_ex_so(shunt_generator_self_excited_solver) [t,iff]=ode23(@sh_ge_se_ex_ode,[0 10],[0]) % 指定全局变量(注意全局变量必须在同时使用的多个函数中同时指定) global a1 a2 a3 a4 Rf % 绘图(这里采用多子
www.eeworm.com/read/444227/1735235

m sh_ge_se_ex_so.m

% 编写求解自激过程微分方程的脚本函数 % 将该脚本函数定义为sh_ge_se_ex_so(shunt_generator_self_excited_solver) [t,iff]=ode23(@sh_ge_se_ex_ode,[0 10],[0]) % 指定全局变量(注意全局变量必须在同时使用的多个函数中同时指定) global a1 a2 a3 a4 Rf % 绘图(这里采用多子
www.eeworm.com/read/455033/7378714

edp nsp1p1.edp

// correct pressure sign real s0=clock(); mesh Th=square(10,10); fespace Vh2(Th,P1); fespace Vh(Th,P1); Vh2 u2,v2,up1,up2; Vh2 u1,v1; Vh u1x=0,u1y,u2x,u2y, vv; problem Pu1(u1x,vv,solver=CG) = int2d