Hi, all I have a simple question: if I define two FESystem: [...] FESystem<dim> fe_1; FESystem<dim> fe_2; [...] fe_1 (FE_Q<dim>(degree), 1, FE_Q<dim>(degree), 1), fe_2 (FE_RaviartThomas<dim>(degree), 1), [...]
when I need to use "FEValuesExtractors" separately, how to define which FEValues are subscripts in operator[] expressions on? fe_1 or fe_2? if my code FEValuesExtractors::Scalar fe_1_0(0); FEValuesExtractors::Scalar fe_1_1(1); FEValuesExtractors::Vector fe_2_vector(0); can "FEValuesExtractors" match to the corresponding FESystem (fe_1 or fe_2)automatically? Thanks very much! Best, Chucui -- 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.