- Nov 06, 2019
-
-
Mark OLESEN authored
-
- Nov 05, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- min/max ops that only compare the first element
-
Mark OLESEN authored
- this can help if using std algorithms that return a const reference such as std::min() does.
-
Mark OLESEN authored
- building plugins with paraview-5.7 is quite different
-
- Nov 04, 2019
-
-
Mark OLESEN authored
- we don't need the GUI sort order of the values.
-
- Nov 05, 2019
-
-
Mark OLESEN authored
-
- Nov 04, 2019
-
-
Mark OLESEN authored
-
- Nov 12, 2019
-
-
Andrew Heather authored
-
- Dec 05, 2019
-
-
Andrew Heather authored
-
- Nov 04, 2019
-
-
Mark OLESEN authored
-
- Oct 31, 2019
-
-
OpenFOAM bot authored
-
- Nov 03, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Oct 17, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Oct 16, 2019
-
-
mattijs authored
-
- Nov 02, 2019
-
-
Mark OLESEN authored
- define nut conditions explicitly, without fallback definition
-
Mark OLESEN authored
- can be helpful, for example, when the refCast has been used on a boundary patch. Knowing which patch index triggered the problem helps with isolating the issue.
-
- Nov 01, 2019
-
-
Kutalmış Berçin authored
STYLE: renamed periodicHill createPlots -> plot for consistency TUT: use nutLowReWallFunction for bump2D - required for the new nutWallFuncs hierarchy
-
Kutalmış Berçin authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Oct 30, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Oct 29, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- enables future use of precision adaptors
-
Mark OLESEN authored
-
OpenFOAM bot authored
-
- Oct 28, 2019
-
-
Mark OLESEN authored
- we know they have already protected by an is_contiguous check, so the class-memaccess warning/error can be suppressed.
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- adjust known gcc/clang compiler versions
-
- Oct 25, 2019
-
-
Mark OLESEN authored
For example, $ someSolver -info-switch writeOptionalEntries - note that values changed via the command-line are changed after the etc/controlDict entries, but *before* any case-local system/controlDict entries. However, in many testing cases the command-line options eliminate the need for such local file modifications. ENH: cleanup handling of local debug switches in Time - add as methods directly on simpleObjectRegistry to avoid code duplication STYLE: adjust internal naming of ITstream parameters
-
Mark OLESEN authored
- now reports the dictionary, entry, default. For example, Dictionary: <case>/0/nut.boundaryField.wall Entry: Cmu Default: 0.09 Dictionary: <case>/0/nut.boundaryField.wall Entry: kappa Default: 0.41 Dictionary: <case>/0/nut.boundaryField.wall Entry: E Default: 9.8 - suppress reporting for debug, optimisation switches since this generates extremely noisy output
-
Mark OLESEN authored
-
- Oct 24, 2019
-
-
Mark OLESEN authored
- cannot rely on the entries having a keyword method STYLE: apply consistent hash table sizing for debug objects
-
- Oct 28, 2019
-
-
sergio ferraris authored
-