On 08/20/2018 07:49 AM, Daniel Arndt wrote:

Hence, the answer to your question is "No, the FEValuesExtractors objects don't carry any information which FiniteElement they belong to.".

In other words, these extractors are just like indices: an index 'i' doesn't know which array it subscripts. But when you do
  my_array[i]
then the applying the index 'i' to 'my_array' results in an expression that knows both the object operated on (the array) and the position within it (the index).

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           www: http://www.math.colostate.edu/~bangerth/

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