代码搜索:F
找到约 10,000 项符合「F」的源代码
代码结果 10,000
www.eeworm.com/read/152916/12074465
f sw.f
program stegwarm
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind methods based on STEGER-WARMING flux vector splitting.
c...Number of grid points.
www.eeworm.com/read/152916/12074468
f zb.f
www.eeworm.com/read/152916/12074471
f vanleer.f
program vanleer
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind methods based on VAN LEER flux vector splitting.
c...Number of grid points.
parame
www.eeworm.com/read/152916/12074474
f roefou.f
program roefou
c...Solves the Riemann problem for the Euler equations using Roe's
c...first-order upwind method
c...Number of grid points.
parameter(N = 50)
real*8 gamma, p
www.eeworm.com/read/152916/12074475
f godunov.f
program godunov
c...Solves the Riemann problem for the Euler equations using Godunov's
c...first-order upwind method
c...Number of grid points.
parameter(N = 50)
real*8 gam
www.eeworm.com/read/152916/12074488
f uno.f
www.eeworm.com/read/152916/12074492
f jameson.f
program jameson
c...Performs Jameson's method.
parameter (m=2,nmax=800,d=0.00001)
real lambda, u(-2:nmax+2),h(0:nmax),u0(1:nmax+1)
real rk(m,m),r(nmax,m),uu(-2:nmax+2)
c
www.eeworm.com/read/152916/12074495
f testf.f
www.eeworm.com/read/152916/12074496
f davis.f
www.eeworm.com/read/152916/12074497