- Mar 10, 2017
-
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
- the regex was not being unset on assignment. - drop unused recompile() method as being dubious
-
- Mar 09, 2017
-
-
Mark Olesen authored
-
Mark Olesen authored
- caused by the typo '@E' instead of '$E' (commit 997f1713) ENH: minor improvements for wmake/src makefile - 'make clean' now also tries to remove the parent platforms/ directory if possible. - the flex intermediate build target is placed into the platforms/ directory to avoid touching the src/ directory at all. - suppress warnings about unused functions (GCC only)
-
Mark Olesen authored
- makes it possible to filter out or highlight messages originating from wmkdep in the build process.
-
- Mar 08, 2017
-
-
sergio authored
-
sergio authored
And correcting bool entry from dictionary in fanFvPatchField BC
-
Mark Olesen authored
- now explicitly check for "SOLID" or "solid" in the header - does not affect triSurface in the master branch, since that used a different parser.
-
Mark Olesen authored
- for symmetry with MeshedSurface etc.
-
Andrew Heather authored
Subset list See merge request !97
-
Mark Olesen authored
- determines a unique sort order (as per uniqueOrder) and uses that to reorder the list and possibly truncate it.
-
- Mar 07, 2017
-
-
Mark Olesen authored
- these are suitable for use with lambda functions. - Deprecate the unused 3-parameter version of subset/inplaceSubset. - Deprecate initList and initListList in favour of initializer_list STYLE: adjust some comments, remove dead code in regionSizeDistribution.C
-
Mark Olesen authored
-
Mark Olesen authored
- do not enable function objects by default if there is no means of disabling them.
-
- Mar 06, 2017
-
-
sergio authored
This helps on bounding Twall on cases where large inertia is found in the first cell next to the fluid (i.e large cell, rho or Cp)
-
- Mar 02, 2017
-
-
Andrew Heather authored
Fixes #416 Closes #416 See merge request !96
-
Prashant Sonakar authored
-
- Mar 01, 2017
-
-
mattijs authored
-
- Feb 28, 2017
- Feb 27, 2017
- Feb 24, 2017
-
-
Sergio Ferraris authored
Improvements, adjustments for build scripts and infrastructure See merge request !94
-
Mark Olesen authored
- new behaviour is to do nothing if no platform was specified. This helps avoid inadvertently removing files. - support special platforms for compatibility with wmake/wclean targets. Eg, "wcleanPlatform all" - allow use from ThirdParty top-level as well, since the directory structure is similar. BUG: fix regression in wcleanLnIncludeAll introduced by 9e2e1115
-
- Feb 23, 2017
-
-
Mark Olesen authored
-
Mark Olesen authored
Can now use this: _foamSourceEtc config.sh/scotch _foamSourceEtc config.csh/scotch instead of this: _foamSource $($WM_PROJECT_DIR/bin/foamEtcFile config.sh/scotch) _foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config.csh/scotch` In the bash/sh version, leave the _foamSource function for now, since ThirdParty is still relying on it. STYLE: elminate while-loop for _foamAddPath etc since this type of construct isn't readily possible for csh and isn't being used anywhere.
-
Mark Olesen authored
- Eg, instead if file=$(foamEtcFile filename) then . $file fi can write eval "$(foamEtcFile -sh filename)" Also supports -verbose reporting, which is especially useful for csh, since it allows simplification of aliases and allows the message to land on stderr instead of stdout. eval `foamEtcFile -csh -verbose filename`
-
Andrew Heather authored
Use subDict for changeDictionary, Fixes #409 Closes #409 See merge request !95
-
Mark Olesen authored
-
Mark Olesen authored
-
Prashant Sonakar authored
-
Mark Olesen authored
STYLE: improve consistency in Allwclean scripts
-
- Feb 21, 2017
-
-
mark authored
- this may still need more testing, but the basic idea is to find directories with 'Allwclean' or 'Make' and process them (once!)
-
mark authored
- use -name test before -type test to avoid calling stat(2) on every file. - use -delete instead of -exec rm to avoid forking
-
mark authored
- remove some spurious regExp includes
-
- Feb 20, 2017
-
-
Sergio Ferraris authored
Flat list output See merge request !93
-
sergio authored
-
sergio authored
ENH:Delete 'not Implemented' function updateCoeffs() in slicedFvPatchField. ACMI patch is used with mesh.C() in isoSurface which uses slicedFvPatch.
-