Hi Edith,

Assuming that the all children of coarse enriched element are also marked 
for enrichment,
then everything could work out-of-the-box.
But I must admit i have not tried it and there are no tests in deal.II 
which would
verify it.
If you are interested, you can try verifying it and add a new unit test to 
deal.II.
The test is rather straight forward:

1. have a coarse mesh with a few elements. You can get  values of DoFs by 
projecting a function 
which can be exactly represented by the underlying FE.
For example any quadratic function in x,y project to FE_Q(2) (without 
enrichment)
would be represented exactly.
2. Take those values and use with enriched FE.
2. refine the mesh and check that the transferred solution is still the 
same, namely
the function you project time enrichment.

Have a look at other tests which verify SolutionTransfer.

Regards,
Denis.

On Monday, January 30, 2017 at 1:01:50 PM UTC+1, Edith Sotelo wrote:
>
> Hi there,
> This is what I want to do:
> I would like to interpolate my solution in a finer mesh, I am using 
> Fe_enriched as the finite element. My guess is that none of the 
> "interpolate" functions will suit directly to my problem . But I a m 
> wondering if you can give me and idea on how to proceed for this case.
> Thank you for your help.
>
> Edith
>  
>
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to