- Jun 05, 2018
-
-
Andrew Heather authored
-
Andrew Heather authored
-
mattijs authored
-
- Jun 01, 2018
-
-
Andrew Heather authored
-
- May 24, 2018
-
-
Andrew Heather authored
-
- Jan 17, 2018
-
-
Andrew Heather authored
Fields now correspond to the initial residual for the first solver iteration
-
- Jan 16, 2018
-
-
Andrew Heather authored
Residual fields can be written using the new 'writeFields' entry, e.g. functions { residual { type residuals; libs ("libutilityFunctionObjects.so"); fields (".*"); writeControl writeTime; writeFields true; } } Fields currently correspond to the initial residual for the last solver iteration.
-
- May 22, 2018
-
-
Andrew Heather authored
-
- Jan 11, 2018
-
-
Andrew Heather authored
-
- Feb 27, 2018
-
-
Andrew Heather authored
-
- Jan 16, 2018
-
-
Andrew Heather authored
-
- Feb 26, 2018
-
-
Andrew Heather authored
-dry-run : perform check only and no writing -dry-run-write: perform check and write to the next time step. This also triggers function objects that fire on the call to write()
-
- Jan 11, 2018
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jan 12, 2018
-
-
Andrew Heather authored
-
- Jan 11, 2018
-
-
Andrew Heather authored
-
- Jan 12, 2018
-
-
Andrew Heather authored
-
- Jan 11, 2018
-
-
Andrew Heather authored
-
- May 22, 2018
-
-
Andrew Heather authored
-
- Jun 01, 2018
-
-
Andrew Heather authored
-
- May 31, 2018
- May 30, 2018
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- this is consistent with compiler defaults, and helps Darwin users
-
-
Mark OLESEN authored
- resolve in favour of "inline explicit", which had marginally more uses and provides consistent prefixing for inline methods.
-
Mark OLESEN authored
- make the purpose more explicit, and reduces some work for the compiler as well.
-
- May 29, 2018
-
-
Mark OLESEN authored
- improves backward compatibility and more naming consistency. Retain setMany(iter1, iter2) to avoid ambiguity with the PackedList::set(index, value) method.
-
mattijs authored
-
mattijs authored
-
Mark OLESEN authored
-
mattijs authored
-
mattijs authored
-
-
Mark OLESEN authored
- required for std::iterator_traits specialization, which is used by the std::max_element algorithm on Darwin.
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- May 28, 2018
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- move constructable - factory methods: New, NewFrom - reset methods
-