> So do I need to use hp after all - I mean if I use the same FE types on > both subareas, just arranging the cell matrices differently (Dispensable > dofs are just ignored and set to zero.), it would be just like using > "simple" FESystems with one DoFHandler and setting different material_id > s for the cells, right?
Please search for discussions on the the FENothing class in this year's mailing list. Concerning the MappingQEulerian you would have to modify a copy of that class to work with hp::DoFHandler (or incorporate this additional feature into the existing class) but that sould be extremly simple. Best regards, Tobias _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
