Weixiong,

[...] 
>
Then I got confused:
> 1. I used hp class a year ago or so, fv.get_function_values works 
> directly. Now I have to use the above change. Did I do something wrong?
> 2. Then why fv.shape_value still works as it did? Isn't fv still a 
> FESystem object?
>
How did you initialize hp::DoFHandler? What is the hp::FECollectionyou used?
If you are solving a scalar problem using the same equation in different 
subdomains with different finite elements, 
I would assume that the Finite Elemnts in the hp::FECollection are also 
scalar valued and have just one component.
However, from what you write above it seems that you initialized the 
hp::FECollection with vector valued FiniteElements.
Can you confirm either?

Best,
Daniel

-- 
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.

Reply via email to