Hello! I'm trying to write a scalar advection code. The idea is to be able to use different degrees on different cells, hence the use of hp elements.
Can MeshWorker::loop() be made to accept hp::dof_handler instead, such that it considers the variation of degree across elements and the does the usual (like in step-27) reinit on every cell, fetch present_fe_values etc., perform relevant local integrations and copying the local contributions to the global matrix? I've just begun using deal.ii and surely have gaps in my knowledge about its working and want to learn it better. Thank you so much for your time and effort! -- Apurva Tiwari -- 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.
