Re: FW: how to set up data transfer between two adjacent nonuniform meshs

2016-10-25 Thread Zhekai Deng
Thank you. I implemented as you suggested and it works very good now. This approach seems also applicable for the mesh that are not aligned in the interface. Best, Zhekai On Mon, Oct 24, 2016 at 9:00 AM, Daniel Wheeler wrote: > On Mon, Oct 24, 2016 at 12:20 AM,

Re: FW: how to set up data transfer between two adjacent nonuniform meshs

2016-10-25 Thread Daniel Wheeler
On Tue, Oct 25, 2016 at 12:34 PM, Zhekai Deng wrote: > Thank you. I implemented as you suggested and it works very good now. This > approach seems also applicable for the mesh that are not aligned in the > interface. Exactly. One thing though, it is probably a

Re: FW: how to set up data transfer between two adjacent nonuniform meshs

2016-10-25 Thread Zhekai Deng
Thanks for the tip. Right now, my code looks like following, where Outlet_BC_value_new is being updated every time, so does the Outlet_BC_value. It is my understanding that every timestep, Outlet_BC_value_new is being over-write with new interpolated value, and being assign to the Variable, which

Re: FW: how to set up data transfer between two adjacent nonuniform meshs

2016-10-25 Thread Daniel Wheeler
On Tue, Oct 25, 2016 at 12:59 PM, Zhekai Deng wrote: > Thanks for the tip. Right now, my code looks like following, where > Outlet_BC_value_new is being updated every time, so does the > Outlet_BC_value. It is my understanding that every timestep, >