roystgnr
roystgnr
On Tue, 17 Sep 2013, Nicholas Malaya wrote: > We need to get gradient information out of Antioch. This will > involve essentially take the form, d(outputs)/d(parameters), This is currently...
I once took a look at a "piecewise" MMS for a shocked code - choosing a simple curved shock shape, picking the manufactured solution on the pre-shock side and getting...
Put it up! There might or might not be immediate interest (I believe @ajamar1 and a group in Illinois are still regularly using a MASA-enabled shock-capturing code right now), but...
Do you get any runtime errors from `make check`? I tried running all our test applications with valgrind, but no reported errors there. (Which doesn't mean no uninitialized values, IIRC,...
Why a new MASA class rather than the existing MasterMS class?
I see "MASA foo;" in the issue. I see "namespace MASA" but not "class MASA" in the code. Where is the existing class?
In theory the cppunit tests should catch every bug I hit even in an opt mode sweep, but to be safe I'm adding the dbg mode sweeps too.
I was ready to talk smack about a MOOSE test that tries to do an exodiff on element ghosting patterns, ready to sneeze at the next Parmetis point upgrade ......
> partitioning becomes poor at low elements per process in either case Well, the trick was that in the libMesh case the partitioning becomes *better* at *very* low elements per...
"Make the Exodus writer use separate blocks for different element types within the same subdomain, and make the reader merge them back seamlessly" has been on my TODO list for...