On Tue, 26 Jul 2016, Jayaraman, Vegnesh wrote:
> I need to transfer solutions between 2 different meshes that are of
> different dimensions.
>
> For eg. I have 2 square domains Mesh1: X,Y = [-1,1] [-1,1] and Mesh 2 :X,Y =
> [-2,2] [-2,2]
>
> I transfer the solution from Mesh 2 to Mesh 1, only
Actually - in this case... I would just make a copy of the coarse
mesh/solution into a new EquationSystems and then refine it to get the fine
one.
Derek
On Fri, Jul 22, 2016 at 12:50 PM Roy Stogner
wrote:
>
> On Fri, 22 Jul 2016, Harriet Li wrote:
>
> > I'm trying to transfer a solution between
On Fri, 22 Jul 2016, Harriet Li wrote:
> I'm trying to transfer a solution between two EquationSystems with two
> different meshes. One mesh is a refinement of the other (one has a mix of
> 'h' and 'h/2'-sized elements and the other has only 'h/2'-sized elements),
> but I want to keep a copy of t