From: David K. <dav...@ak...> - 2018-03-09 19:32:32
|
On Fri, Mar 9, 2018 at 2:21 PM, Roy Stogner <roy...@ic...> wrote: > p-refinement is supported, but adaptive p-refinement currently isn't. > We require basis functions to be hierarchic (not necessarily > HIERARCHIC) to generate constraint equations between neighboring > elements of different p refinement levels. > > So you can do uniform refinement for error estimation, but that's > about it. > OK, got it, thanks. Two questions: - If I were to look into adding a special case for non-uniform 1st to 2nd order refinement for LAGRANGE variables, do you think this would be of interest to include that in libMesh, or would it be too specific to include? (I'd like to know if it's potentially of broader interest before looking further into this.) - How complex do you think it would be to add that special case? David |