代码搜索:F

找到约 10,000 项符合「F」的源代码

代码结果 10,000
www.eeworm.com/read/152916/12074442

f fct.f

www.eeworm.com/read/152916/12074444

f burgers.f

program burgers c...Computes some very simple exact solutions to Burgers' equation c...Assume periodic domain [-1,1]. open(unit=9,file='burgers.dat') 5 write(*,*) "input 1 o
www.eeworm.com/read/152916/12074446

f spline.f

www.eeworm.com/read/152916/12074447

f rp.f

program rp c...Piecewise-polynomial interpolation ENO reconstruction c...via the primitive function. Polynomial order controlled c...by parameter m (e.g. m=3 corresponds to quadratic) c..
www.eeworm.com/read/152916/12074449

f rd.f

program rd c...Average-polynomial interpolation ENO reconstruction c...via the primitive function. Polynomial order controlled c...by parameter m (e.g. m=3 corresponds to quadratic) c...B
www.eeworm.com/read/152916/12074454

f lf.f

program lf c...Solves the Riemann problem for the Euler equations using c...the Lax-Friedrichs method. c...TSTEP = 1 Fixed time step c...TSTEP = 2 Fixed CFL number c...Numbe
www.eeworm.com/read/152916/12074455

f ausm.f

program ausm c...Solves the Riemann problem for the Euler equations using first-order c...upwind method based on LIOU-STEFFEN flux vector splitting. c...This method is sometimes called AUSM
www.eeworm.com/read/152916/12074456

f onewave.f

www.eeworm.com/read/152916/12074458

f bw.f

program beamwarm c...Solves the Riemann problem for the Euler equations using c...the Beam-Warming second-order upwind method based on any c...of three possible flux vector splittings. c.
www.eeworm.com/read/152916/12074461

f lw.f

program lw c...Solves the Riemann problem for the Euler equations using c...the MacCormack or Richtmyer methods. c...METHOD = 1 MacCormack c...METHOD = 2 Richtmyer c...TSTEP = 1