- 30 Sep, 2016 1 commit
-
-
Andrew Heather authored
Note: should be using the result of the parent::read(dict) when deciding whether to read local entries...
-
- 23 Sep, 2016 2 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- 07 Oct, 2016 1 commit
-
-
Mark Olesen authored
- potentially useful for static builds
-
- 04 Oct, 2016 1 commit
-
-
Mark Olesen authored
-
- 20 Sep, 2016 1 commit
-
-
Andrew Heather authored
-
- 24 Aug, 2016 1 commit
-
-
Henry Weller authored
- There will be triangles rendered inside the mesh (when surface-rendering), because one of the cell's triangles is defined as a quadrangle in VTK_WEDGE. - Therefore, this VTK_WEDGE representation is only used when decomposing the mesh, otherwise the correct representation is done by VTK_POLYHEDRON. - Furthermore, using VTK_PYRAMID gave worse result, because it renders 2 triangles inside the mesh for the collapsed quadrangle, likely due to mismatch with the adjacent cell's face. - Using VTK_HEXAHEDRON was not tested in this iteration, given that it should give even worse results, when compared to using VTK_PYRAMID. Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2099
-
- 16 Aug, 2016 1 commit
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2192
-
- 05 Aug, 2016 1 commit
-
-
Henry Weller authored
Requires gcc version 4.7 or higher
-
- 24 Jun, 2016 1 commit
-
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
- 18 May, 2016 1 commit
-
-
Henry Weller authored
-
- 30 Apr, 2016 2 commits
-
-
Henry Weller authored
-
Henry Weller authored
GeometricField: Renamed internalField() -> primitiveField() and dimensionedInternalField() -> internalField() These new names are more consistent and logical because: primitiveField(): primitiveFieldRef(): Provides low-level access to the Field<Type> (primitive field) without dimension or mesh-consistency checking. This should only be used in the low-level functions where dimensional consistency is ensured by careful programming and computational efficiency is paramount. internalField(): internalFieldRef(): Provides access to the DimensionedField<Type, GeoMesh> of values on the internal mesh-type for which the GeometricField is defined and supports dimension and checking and mesh-consistency checking.
-
- 26 Apr, 2016 1 commit
-
-
Henry Weller authored
-
- 25 Apr, 2016 1 commit
-
-
Henry Weller authored
-
- 24 Apr, 2016 1 commit
-
-
Henry Weller authored
-
- 07 Sep, 2016 1 commit
-
-
Andrew Heather authored
-
- 06 Sep, 2016 1 commit
-
-
Mark Olesen authored
- reported by Bruno
-
- 22 Jul, 2016 1 commit
-
-
Andrew Heather authored
-
- 12 Jul, 2016 1 commit
-
-
Mark Olesen authored
- remove old VTK_CONVEX_POINT_SET code, since VTK_POLYHEDRON exists since several years ENH: improve robustness of paraFoam script - only check the relevant plugin types, fallback to native reader if needed/possible.
-
- 20 Jun, 2016 1 commit
-
-
Mark Olesen authored
- more consistent with the rest of the OpenFOAM source tree - improve wmake / wclean behaviour
-
- 17 Jun, 2016 1 commit
-
-
Mark Olesen authored
-
- 16 Jun, 2016 1 commit
-
-
Mark Olesen authored
- although the build is not 100% complete, it is only the run-time post-processing with VTK that is affected. - improve robustness and warning messages COMP: adjust build order (solvers, utilities) - as per http://bugs.openfoam.org/view.php?id=2116
-
- 22 Jun, 2016 1 commit
-
-
Andrew Heather authored
-
- 10 Jun, 2016 2 commits
-
-
Andrew Heather authored
Fixes #99 #121 #127 #128 #138 * -case argument support and nFrames > 1 warning for static mode * viewAngle reset in static camera mode
-
Andrew Heather authored
-
- 26 Apr, 2016 1 commit
-
-
Andrew Heather authored
-
- 22 Apr, 2016 1 commit
-
-
Andrew Heather authored
-
- 21 Apr, 2016 1 commit
-
-
Andrew Heather authored
-
- 25 Apr, 2016 1 commit
-
-
Andrew Heather authored
-
- 16 Apr, 2016 1 commit
-
-
Henry Weller authored
-
- 04 Apr, 2016 1 commit
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolved bug-report http://www.openfoam.org/mantisbt/view.php?id=2042
-
- 15 Feb, 2016 1 commit
-
-
Henry Weller authored
-
- 10 Feb, 2016 1 commit
-
-
Henry Weller authored
-
- 08 Feb, 2016 1 commit
-
-
Henry Weller authored
PV4FoamReaders: Updated to build with ParaView-5.0.0 paraFoam: Updated to load PV4FoamReaders for ParaView-5.0.0 Currently this is experimental but if it becomes clear that ParaView-4 and ParaView-5 are and will remain consistent with respect to readers the plan is to rename PV4 -> PV or PV4 -> PV45 if it is assumed that PV6 may need to be different.
-
- 10 Jan, 2016 2 commits
-
-
Henry Weller authored
-
Henry Weller authored
The c++0x is used rather than c++11 to support gcc-4.5.?
-
- 02 Dec, 2015 1 commit
-
-
Andrew Heather authored
-
- 10 Nov, 2015 1 commit
-
-
Henry Weller authored
Avoids the clutter and maintenance effort associated with providing the function signature string.
-
- 01 Nov, 2015 1 commit
-
-
Henry Weller authored
The new NotImplemented macro uses __PRETTY_FUNCTION__ for GNU compatible compilers otherwise __func__ to provide the function name string.
-