First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
This implicit statement is not positioned correctly within the scope unit
What means 'This implicit statement is not positioned correctly within the scope unit'? I have this line in a COMMON (*.cmn): IMPLICIT DOUBLE PRECISION (a-h, o-z), INTEGER (i-n) I use two common, but only one have the previous line. How should I correct my code? ... 26 Jul 2010 20:28
Ordinary differential equations system: runge-kutta with adaptive step
On 25 Lug, 18:48, none <n...(a)none.net> wrote: On Sun, 25 Jul 2010 09:25:44 -0700, Allamarein wrote: Where can I find a code to solve ODEs with runge-kutta method and adaptive step? www.netlib.org There are serebarl RUnge Kutta solvers. Or try a search for either of the following Run... 25 Jul 2010 12:57
Ordinary differential equations system: runge-kutta with adaptive step
On Sun, 25 Jul 2010 09:25:44 -0700, Allamarein wrote: Where can I find a code to solve ODEs with runge-kutta method and adaptive step? www.netlib.org There are serebarl RUnge Kutta solvers. Or try a search for either of the following Runge Kutta rk23 Runge Kutta rk45 and of course there are text... 25 Jul 2010 12:57
Ordinary differential equations system: runge-kutta with adaptive step
Where can I find a code to solve ODEs with runge-kutta method and adaptive step? ... 25 Jul 2010 14:02
Ordinary differential equations system: runge-kutta with adaptive step
Where can I find a code to solve ODEs with runge-kutta method with adaptive step? ... 25 Jul 2010 12:57
real kind declaration
i have defined a kinds as: module kinds implicit none save public integer, parameter:: rdp = selected_real_kind(14,2) integer, parameter:: rsp = selected_real_kind(6,30) integer, parameter:: i1 = selected_int_kind(1) integer, parameter:: i2... 25 Jul 2010 11:52
KISS4691, a potentially top-ranked RNG.
I have been asked to recommend an RNG (Random Number Generator) that ranks at or near the top in all of the categories: performance on tests of randomness, length of period, simplicity and speed. The most important measure, of course, is performance on extensive tests of randomness, and for those that perform we... 12 Aug 2010 10:21
solutions book
solutions for student team solutions.for.student(a)hotmail.com We're a team for providing solution manuals to help students in their study. We sell the books in a soft copy, PDF format. We will find any book or solution manual for you. Just email us: solutions.for.student(a)hotmail.com List of some ... 23 Jul 2010 19:06
Pointer Comparison
Dear Fortraneers, I would like to test 2 pointers for pointing to the same object: specifically 2 pointers to list elements like TYPE element INTEGER :: payload TYPE(element), POINTER :: next END TYPE element elements are allocated and linked together, and I only know some current elements along the li... 23 Jul 2010 21:18
pack problem with intel 11.1
The following code produces segmentation fault when compiled with Intel 11.1 (ifort). It works with gfortran 4.4. I wonder if somebody has any insight why? Thanks module te type av real a1, a2 end type av end module te PROGRAM test2 use te parameter (mxrec=10000) ... 22 Jul 2010 18:00
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16