Dear Simon

Thanks for the reply. I was guessing the same, but then this sentence from the documentation seems a bit ambiguous. Isn't it? "/The quadrature rules have to be added in the same order as for the FECollection <https://www.dealii.org/8.4.1/doxygen/deal.II/classhp_1_1FECollection.html> for which this quadrature rule collection is meant./"

Best
Deepak

On 22-07-16 17:46, Simon Sticko wrote:
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 dealii+unsubscr...@googlegroups.com <mailto:dealii+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.

--
Deepak K. Gupta

PhD Candidate/Researcher
Structural Optimization & Mechanics
TU Delft / Precision & Microsystems Engineering
Faculty of Mechanical, Maritime & Materials Engineering (3mE)
Mekelweg 2, 2628 CD  Delft, The Netherlands

T +31 (0)15 27 86818
d.k.gu...@tudelft.nl

Room 3mE.G.1.150

--
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to