Luca Bertagna
Luca Bertagna
This "issue" is to coordinate work on Block Discretization related stuff. We'll use it to address needs, and identify action items.
When using `add_test`, if we set the `PROCESSORS` property, we can more efficiently use the parallel execution of ctest. To run multiple tests concurrently, one should do `CTEST_PARALLEL_LEVEL=N ctest`. However,...
As part of the block refactor, I wonder if some structures can be cleaned/purged. E.g, I've always been confused by the NodeFieldContainer, and why there is a need for having...
I don't think we test these problems/evaluators, and I'm not sure whether they would work correctly. Is it ok to completely remove them? If that's too much, we should at...
As the title says, this issue is meant to track files/classes/functions/etc. that are no longer used and tested. They become a burden to maintain, and may not even be fully...
The wrong implementation of PHAL::SharedParameter is the reason why, long long ago, I created a slightly different version in LandIce. The reason is wrong is that different `PHX::FieldManager`'s would store...
As explained in #504 , the values of `dgdx` for these responses cannot be trusted. This is ultimately due to the max/min functions non differentiability. Note: the response value (as...
I'd like to remove the FO_AIS tests from debug builds. These tests show quite a bit of variability even in opt mode (ranging from 2m to 8m even), so they...
The file should contain more info. In particular, make it contain - [ ] TPLS (with their tpls) library/include dirs - [ ] Compilation flags - [ ] Albany enabled...
The script should not compare against gold/blessed files, but rather just check that the data that had to be saved was indeed saved. For instance, check that the number of...