Re: [Libmesh-devel] DirichletBoundary on nodes or edges?

2013-10-07 Thread David Knezevic
Hi Roy, I'd like to work on the "DirchletBoundary on nodes" issue that we discussed below. You mentioned that you have an unmerged branch that I should wait for. What's the status of that now? Thanks, David On 08/18/2013 10:38 PM, Roy Stogner wrote: > > On Mon, 19 Aug 2013, David Knezevic

Re: [Libmesh-devel] DirichletBoundary on nodes or edges?

2013-10-07 Thread Roy Stogner
On Mon, 7 Oct 2013, David Knezevic wrote: > I'd like to work on the "DirchletBoundary on nodes" issue that we discussed > below. > > You mentioned that you have an unmerged branch that I should wait for. What's > the status of that now? The new feature needs massive work (I basically need to t

Re: [Libmesh-devel] First attempt at fixing output for --enable-complex

2013-10-07 Thread John Peterson
OK, this patch has been pushed as the 'complex_io' branch. BTW, how did you make your patch? git format-patch -1 is probably the simplest, most terse way to make a patch file from the most recent local commit. The one you sent wouldn't apply with 'git am' so I used 'git apply,' but that doesn't

Re: [Libmesh-devel] First attempt at fixing output for --enable-complex

2013-10-07 Thread David Knezevic
Thanks for the head up re "git format-patch -1". I just did git diff > patch.txt (like in the old svn days) I have the code in my dknez/libmesh fork as well, so I should've just pointed you there I guess. Anyway, thanks for setting up the new branch, it'll be great to get this thing sorted so

Re: [Libmesh-devel] First attempt at fixing output for --enable-complex

2013-10-07 Thread John Peterson
On Mon, Oct 7, 2013 at 10:59 AM, David Knezevic wrote: > Thanks for the head up re "git format-patch -1". I just did git diff > > patch.txt (like in the old svn days) > > I have the code in my dknez/libmesh fork as well, so I should've just > pointed you there I guess. Anyway, thanks for setting

Re: [Libmesh-devel] First attempt at fixing output for --enable-complex

2013-10-07 Thread David Knezevic
On Mon, Oct 7, 2013 at 10:59 AM, David Knezevic mailto:dkneze...@seas.harvard.edu>> wrote: Thanks for the head up re "git format-patch -1". I just did git diff > patch.txt (like in the old svn days) I have the code in my dknez/libmesh fork as well, so I should've just pointed yo

Re: [Libmesh-devel] First attempt at fixing output for --enable-complex

2013-10-07 Thread John Peterson
On Mon, Oct 7, 2013 at 11:07 AM, David Knezevic wrote: > On Mon, Oct 7, 2013 at 10:59 AM, David Knezevic < > dkneze...@seas.harvard.edu> wrote: > >Thanks for the head up re "git format-patch -1". I just did git diff > >> patch.txt (like in the old svn days) >> >> I have the code in my dknez/l

Re: [Libmesh-devel] DirichletBoundary on nodes or edges?

2013-10-07 Thread Roy Stogner
On Mon, 7 Oct 2013, Roy Stogner wrote: > > On Mon, 7 Oct 2013, David Knezevic wrote: > >> I'd like to work on the "DirchletBoundary on nodes" issue that we discussed >> below. >> >> You mentioned that you have an unmerged branch that I should wait for. >> What's the status of that now? > > Th

Re: [Libmesh-devel] DirichletBoundary on nodes or edges?

2013-10-07 Thread David Knezevic
On 10/07/2013 06:36 PM, Roy Stogner wrote: > > > On Mon, 7 Oct 2013, Roy Stogner wrote: > >> >> On Mon, 7 Oct 2013, David Knezevic wrote: >> >>> I'd like to work on the "DirchletBoundary on nodes" issue that we >>> discussed below. >>> >>> You mentioned that you have an unmerged branch that I shou