- Sep 13, 2016
-
-
Mark Olesen authored
- 64-bit builds of gcc/mpfr/gmp use lib64/ for their installation path. Use this for the wmake rules as well.
-
Mark Olesen authored
- spurious use of floatScalar instead of scalar for processor weights. STYLE: partially updated dummy metis.h to reflect metis-5.1.0 API
-
- Sep 08, 2016
-
-
Andrew Heather authored
-
- Sep 07, 2016
-
-
mattijs authored
-
Andrew Heather authored
-
Mark Olesen authored
-
- Sep 06, 2016
-
-
Mark Olesen authored
- reported by Bruno
-
Mark Olesen authored
- Also reported as http://bugs.openfoam.org/view.php?id=2188
-
Mark Olesen authored
- add corrsponding testing into surfaceMeshConvertTesting too
-
- Sep 02, 2016
-
-
sergio authored
-
sergio authored
-
sergio authored
-
Andrew Heather authored
-
- Aug 25, 2016
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Aug 18, 2016
-
-
Andrew Heather authored
BUG: ensightSurfaceReader - enabled reading of data from sub-directory and updated field mask (See #215)
-
Andrew Heather authored
-
Andrew Heather authored
-
- Aug 12, 2016
-
-
Mark Olesen authored
- gearing to make it more reusable in triSurface
-
- Aug 31, 2016
- Aug 19, 2016
-
-
mattijs authored
This was going wrong in a fair few cases where you would get regions which were delimited by a combination of intersections with unnamed surfaces (wall) and named surfaces (faceZone surface) but not with either of these sets individually. This would cause there to be unvisited cells (zone = -2) next to a visited cells but separated by a named surface only (and not an unnamed surface). Fixed by using direct surface intersection in the removal part. Related to #66.
-
mattijs authored
-
- Aug 11, 2016
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Aug 10, 2016
- Aug 09, 2016
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Aug 08, 2016
-
-
Mark Olesen authored
-
Mark Olesen authored
- existed, but was not being called
-
- Aug 02, 2016
-
-
Mark Olesen authored
- consistent with approach used elsewhere. Generates smaller files.
-
Mark Olesen authored
- was a small typo
-
Mark Olesen authored
- Propagate cellDist information from internal to patch fields too NOTE: uses C++11 'auto' and a range-based for loop
-
- Aug 01, 2016
-
-
Mark Olesen authored
- previously just detected the presence of "processor" in the case path name. Restrict to checking the final portion. Does not solve all problems, but solves ones like this: test-new-processor-generation/....
-
Andrew Heather authored
-