Transfer in stages Log Out | Topics | Search
Moderators | Register | Edit Profile

FlexPDE User's Forum » User Postings » Transfer in stages « Previous Next »

Author Message
Top of pagePrevious messageNext messageBottom of page Link to this message

Nicolas Green (nicolas_green)
New member
Username: nicolas_green

Post Number: 1
Registered: 04-2006
Posted on Tuesday, April 04, 2006 - 10:11 am:   

Is there any way to alter the names of the files being transfered in for STAGED problems. In my attempts, the problem loads the same file in each stage.

thanks

Nicolas
Top of pagePrevious messageNext messageBottom of page Link to this message

Robert G. Nelson (rgnelson)
Moderator
Username: rgnelson

Post Number: 576
Registered: 06-2003
Posted on Tuesday, April 04, 2006 - 06:28 pm:   

Normal staging repeats the computation from a point after the reading of files, and so is unaware of the filename change.

If you specify SELECT STAGEGRID, the problem is restarted earlier in the processing, and is able to read a different file for each stage. For example:
select stagegrid
variables u
definitions
alpha = table('table'+$stage+'.tbl')
{this example uses a TABLE, but the same is true for TRANSFER}.

Another way is merely to define multiple transfers and select them by stage.

Add Your Message Here
Post:
Username: Posting Information:
This is a private posting area. Only registered users and moderators may post messages here.
Password:
Options: Enable HTML code in message
Automatically activate URLs in message
Action:

Topics | Last Day | Last Week | Tree View | Search | Help/Instructions | Program Credits Administration