Dan Ibanez
Dan Ibanez
right now we make serial and parallel versions of tests by hand, and the naming convention for some of them is different. make things more consistent, and have CMake generate...
The core functions should still accept the base class, but lots of code can switch. Obviously, this depends on #159 .
very similar to #137 , except don't use an epsilon. Omega_h is fully deterministic and serial-parallel consistent, so the amount of memory used by Read arrays should be consistent. What...
1. a "gold" file containing the expected runtime for an operation is kept, just like our current solution gold files 2. an `Omega_h_IS_FAST` CMake variable checks whether we have optimization...
Code to read their format and classify things properly. Will need to form creases where "boundary" tag does not match upward adjacent value.
In support of gahansen/Albany#86, I'll try to develop a direct Exodus file reader for PUMI. The whole point is to move away from STK, so we can't take the Exodus->STK->PUMI...