Re: [Libmesh-devel] Loop subdivision surface elements

2014-03-06 Thread John Peterson
On Thu, Mar 6, 2014 at 2:18 PM, Kirk, Benjamin (JSC-EG311) < benjamin.k...@nasa.gov> wrote: > > > On Mar 6, 2014, at 3:15 PM, "John Peterson" > wrote: > > > > Just running 'make run' didn't seem to do this linking step. > > Hmm... 'make check' would do the trick, I'm not even sure what 'make run

Re: [Libmesh-devel] Loop subdivision surface elements

2014-03-06 Thread Kirk, Benjamin (JSC-EG311)
> On Mar 6, 2014, at 3:15 PM, "John Peterson" wrote: > > Just running 'make run' didn't seem to do this linking step. Hmm... 'make check' would do the trick, I'm not even sure what 'make run' is - is that perhaps some backwards compatible syntactic sugar of ours that's malfunctioning?? --

Re: [Libmesh-devel] Loop subdivision surface elements

2014-03-06 Thread John Peterson
On Thu, Mar 6, 2014 at 12:02 PM, John Peterson wrote: > > > > On Thu, Mar 6, 2014 at 10:34 AM, Kirk, Benjamin (JSC-EG311) < > benjamin.k...@nasa.gov> wrote: > >> The only real collision I think might be in there is in DofMap, I >> believe Derek just extended the API and this does as well. >> >>

Re: [Libmesh-devel] Loop subdivision surface elements

2014-03-06 Thread John Peterson
On Thu, Mar 6, 2014 at 10:34 AM, Kirk, Benjamin (JSC-EG311) < benjamin.k...@nasa.gov> wrote: > The only real collision I think might be in there is in DofMap, I > believe Derek just extended the API and this does as well. > > Thanks John! > OK, just finished the rebasing and pushed the result u

Re: [Libmesh-devel] Loop subdivision surface elements

2014-03-06 Thread Kirk, Benjamin (JSC-EG311)
The only real collision I think might be in there is in DofMap, I believe Derek just extended the API and this does as well. Thanks John! -Ben On Mar 6, 2014, at 11:21 AM, "John Peterson" mailto:jwpeter...@gmail.com>> wrote: On Thu, Mar 6, 2014 at 10:06 AM, Kirk, Benjamin (JSC-EG311) mai

Re: [Libmesh-devel] Loop subdivision surface elements

2014-03-06 Thread John Peterson
On Thu, Mar 6, 2014 at 10:06 AM, Kirk, Benjamin (JSC-EG311) < benjamin.k...@nasa.gov> wrote: > I've got this set up on > https://github.com/libMesh/libmesh/tree/subdivision_surfaces > > (subdivision_surfaces branch) > > the new example, misc11, runs. I applied the patch as-is and then needed > to

Re: [Libmesh-devel] Loop subdivision surface elements

2014-03-06 Thread Kirk, Benjamin (JSC-EG311)
I've got this set up on https://github.com/libMesh/libmesh/tree/subdivision_surfaces (subdivision_surfaces branch) the new example, misc11, runs. I applied the patch as-is and then needed to make some small tweaks to avoid duplicate symbols from template functions, these tend to show up on OS

Re: [Libmesh-devel] Loop subdivision surface elements

2014-03-06 Thread Roman Vetter
Thank you, Ben. I've created the patch from the commit with short hash 59fc67cf39. -Roman Am 2014-03-06 14:56 , schrieb Kirk, Benjamin (JSC-EG311): > Thanks Roman, I'm hoping to set up the PR today. Could you tell me what > version of libMesh you created this patch from? That'll help a lot.

Re: [Libmesh-devel] Loop subdivision surface elements

2014-03-06 Thread Kirk, Benjamin (JSC-EG311)
Thanks Roman, I'm hoping to set up the PR today. Could you tell me what version of libMesh you created this patch from? That'll help a lot. It *almost* applies cleanly on 0.9.3, but there are a few failures: $ patch -p1 < ~/Desktop/0001-Add-Loop-subdivision-surface-elements.patch --dry-run pa

Re: [Libmesh-devel] Loop subdivision surface elements

2014-03-03 Thread Roman Vetter
Has anyone had time to give it a look? -Roman -- Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations.

Re: [Libmesh-devel] Loop subdivision surface elements

2014-02-24 Thread Roy Stogner
On Mon, 24 Feb 2014, Roman Vetter wrote: >> And if you're not comfortable generating the pull request I could help - >> if you send along the patch I can try and break it up into number of >> smaller changes on a new branch, and we can start discussion. > > I'm very new to git, and it's all s

Re: [Libmesh-devel] Loop subdivision surface elements

2014-02-21 Thread Derek Gaston
Another vote for shells - this would be super handy... Derek On Fri, Feb 21, 2014 at 9:55 AM, David Knezevic wrote: > I'd definitely be enthusiastic about getting support for shells in > libMesh as well. > > David > > > > On 02/21/2014 11:20 AM, Paul T. Bauman wrote: > > Others may also be int

Re: [Libmesh-devel] Loop subdivision surface elements

2014-02-21 Thread David Knezevic
I'd definitely be enthusiastic about getting support for shells in libMesh as well. David On 02/21/2014 11:20 AM, Paul T. Bauman wrote: Others may also be interested in this, but I have a keen interest. I'd be happy to look at the patch, but, even better, would be for you to open a pull requ

Re: [Libmesh-devel] Loop subdivision surface elements

2014-02-21 Thread Kirk, Benjamin (JSC-EG311)
Agreed! And if you're not comfortable generating the pull request I could help - if you send along the patch I can try and break it up into number of smaller changes on a new branch, and we can start discussion. -Ben On Feb 21, 2014, at 10:20 AM, Paul T. Bauman wrote: > Others may also be in

Re: [Libmesh-devel] Loop subdivision surface elements

2014-02-21 Thread Paul T. Bauman
Others may also be interested in this, but I have a keen interest. I'd be happy to look at the patch, but, even better, would be for you to open a pull request on GitHub (https://github.com/libMesh/libmesh) so that, if we decide to integrate the patch, we have a commit history of your development s

[Libmesh-devel] Loop subdivision surface elements

2014-02-21 Thread Roman Vetter
Dear libMesh devs, the roots of the finite element method lie in structural analysis and the need to solve elasticity problems. Thin shells with a stretching and a bending rigidity are an extremely important special case. The bending term requires C1 finite elements which have been hard to cons