- 01 Jun, 2018 1 commit
-
-
Mark Olesen authored
-
- 31 May, 2018 2 commits
- 30 May, 2018 5 commits
-
-
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.
-
- 29 May, 2018 8 commits
-
-
Mark Olesen authored
- improves backward compatibility and more naming consistency. Retain setMany(iter1, iter2) to avoid ambiguity with the PackedList::set(index, value) method.
-
Mark Olesen 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
-
mattijs authored
-
mattijs authored
-
- 28 May, 2018 3 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- consistency with make and more succinct. - reduce code duplication in findEtcFiles.
-
Mark Olesen authored
-
- 24 May, 2018 2 commits
- 21 May, 2018 1 commit
-
-
mattijs authored
Basic directional refinement: - only for coordinate aligned meshes - only for refinementRegions See the mesh/snappyHexMesh/aerofoilNACA0012_directionalRefinement tutorial.
-
- 17 May, 2018 1 commit
-
-
- the current working path with replacements for base-level OpenFOAM env variables such as FOAM_RUN, WM_PROJECT_DIR, WM_PROJECT_USER_DIR etc Can be used directly from the command-line or embedded into a command prompt. For example, PS1='$(foamPwd)\n\u\$ ' - aliases for user solver/utilities located under "$WM_PROJECT_USER_DIR": (ufoam, uapp, usol, uutil)
-
- 01 Mar, 2018 1 commit
-
-
mattijs authored
-
- 21 Feb, 2018 1 commit
-
-
mattijs authored
-
- 28 Dec, 2017 1 commit
-
-
mattijs authored
-
- 21 Dec, 2017 1 commit
-
-
mattijs authored
-
- 13 Dec, 2017 2 commits
- 11 Dec, 2017 1 commit
-
-
mattijs authored
-
- 21 May, 2018 2 commits
- 16 May, 2018 2 commits
- 17 May, 2018 1 commit
-
-
Mark Olesen authored
- disallow insert() of raw pointers, since a failed insertion (ie, entry already existed) results in an unmanaged pointer. Either insert using an autoPtr, or set() with raw pointers or autoPtr. - IOobjectList::add() now takes an autoPtr instead of an object reference - IOobjectList::remove() now returns an autoPtr instead of a raw pointer
-
- 16 May, 2018 5 commits
-
-
Mark Olesen authored
- use refCount instead of the tmp<...>::refCount alias
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
- tie the MPI rules to the base compiler type *without* its version. Eg, linux64Gcc (which exists) instead of linux64Gcc81
-