fortran
Multiple statements on same line in FORTRAN 90
I have a whole series of assignments which I have put on the same ike using a \";\" to seperate the statemnts but I get this error:[详细]
2023-03-26 00:35 分类:问答NURBS Library supporting trivariate NURBS [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-25 21:47 分类:问答Converting data stored in Fortran 90 binaries to human readable format
In your experience, in Fortran 90, what is the best way to store large arrays in output files?Previously, I had been trying to write large arrays to ASCII text files.For example, I would do something[详细]
2023-03-25 16:41 分类:问答Using Fortran stream correctly to write and read an array of integers
This 开发者_开发技巧is somewhat related to my recent post about Fortran stream and the like: Converting data stored in Fortran 90 binaries to human readable format.[详细]
2023-03-25 15:02 分类:问答Sleep in Fortran
Does anyone know of an way to sleep for a given nu开发者_开发百科mber of milliseconds in Fortran?I do not want to use non-portable system calls so anything intrinsic to Fortran or C libraries would be[详细]
2023-03-25 12:24 分类:问答Smart way to pass arguments in Fortran 90
I am a Fortran novice.I am trying to write a subroutine that will take in four arguments from the main program, and then outputs to the main program an array that involves the four arguments that were[详细]
2023-03-25 06:24 分类:问答How do I pass a string from Visual Basic 2010 to a Fortran DLL?
I can pass integers, singles, doubles, and arrays of all these back and forth with no problem.But I can\'t figure out how to pass a string in Visual Basic 2010 to a character variable in the Fortran D[详细]
2023-03-25 04:58 分类:问答Netcdf and fortran structures
I have this fortran structure. type custom real :: a,b real,dimension(20) ::c,d real,dimension(20,50) :: e[详细]
2023-03-25 02:31 分类:问答Fortran 90 rank mismatch in attempting to extract a vector from an array
In my Fortran 90 code, I have created the following array (called array) of integers: 12345678910 11121314151617181920[详细]
2023-03-24 19:53 分类:问答Fortran intrinsic timing routines, which is better? cpu_time or system_clock
When timing a FORTRAN program i usually just use the command call cpu_time(t). Then i stumbled across call system_clock([count,count_rate,count_max]) which seems to do the same thing. However, in a mo[详细]
2023-03-24 11:22 分类:问答