Re: [Libmesh-devel] mesh_transfer directory

2013-01-26 Thread Kirk, Benjamin (JSC-EG311)
On Jan 26, 2013, at 12:41 AM, "Derek Gaston" mailto:fried...@gmail.com>> wrote: On Fri, Jan 25, 2013 at 11:23 PM, Roy Stogner mailto:royst...@ices.utexas.edu>> wrote: Sorry! You described your stuff as additional files, and moving Ben's related files, and I didn't think the files I've been edit

Re: [Libmesh-devel] mesh_transfer directory

2013-01-25 Thread Derek Gaston
On Fri, Jan 25, 2013 at 11:23 PM, Roy Stogner wrote: > Sorry! You described your stuff as additional files, and moving Ben's > related files, and I didn't think the files I've been editing would > conflict. > No problem... I don't know why rebase is messing up. It's recommitting a huge history

Re: [Libmesh-devel] mesh_transfer directory

2013-01-25 Thread Roy Stogner
On Fri, 25 Jan 2013, Derek Gaston wrote: > Damn - you slipped that commit in there! Sorry! You described your stuff as additional files, and moving Ben's related files, and I didn't think the files I've been editing would conflict. There's some more commits coming too, but nothing on that scal

Re: [Libmesh-devel] mesh_transfer directory

2013-01-25 Thread Derek Gaston
Damn - you slipped that commit in there! A rebase didn't even work out well (it rewound way too far... need to investigate)... I think that it just freaked out because your commit changed so much! I'll work it out... Derek On Fri, Jan 25, 2013 at 10:04 PM, Roy Stogner wrote: > > On Fri, 25 Ja

Re: [Libmesh-devel] mesh_transfer directory

2013-01-25 Thread Derek Gaston
On Fri, Jan 25, 2013 at 10:04 PM, Roy Stogner wrote: > Ben's got some scripts for those... > include/libmesh/rebuild_**makefile.sh for include/libmesh/Makefile.am > include/rebuild_include_**HEADERS.sh for include/include_HEADERS > src/rebuild_libmesh_SOURCES.sh for src/libmesh_SOURCES > lol - ye

Re: [Libmesh-devel] mesh_transfer directory

2013-01-25 Thread Roy Stogner
On Fri, 25 Jan 2013, Derek Gaston wrote: Ok - I'm stumped... what files do I edit... or what do I do in general to add new source files to libMesh? I see include/libmesh/Makefile.am but that has to be a generated file from some script or something right? I also see src/libmesh_SOURCES...

Re: [Libmesh-devel] mesh_transfer directory

2013-01-25 Thread Derek Gaston
I think I figured out some of it. I added the new files to libmesh_SOURCES and libmesh_HEADERS and reran include/libmesh/rebuild_makefile.sh... but I must have missed something because I'm still getting some weirdness from the moved file: duplicate symbol libMesh::MeshfreeInterpolation::clea

Re: [Libmesh-devel] mesh_transfer directory

2013-01-25 Thread Derek Gaston
Ok - I'm stumped... what files do I edit... or what do I do in general to add new source files to libMesh? I see include/libmesh/Makefile.am but that has to be a generated file from some script or something right? I also see src/libmesh_SOURCES... is that generated from something or do I edit

Re: [Libmesh-devel] mesh_transfer directory

2013-01-25 Thread Derek Gaston
On Fri, Jan 25, 2013 at 7:05 PM, Roy Stogner wrote: > solution_transfer sounds like an improvement for the dir name. > Great - done. > SolutionTransfer is the abstract base class name that'll eventually > cover both your and Ben's new capabilities, right? If so then great. Yep, I'm also goin

Re: [Libmesh-devel] mesh_transfer directory

2013-01-25 Thread Roy Stogner
On Fri, 25 Jan 2013, Derek Gaston wrote: Now - I have a question.  I was going to call this new system "MeshTransfer"... but I'm now thinking that might not be the best name (we're not transferring meshes... we're transferring/mapping values).  So how about "SolutionTransfer" and I'll put it in

Re: [Libmesh-devel] mesh_transfer directory

2013-01-25 Thread Derek Gaston
On Fri, Jan 25, 2013 at 6:59 PM, Kirk, Benjamin (JSC-EG311) < benjamin.kir...@nasa.gov> wrote: > SystemTransfer maybe? Is it written to interface at the System level? > It's actually not... it takes two Variable objects in the main transfer() function... and essentially the values from the first

Re: [Libmesh-devel] mesh_transfer directory

2013-01-25 Thread Kirk, Benjamin (JSC-EG311)
> Anyone have a preference? SystemTransfer maybe? Is it written to interface at the System level? No strong opinion, though... -Ben -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows

Re: [Libmesh-devel] mesh_transfer directory

2013-01-25 Thread Derek Gaston
On Fri, Jan 25, 2013 at 6:37 PM, Roy Stogner wrote: > Ominous only in the sense that the old assert()->libmesh_assert() > change was ominous: it touches a ton of lines. I'm finishing up the > implementation of that processor_id_type and dof_id_type stuff, so > soon we won't have to be incompatibl

Re: [Libmesh-devel] mesh_transfer directory

2013-01-25 Thread Roy Stogner
On Fri, 25 Jan 2013, Kirk, Benjamin (JSC-EG311) wrote: > On Jan 25, 2013, at 4:21 PM, "Roy Stogner" wrote: > >> On Fri, 25 Jan 2013, Derek Gaston wrote: >> >> Oh, as long as I'm chatting to -devel: I've got a pretty massive >> commit coming up soon; if anyone else also has current files in flux

Re: [Libmesh-devel] mesh_transfer directory

2013-01-25 Thread Derek Gaston
On Fri, Jan 25, 2013 at 3:21 PM, Roy Stogner wrote: > Oh, as long as I'm chatting to -devel: I've got a pretty massive > commit coming up soon; if anyone else also has current files in flux > I'd suggest committing ASAP so that I have to deal with the merge > rather than you. > Ah! I'm working a

Re: [Libmesh-devel] mesh_transfer directory

2013-01-25 Thread Kirk, Benjamin (JSC-EG311)
On Jan 25, 2013, at 4:21 PM, "Roy Stogner" wrote: > > On Fri, 25 Jan 2013, Derek Gaston wrote: > >> It doesn't really feel like this all fits in "utils"... but I can be >> persuaded to put it there (or anywhere else). > > Definitely doesn't fit in "utils". I'd have put it in "mesh", but > "

Re: [Libmesh-devel] mesh_transfer directory

2013-01-25 Thread Roy Stogner
On Fri, 25 Jan 2013, Derek Gaston wrote: > It doesn't really feel like this all fits in "utils"... but I can be > persuaded to put it there (or anywhere else). Definitely doesn't fit in "utils". I'd have put it in "mesh", but "mesh_transfer" would be better. Oh, as long as I'm chatting to -dev

[Libmesh-devel] mesh_transfer directory

2013-01-25 Thread Derek Gaston
Guys, I'm thinking of adding a new directory to libMesh src and include" mesh_transfer I'll move the mesh_free_interpolation files over there... and I have a few files associated with DTK (DTKAdapter and DTKEvaluator) and I have a plan for a few more files (a MeshTransfer base class and an implem