Re: [Libmesh-users] Parallel AMR bugfix for Hierarchic (and other) elements

2010-11-09 Thread Roy Stogner
On Tue, 9 Nov 2010, Saurabh Srivastava wrote: > I'll have to look again, but i remember intel compiler breaking down > due to incompatible usage of "typedef" using pre-comp if statements > in some .C files in src/mesh directory. I simplified it and it seem > to work fine with my latest intel 11.x

Re: [Libmesh-users] Solve on part of domain

2010-11-09 Thread Roy Stogner
On Tue, 9 Nov 2010, Tim Kroeger wrote: > On Mon, 8 Nov 2010, Roy Stogner wrote: > >> I dislike ideas #1-3; no opinion on #4 vs #5, but want to add: >> >> Idea #6: Add an example 24 (or 25, whatever's free when this is all >> finally finished) demonstrating a use of SystemSubset stuff. > > Good

Re: [Libmesh-users] Solve on part of domain

2010-11-09 Thread Tim Kroeger
On Mon, 8 Nov 2010, Roy Stogner wrote: I dislike ideas #1-3; no opinion on #4 vs #5, but want to add: Idea #6: Add an example 24 (or 25, whatever's free when this is all finally finished) demonstrating a use of SystemSubset stuff. Good point. I created an example now, see attachment. I will