On Thu, 14 May 2015, Kameeko Kiwi wrote: > Is there a way to have a variable be constant in one part of the domain and > non-constant in the rest, remaining continuous along the interface of the > two regions? I believe p-refinement is supported for p>0, but not if one is > starting p=0?
The only elements which support p=0 are discontinuous elements. Probably not what you want. Maybe you want a subdomain-restricted HIERARCHIC (for the p adaptivity) variable to handle the p>0 part? Then if it's a fixed constant outside that subdomain you use that fixed constant; if it's a variable constant you use a SCALAR variable for it? --- Roy ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
