If I made a HIERARCHIC variable and a SCALAR variable, how would the two variables know that they should be continuous at the interface of the subdomains? Or is there a way to make one variable be of different FEFamily types in different subdomains?
On Fri, May 15, 2015 at 7:16 AM, Roy Stogner <[email protected]> wrote: > > 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
