Re: [Libmesh-users] Question about Tri7

2016-03-08 Thread Giorgio Bornia
ngs: > > On Mon, Mar 7, 2016 at 4:26 PM, Roy Stogner > wrote: > >> >> On Mon, 7 Mar 2016, Giorgio Bornia wrote: >> >> > in the list of supported elements in libmesh there is no Tri7. >> > Then, I guess it's not possible to implement things such

[Libmesh-users] Question about Tri7

2016-03-07 Thread Giorgio Bornia
Dear all, in the list of supported elements in libmesh there is no Tri7. Then, I guess it's not possible to implement things such as Crouzeix-Raviart pairs, right? Or maybe it is in a DOF sense without underlying Tri7 topology, then printing back to Tri6 or Tri3. Best, giorgio -- Gi

Re: [Libmesh-users] Question on mesh coarsening

2016-03-05 Thread Giorgio Bornia
t, Mar 5, 2016 at 9:00 AM John Peterson wrote: > >> >> >> > On Mar 5, 2016, at 1:12 AM, Giorgio Bornia >> wrote: >> > >> > My starting point is a fine mesh of a real geometry that was generated >> by someone else. >> > To be more pr

Re: [Libmesh-users] Question on mesh coarsening

2016-03-05 Thread Giorgio Bornia
n Fri, Mar 4, 2016 at 5:01 PM Giorgio Bornia > wrote: > >> I have an original mesh that I need to coarsen. >> So does the previous answer mean that I cannot process it with libmesh >> for that purpose? >> >> If so, are there any tools around that do that? &g

Re: [Libmesh-users] Question on mesh coarsening

2016-03-04 Thread Giorgio Bornia
r experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > ___ > Libmesh-users mailing list > Libmesh-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/libmesh-users > -- Giorgio Bornia, Ph.D. Assistant Professo

Re: [Libmesh-users] avoid tracking the Makefile.in files in git

2014-11-11 Thread Giorgio Bornia
e, Nov 11, 2014 at 2:52 PM, John Peterson > wrote: > > On Tue, Nov 11, 2014 at 2:47 PM, Giorgio Bornia > > > > Don't use -a, that commits all changed files. Just 'git commit' the > > ones you want to keep, and 'git co' the others to &qu

[Libmesh-users] avoid tracking the Makefile.in files in git

2014-11-11 Thread Giorgio Bornia
h ' -a ' but it seems to me I can't. Do you guys know of any solution to get rid of all those Makefile.in files without doing ' git add ' explicitly for each file? TIA, Giorgio -- Giorgio Bornia, Ph.D. Assistant Professor Texas Tech University Department of Mathematics

Re: [Libmesh-users] workflow for compiling after adding header and/or source files

2014-03-30 Thread Giorgio Bornia
--rebuild-makefiles > > Though. > > -Ben > > > > On Mar 29, 2014, at 10:41 PM, "Giorgio Bornia" > wrote: > > > > Dear all, > > I wanted to add a couple of files to libmesh (for another mesh format). > > After a while I found a workflo

[Libmesh-users] workflow for compiling after adding header and/or source files

2014-03-29 Thread Giorgio Bornia
cd libmesh/; ./rebuild_makefile.sh cd ../.. cd src/; ./rebuild_libmesh_SOURCES.sh cd .. ./bootstrap ./configure --with-my-preferred-options make make install Was there any other/better/faster/more appropriate way? Thanks a lot, Giorgio -- Giorgio Bornia, Ph.D. Assistant Professor Texas Tech