- Jul 31, 2017
-
-
Mark OLESEN authored
- use complete -o filenames, dropped -o nospace to make it more responsive. - restructure completion code to use a unified backend, which makes it easier understand, maintain and re-use. - foamCreateBashCompletions now simply outputs to a stdout, and allows quick generation of completion of single applications. - add -fileHandler completion in anticipation of future changes there. - relocated as etc/config.s/bash_completion to prevent inadvertently having two versions (.com, .org) installed at the same time.
-
- Jul 29, 2017
-
-
Mark OLESEN authored
- error::throwExceptions(bool) returning the previous state makes it easier to set and restore states. - throwing() method to query the current handling (if required). - the normal error::throwExceptions() and error::dontThrowExceptions() also return the previous state, to make it easier to restore later.
-
- Jul 28, 2017
-
-
Prashant Sonakar authored
BUG: Correct viscosity in simpleFoam motorBike tutorial (fixes #550) See merge request !132
-
- Jul 27, 2017
-
-
Pete Bachant authored
-
- Jul 22, 2017
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Jul 21, 2017
-
-
Mark OLESEN authored
Consistent use of string methods See merge request !128
-
Mark OLESEN authored
Regression icc See merge request !129
-
Mark OLESEN authored
- this represents a partial revert for commit 6a0a8b99
-
Mark OLESEN authored
-
- Jul 20, 2017
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- the 'protect' inputMode is used to supply defaults. If an entry already exists, it should act as a no-op without any side-effects whatsoever.
-
- Jul 17, 2017
-
-
Mark OLESEN authored
-
- Jul 20, 2017
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- installed under /usr/include/scotch/scotch.h ENH: obtain fallback value for SCOTCH_VERSION from the header COMP: add support for metis, scotch static libraries (eg, EasyBuild)
-
- Jul 19, 2017
-
-
Mark OLESEN authored
- Resolve ambiguity by using the following rules: 1) starts with '/' => absolute file-system path 2) starts with './' or '../' => file-system path relative to CWD 3) otherwise treat as relative to the case STYLE: allow write access to headerClassName
-
Mark OLESEN authored
- mostly associated with forgotten quotes around "(abd|def)" ... - Address different potential problems: (key) { key1 entry1; } (key) { key1 entry1; }; // <- Note trailing ';' (key) entry2;
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jul 18, 2017
-
-
Andrew Heather authored
Feature streams cleanup See merge request !127
-
Mark OLESEN authored
STYLE: checkMesh: remove duplicate writeSets entry from header (resolves #293) See merge request !125
-
Andrew Heather authored
Feature external file coupler See merge request !126
-
Mark OLESEN authored
- clear error flags. Special handling for igzstream.
-
Mark OLESEN authored
-
- Jul 17, 2017
-
-
Mark OLESEN authored
- resets the output buffer completely - implementing what rewind was likely meant to have accomplished for many use cases. STYLE: OSHA1stream reset() for symmetry. Deprecate rewind().
-
Mark OLESEN authored
- use allocator class to wrap the stream pointers instead of passing them into ISstream, OSstream and using a dynamic cast to delete then. This is especially important if we will have a bidirectional stream (can't delete twice!). STYLE: - file stream constructors with std::string (C++11) - for rewind, explicit about in|out direction. This is not currently important, but avoids surprises with any future bidirectional access. - combined string streams in StringStream.H header. Similar to <sstream> include that has both input and output string streams.
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- do not recheck the abort after it has been triggered once. This reduces the output clutter and file checks.
-
- Jul 16, 2017
-
-
Pete Bachant authored
-
- Jul 14, 2017
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- since the cpu/sys information is invariant, it doesn't make much sense to emit by default at every time-step.
-
Mark OLESEN authored
- With many processors, the number of entries becomes quite large. New controlDict InfoSwitches: "writeSlaves", "writeRoots".
-
- Jul 13, 2017
- Jul 12, 2017
-
-
Mark OLESEN authored
- added an explicit print, but only report profiling to the log file from master process. We don't wish to overwrite any profiling that was conducted during the simulation. Besides which, we don't have a proper Time object for handling the write nicely either.
-
mattijs authored
-
mattijs authored
-