Chris Kees
Chris Kees
the test modules can have unintended interactions depending on the order and set of tests being run. Need to have clean setup up and tear down code to ensure clean...
It would be nice if we could easily parse our .log file to extract information and some state at each time step. For example, the number of linear and nonlinear...
instead, it's using what's in tnList. Reported by @srobertp. We should have two fixed time step modes: 1) step exactly over intervals in tnList (FixedStepSimple) 2) step exactly over intervals...
use enums in C++, macros in C, make sure Domain and Mesh obtain their values for boundaryTags for things hardcoded in C++.
May be able to follow what petsc4py is doing.
provide relatively complete documentation for a module that demonstrates a decent set of features of ReST with Sphinx extensions.
added a doc test example, possibly based on one of the poisson or advection-diffusion smoke tests.
@mfarthin and @ahmadia what this issue is getting at is the significant amount of C and C++ code we're using. I'm guessing for now we should just focus on getting...