代码搜索:F
找到约 10,000 项符合「F」的源代码
代码结果 10,000
www.eeworm.com/read/316507/13521824
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
www.eeworm.com/read/316507/13521826
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/316507/13521828
f zb.f
www.eeworm.com/read/316507/13521829
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/316507/13521830
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/316507/13521831
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/316507/13521837
f uno.f
www.eeworm.com/read/316507/13521839
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/316507/13521841
f testf.f
www.eeworm.com/read/316507/13521842