About restart calculation

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
zhuimengboy
Posts: 10
Joined: Wed Aug 05, 2015 10:15 am

About restart calculation

Post by zhuimengboy »

Hello,

Now I have a new question about restart calculation. As I add an user solver into software, so can anybody give me some ideas about how to output some variables which software do not need to solve it. And this method can adapt to do parallel computing.

Thank you.

Best regards.

Yong Wang
Yvan Fournier
Posts: 4208
Joined: Mon Feb 20, 2012 3:25 pm

Re: About restart calculation

Post by Yvan Fournier »

Hello,

For low-level access, did you check the cs_user_solver.c examples ? All the cs_restart_* elements are for checkpoint/restart, and work in parallel.

Regards,

Yvan
Post Reply