CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Siemens (https://www.cfd-online.com/Forums/siemens/)
-   -   call vertices into subroutine? (https://www.cfd-online.com/Forums/siemens/54142-call-vertices-into-subroutine.html)

MG November 5, 2004 15:06

call vertices into subroutine?
 
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

4xF November 7, 2004 06:48

Re: call vertices into subroutine?
 
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).

MG November 12, 2004 10:48

Re: call vertices into subroutine?
 
Thank You.


All times are GMT -4. The time now is 03:46.