On 08/28/2018 04:47 AM, Konrad wrote:

Is it possible to have system matrices, dofs and solution vectors etc on two different refinement levels of a mesh? Say my coarse FEM holds data on refinement level 5 and my basis function(s) on each coarse cell live on the leaves of each coarse cell on say refinement level 10?

Since you really only want to interpolate between two meshes, I would just have two DoFHandlers and two Triangulations and use the class InterGridMap to translate between the two of them.

Or do you want to say that you want to solve "patch problems" on each coarse mesh cell? Because in that case, the fine global mesh is not helpful to you because it only allows solving *global* fine mesh problems.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/

--
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to