> yes, that should be the case. But up to now one can put into the > hp::FECollection whatever one likes to, e.g. one FESystem (FE_Q, 2, > FE_Q, 1) and one FE_Q, and activate them on different cells.
I don't think that's true. The push_back() function in hp::FECollection checks that the number of vector components of the given FE matches that of the first element. This test is in an Assert, so it is not active in optimized mode, but it will show up in debug mode. Cheers, Tobias _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
