-
PrintNumNodes -> NumNodes
PrintNumElems -> NumElems
PrintDOFs -> NumDOFs
-
We need to get rid of that variable - ALWAYS use isParamValid.
-
For your consideration... old text in {{ }}, suggested text in >.
# Introduction to Web Applications
## How does the web work?
A web application is software that runs in a web browser (like Chrome, F…
-
Need a very general adaptivity system that includes the following:
1. Indicator Base Class
2. Marker Base Class
Both are going to produce CONSTANT, MONOMIAL fields. The Indicator class will genera…
-
Max QPS is still not correct. It is called from InitialCondition ctor:
Assertion `_max_qps < std::numeric_limits::max()' failed
Max QPS uninitialized
at /Users/permcj/projects/trunk/devel/moose/incl…
-
In MOOSE, boundary conditions modify the residual vector, which is driven to zero by the solver. The sum of the increments applied to the residual by those boundary conditions is the conjugate to the…
-
-
folks,
I am running a coupled problem with MARMOT, wherein PBP is used. The job failed after a couple of handred steps. This happens to me and Mike quite often when we use PBP.
So I am writing to s…
-
Themal_cond_test in marmot is deadlocking or running exceptionally slowly in debug mode. A somewhat typical stack trace looks like this:
(gdb) bt
#0 0x00007fffeb092098 in pthread_mutex_lock () from…
-
Pipes work just fine, but triggers don't.
For example:
The trigger "Inventory is Empty" might be active even though the double chest contain items. That could happen if the items where in the "side" …