Re: [Libmesh-devel] New Quadrature Rule

2010-11-16 Thread Derek Gaston
On Nov 16, 2010, at 10:27 AM, Boyce Griffith wrote: > Is adding qrule->need_reinit() the only change that you are making to QBase? > I am probably missing something, but it seems like allowing the quadrature > rule to vary from element to element would also require something like > changing th

Re: [Libmesh-devel] New Quadrature Rule

2010-11-16 Thread Boyce Griffith
On 11/15/10 3:40 PM, Derek Gaston wrote: > On Nov 15, 2010, at 3:38 PM, John Peterson wrote: > >> Are we married to the "has_constant_positions()" name? Maybe >> something like qrule->need_reinit() in the vein of >> FE::shapes_need_reinit(). Just thinking there might potentially be >> other rea

Re: [Libmesh-devel] [Libmesh-users] Fwd: Periodic BC with adaptive mesh

2010-11-16 Thread Cody Permann
On Nov 16, 2010, at 9:35 AM, Roy Stogner wrote: > > On Tue, 16 Nov 2010, Cody Permann wrote: > >> As promised, I have mocked up an example in libMesh to test out the >> periodic level 1 rule patch. > > Thanks! > > Looking over that patch: I don't like the swath of ifdef-else macros > required

Re: [Libmesh-devel] [Libmesh-users] Fwd: Periodic BC with adaptive mesh

2010-11-16 Thread Roy Stogner
On Tue, 16 Nov 2010, Derek Gaston wrote: > On Nov 16, 2010, at 9:35 AM, Roy Stogner wrote: > >> Fair enough. One of these days we need to finally implement hybrid >> mesh output with Exodus, though. > > Note: Hybrid mesh output does work now the two different types > of elements just need to

Re: [Libmesh-devel] [Libmesh-users] Fwd: Periodic BC with adaptive mesh

2010-11-16 Thread Derek Gaston
On Nov 16, 2010, at 9:35 AM, Roy Stogner wrote: > Fair enough. One of these days we need to finally implement hybrid > mesh output with Exodus, though. Note: Hybrid mesh output does work now the two different types of elements just need to have different subdomain ids. I'm sure you probabl

Re: [Libmesh-devel] [Libmesh-users] Fwd: Periodic BC with adaptive mesh

2010-11-16 Thread Roy Stogner
On Tue, 16 Nov 2010, Cody Permann wrote: > As promised, I have mocked up an example in libMesh to test out the > periodic level 1 rule patch. Thanks! Looking over that patch: I don't like the swath of ifdef-else macros required around the uses of topological neighbor. There's no great solution

Re: [Libmesh-devel] [Libmesh-users] Fwd: Periodic BC with adaptive mesh

2010-11-16 Thread Cody Permann
Roy, As promised, I have mocked up an example in libMesh to test out the periodic level 1 rule patch. I have modified ex10 adding wrap-around boundaries so you can see the level 1 rule holding on those periodic boundaries as the Mesh adapts. I have been running the problem with 90 timesteps a