Author |
Message |
Topic: calling fortran code from CSHELL |
joemezni
Replies: 3
Views: 6796
|
Forum: General Posted: Wed Mar 13, 2013 11:01 am Subject: |
John
when reading the binary file i need to go throug the records of the file
for that i need the fileunit.
but this is not the problem.
I am using a module called ISHELL , it is from msc nas ... |
Topic: calling fortran code from CSHELL |
joemezni
Replies: 3
Views: 6796
|
Forum: General Posted: Tue Mar 12, 2013 7:05 pm Subject: calling fortran code from CSHELL |
Hi all
I wrote a fortran program which need as inputs :
- a binary file named : Filename
- the fortran unit of this binary file : Fileunit
- 4 real values : freqA , freqZ , dsx ... |
Topic: Passing arrays to subroutine |
joemezni
Replies: 2
Views: 7189
|
Forum: General Posted: Fri Feb 15, 2013 8:34 am Subject: |
Hi again
in my subroutine , i have as input a binary file ( filename and fileunit).
and my ouputs are Nnodes (integer) and dcoor (array); dcoor has a size Nnodes*3.
so Nnodes and dcoor are ... |
Topic: Passing arrays to subroutine |
joemezni
Replies: 2
Views: 7189
|
Forum: General Posted: Thu Feb 14, 2013 3:44 pm Subject: Passing arrays to subroutine |
hi all
I already posted a subroutine which compute some stuff from a binary file.
I was declaring the the dimensions of the output of my subroutine but now i changed that so these output are allocat ... |
Topic: Segmentation fault (reason not understood) help !!!!!!!!!!! |
joemezni
Replies: 8
Views: 11467
|
Forum: General Posted: Fri Jan 25, 2013 9:30 am Subject: |
Hi guys
I thank you all for these information , i learned from you how to sequence a derived data type.
The problem was also in the declaration, the right decleration is
type(xyzcoord)::dcoor(Nno ... |
Topic: Segmentation fault (reason not understood) help !!!!!!!!!!! |
joemezni
Replies: 8
Views: 11467
|
Forum: General Posted: Wed Jan 23, 2013 8:26 pm Subject: Segmentation fault (reason not understood) help !!!!!!!!!!! |
Hi all,
I have problem reading the data from a the software nastran.
I wrote a fortran function that read an output file from the software nastran , it reads all the keys correctly but when it comes ... |
Topic: question on the speed of the excution |
joemezni
Replies: 4
Views: 7771
|
Forum: General Posted: Tue Jan 22, 2013 7:31 pm Subject: |
HI john
yes exactly this is what i want to read. you should know that computing the terme yij(indexij) needing also 2 loops, that is why i did that once (file jotab.dat) supposing that i should be fa ... |
Topic: question on the speed of the excution |
joemezni
Replies: 4
Views: 7771
|
Forum: General Posted: Wed Jan 16, 2013 8:25 pm Subject: question on the speed of the excution |
Hi all,
I am new to fortran programming. actually i have written a program that reads FEM nodes coordinates and computes the distance between them then i use that matrix of distances to do other stu ... |
|