On 12/24/2017 08:23 PM,
fea...@gmail.com wrote:
>
> I would like to ask, does Dealii now support *multi-level hp -FEM *method?
Not directly. But you can emulate this somewhat if you have one hp::DoFHandler
for the finest level, a regular DoFHandler for the next level, and then a
multigrid hierarchy based on the second DoFHandler for all following levels.
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email:
bang...@colostate.edu
www:
http://www.math.colostate.edu/~bangerth/