代码搜索:F
找到约 10,000 项符合「F」的源代码
代码结果 10,000
www.eeworm.com/read/123745/6058146
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/123745/6058147
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/123745/6058149
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/123745/6058150
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/123745/6058151
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/123745/6058152
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/123745/6058155
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/123745/6058159
f lagrange.f
program lagrange
c...Polynomial reconstruction in Lagrange form.
parameter(nmax=300,n1max=10000)
double precision a(nmax),x(nmax),y(nmax),product,sum
double precision x
www.eeworm.com/read/107949/6187318
f mfftom.f
SUBROUTINE MFFTOM(C,IMS,IVS,IES,NM,NV,NE,INDEX,ITEMP)
*
* PURPOSE :
* THIS ROUTINE PERFORMS A REORDERING OF A VECTOR-OF-2 VECTORS
* OF COMPLEX C[IMS,NM [IVS,NV [IES,NE]]], ACCORDING TO