Cool, thanks!
On Fri, Nov 22, 2019 at 4:24 PM Stogner, Roy H
wrote:
>
> On Fri, 22 Nov 2019, Renato Poli wrote:
>
> > I am alternatively considering a global L2 Glaerkin mapping.
> >
> > Something like - find f_i where:
> > f(x,y)=f_i \phi_i (new mesh)
> > g(x,y)
On Fri, 22 Nov 2019, Renato Poli wrote:
> I am alternatively considering a global L2 Glaerkin mapping.
>
> Something like - find f_i where:
> f(x,y)=f_i \phi_i (new mesh)
> g(x,y) (function evaluated in the old mesh)
> \int f(x,y) \phi dA = \int g(x,y)
On Thu, 21 Nov 2019, Renato Poli wrote:
> I have a doubt on L2 projection between meshes with split dofs.
>
> I am currently using the following code to project values from one mesh to
> another more refined one (I perform refinement myself):
>
> MeshFunction * mesh_func = new MeshFunction(
Hi all,
I have a doubt on L2 projection between meshes with split dofs.
I am currently using the following code to project values from one mesh to
another more refined one (I perform refinement myself):
MeshFunction * mesh_func = new MeshFunction( . . . );
mesh_func->init();
me