Dear dealii mailing list I have a problem that involves the consideration of a mesh that varies in size over time. In particular it requires the creation and removal of a layer of elements on top of a cubic domain. This is, at time t0 the extra layer doesn't exist and only the cubic domain is considered. At time t1, the layer is created and remains over the cubic domain until time t2 when is removed. The information contained in the layer's degrees of freedom can be safely destroyed during removal.
>From step 49 I can see that it is possible to merge two meshes, that might solve the problem of creation of the layer. But, how could I erase the layer after this? Also, I would like to proyect the information contained in the old mesh correspoding to the cubic domain to the new mesh while initializing the extra layer with a user defined value. Is this possible? Any advice would be appreciated. Javier -- José Javier Muñoz Criollo Research Associate Cardiff University School of Engineering Tel: (0)29 208 75759 E-mail: [email protected], [email protected] -- 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.
