|
[Sponsors] |
November 5, 2004, 16:06 |
call vertices into subroutine?
|
#1 |
Guest
Posts: n/a
|
Hi, I have a group of vertices. I want to call these vertices into subroutine for interpolation. Does anyone know how to do that ? Thanks in advance.
-MG |
|
November 7, 2004, 07:48 |
Re: call vertices into subroutine?
|
#2 |
Guest
Posts: n/a
|
You will have to access the vertices from within the subroutine NEWXYZ.F. Once you are there, pass the vertex coordinates or whatever else you need via a COMMON block , in order to be able to use the data in any subroutine called subsequently (for example POSDAT.F).
|
|
November 12, 2004, 11:48 |
Re: call vertices into subroutine?
|
#3 |
Guest
Posts: n/a
|
Thank You.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How can I call EM in subroutine-----sorent.f | conglin | Siemens | 1 | November 28, 2008 12:12 |
Vertices from Volumes | Vikrantca | FLUENT | 0 | November 12, 2006 20:53 |
rotate vertices | Noé | Siemens | 3 | June 23, 2004 08:49 |
subroutine call order | CMB | Siemens | 5 | November 27, 2003 11:34 |
get vertices file | Leo | Siemens | 3 | February 6, 2003 19:39 |