Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lurese
  • Order by date
  1. lurese

    Use DQDAGS to calculate integral

    compiling information: --------------------Configuration: interfacial area - Win32 Debug-------------------- Compiling Fortran... D:\Fortran\1_Interfacial area\interfacial area2012-06-01\ae.for D:\Fortran\1_Interfacial area\interfacial area2012-06-01\ae.for(413) : Warning: Variable SPAREA is...
  2. lurese

    Use DQDAGS to calculate integral

    According to the suggestions you gave, I post all the code here. Since the ISML function QDAGA require the function F1, F2, F3 to be the eternal, I can not declare it as a array. I modify the variable type with I, N, II, NN according to gummibaer's suggestion. Thanks. C PROGRAM...
  3. lurese

    Use DQDAGS to calculate integral

    Hi Salgerman, I modify the code as following, but it still doesn't work. **************************** .............. DO 55 I=1, N_ZONE A(I) = 0.078D0 + 0.02D0 * (I-1) B(I) = 0.078D0 + 0.02D0 * (I) 55 ENDDO DO 60 N = 1, N_TEXP INTEGR1(N)=0.0D0...
  4. lurese

    Use DQDAGS to calculate integral

    Hi, I use the ISML function DQDAGS to calculate integral. The function F1, F2 need to return arrays. I don't know how to deal with it. The following is part of the code. thanks for every help. lur **************************** .............. DO 55 I=1, N_ZONE A(I) = 0.078D0 +...

Part and Inventory Search

Back
Top