Hi, When you call reinit on hp::FEValues you can send in which of the elements in the collection you want to reinitialize with. That is, when you call reinit you call it as
fe_values.reinit(cell, q_index, mapping_index, fe_index); where the additional integers specify which element in the collections you want to use. /Simon > -- 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.
