On 4/20/19 4:38 AM, Apurva Tiwari wrote: > > 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 hpelements. > > Can MeshWorker::loop()be made to accept hp::dof_handlerinstead, such that it > considers the variation of degreeacross elements and the does the usual (like > in step-27) reiniton every cell, fetch present_fe_valuesetc., perform > relevant > local integrations and copying the local contributions to the global matrix? >
Apurvi, I believe the answer is no -- MeshWorker was developed without taking hp into account. It would of course be nice to add this functionality, and if you were interested in something like this, we would happily accept patches to the effect. But, for the time being, I'm afraid that none of us have the time and expertise to do it. (The original developer of MeshWorker is, unfortunately, no longer active in the project :-( ) Best WB -- ------------------------------------------------------------------------ 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.
