- 02 Aug, 2018 1 commit
-
-
mattijs authored
-
- 01 Aug, 2018 1 commit
-
-
mattijs authored
-
- 31 Jul, 2018 3 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
General: * -roots, -hostRoots, -fileHandler Specific: * -to <coordinateSystem> -from <coordinateSystem> - Display -help-compat when compatibility or ignored options are available STYLE: capitalization of options text
-
Mark Olesen authored
-
- 30 Jul, 2018 6 commits
-
-
Mark Olesen authored
- avoids compiler ambiguity when virtual methods such as IOdictionary::read() exist. - the method was introduced in 1806, and was thus not yet widely used
-
Mark Olesen authored
- behaves the same as the valid() method, but can be queried directly like a normal raw pointer and as per std::unique_ptr. Eg, autoPtr<T> ptr = ... if (ptr) ...
-
Mark Olesen authored
-
-
Mark Olesen authored
-
-
- 27 Jul, 2018 1 commit
-
-
Mark Olesen authored
- test(), get(), set(), unset() with behaviour as per bitSet, to allow easier swapping out of boolList <-> bitSet.
-
- 30 Jul, 2018 1 commit
-
-
Mark Olesen authored
- advanced options are not displayed with -help, but only with -help-full, which helps retain a better overview of the standard options. Replaces previous ad hoc suppression of -listSwitches, -listRegisteredSwitches etc.
-
- 27 Jul, 2018 4 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- supports copy append and move append
-
Mark Olesen authored
- already had remove() by iterator, but not by key. As per erase() which already worked by iterator or by key.
-
Mark Olesen authored
- as per 018124e3
-
- 26 Jul, 2018 10 commits
-
-
mattijs authored
-
mattijs authored
-
Mark Olesen authored
-
Mark Olesen authored
-
mattijs authored
Changed into warning since e.g. tutorials/combustion/fireFoam/LES/compartmentFire uses columns of 1D stacks so they've got empty but are still 3D.
-
Mark Olesen authored
-
Mark Olesen authored
- simplifies usage. Support syncPar check on names() to detect inconsistencies. - simplify readFields, ReadFields and other routines by using these new methods.
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
- 25 Jul, 2018 6 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- what was previously termed 'setLargeCellSubset()' is now simply 'setCellSubset()' and supports memory efficient interfaces. The new parameter ordering avoids ambiguities caused by default parameters. Old parameter order: setLargeCellSubset ( const labelList& region, const label currentRegion, const label patchID = -1, const bool syncCouples = true ); New parameter order: setCellSubset ( const label regioni, const labelUList& regions, const label patchID = -1, const bool syncCouples = true ); And without ambiguity: setCellSubset ( const labelUList& selectedCells, const label patchID = -1, const bool syncCouples = true ); - support bitSet directly for specifying the selectedCells for memory efficiency and ease of use. - Additional constructors to perform setCellSubset() immediately, which simplifies coding. For example, meshParts.set ( zonei, new fvMeshSubset(mesh, selectedCells) ); Or even return autoPtr<fvMeshSubset>::New(mesh, selectedCells);
-
Mark Olesen authored
- BitSetOps::create(len, locations, on) that generates a bitSet with the specified length. The optional 'on' bool can be used to flip the logic.
-
Mark Olesen authored
-
mattijs authored
-
Mark Olesen authored
-
- 24 Jul, 2018 1 commit
-
-
Mark Olesen authored
-
- 25 Jul, 2018 1 commit
-
-
Mark Olesen authored
- enclosed with a #ifdef Foam_argList_1712 .. #endif pair (defined by default). In a later release, this can be disabled by default. ENH: add input length check for -hostRoots option
-
- 24 Jul, 2018 1 commit
-
-
Mark Olesen authored
- unused, does not run in parallel - avoid enclosing namespace in fvMeshSubset
-
- 25 Jul, 2018 1 commit
-
-
Mark Olesen authored
- gets the pointer within the list.
-
- 24 Jul, 2018 3 commits
-
-
Mark Olesen authored
- improve alignment of various phasePairKey implementations
-
Mark Olesen authored
-
Mark Olesen authored
- get<label>, get<scalar> instead of readLabel, readScalar, etc.
-