- Aug 03, 2017
-
-
Mark OLESEN authored
- although this has been supported for many years, the tutorials continued to use "convertToMeters" entry, which is specific to blockMesh. The "scale" is more consistent with other dictionaries. ENH: - ignore "scale 0;" (treat as no scaling) for blockMeshDict, consistent with use elsewhere.
-
- Aug 02, 2017
-
-
Mark OLESEN authored
Style string methods See merge request !136
-
Mark OLESEN authored
- currently no cleanup of completions when deactivating an OpenFOAM tcsh environment - tab completion with directories adds a space after the slash, which makes navigation a bit annoying.
-
Mark OLESEN authored
- useful operations for other string representations of fileName types. The return type is in general a std::string with any narrowing being done by the caller on the return value.
-
Mark OLESEN authored
- consolidate word::validated() into word::validate() and also allow as short form for string::validate<word>(). Also less confusing than having similarly named methods that essentially do the same thing. - more consistent const access when iterating over strings - add valid(char) for keyType and wordRe
-
Mark OLESEN authored
-
- Jul 31, 2017
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- can inadvertently arise from TAB-completion, but an option without a name doesn't make sense, we trap this and emit a warning.
-
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
-
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
- 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)
-
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 19, 2017
-
-
Andrew Heather authored
-
- Jul 17, 2017
-
-
Mark OLESEN authored
-
- Jul 20, 2017
-
-
Mark OLESEN authored
-
- 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
-
- 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
-