Greg,

By two meshes matching do you mean there is no hanging nodes? Or they come from the same Triangulation object (and same DoFHandler object, for that matter)?

I meant that a face of the triangulation used for the "old" slab exactly matches a face of the triangulation used for the "new" slab. I think that matches your first option above.

(Adding one level of refinement won't make this much more difficult. But using two completely unrelated triangulations does.)

The key to what you want to do is to find matching face pairs where you move from one slab to the next. Since they are geometrically at the same location, you basically end up with the same kind of terms that you also need to assemble when doing discontinuous Galerkin methods.

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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/51eabca8-5bd7-fe39-2c4c-246c7328d624%40colostate.edu.

Reply via email to