Mark Olesen
aa6b835104
ENH: use fileName::nameLessExt() instead of fileName::name(bool)
...
- the purpose is more explicit, without needing to check documentation
about what the bool parameter means.
STYLE: improve formatting of fileName documentation
2017-03-10 11:49:56 +01:00
Mark Olesen
a748ce1eaf
STYLE: resolve COMP_FLAGS, COMPILE_FLAGS mismash in favour of COMP_FLAGS
2017-02-23 16:25:38 +01:00
Mark Olesen
6f2b2aff40
STYLE: reduce script verbosity
2016-12-13 08:15:00 +01:00
Mark Olesen
dc1c37e464
COMP: add in plain lib/ directories for boost, cgal, fftw
...
- these directories are sometimes used for a central, non-thirdparty, non-system
installation
- leave gmp and mpfr as is, since it is not clear how these would interact with system
versions
2016-11-25 20:43:27 +01:00
Mark Olesen
95e7faf309
STYLE: use the more succinct forms for argList (issue #307 )
...
* args[int] vs args.args()[int]
* args[word] vs args.options()[word]
etc.
2016-11-20 13:06:57 +01:00
Mark Olesen
e8f6099a1f
COMP: Newer CGAL versions break current CGAL wmake rules (issue #288 )
...
On 64-bit systems, the system installations of boost, cgal are under
lib64/. The behaviour for a ThirdParty build is mostly lib/ but this
can also be changing.
Boost 1_62_0 and older build into 'lib/'.
CGAL-4.9 builds into 'lib64/', older versions into 'lib/'.
Future-proof things by using lib$WM_COMPILER_LIB_ARCH for boost and
cgal build rules, and forcing these as build targets in the ThirdParty
makeCGAL as well.
--
STYLE: check for boost/version.hpp, CGAL/version.h instead their directories
2016-11-04 12:05:35 +01:00
Andrew Heather
c35bcc05f4
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-06-27 23:22:54 +01:00
Andrew Heather
efb39a8790
ENH: (further) Doxygen documentation updates for module support
2016-06-27 20:34:19 +01:00
Mark Olesen
97943ed819
COMP: improve robustness and warning messages when building paraview plugins
2016-06-17 09:31:41 +02:00
Andrew Heather
b9313ef2fe
ENH: Consistency updates after Foundation merge and code tidying
2016-04-25 16:46:56 +01:00
andy
fd9d801e2d
GIT: Initial commit after latest foundation merge
2016-04-25 11:40:48 +01:00
Henry Weller
8c6fa81eba
vector::zero -> Zero
2016-04-16 18:34:41 +01:00
Henry Weller
56fa7c0906
Update code to use the simpler C++11 template syntax removing spaces between closing ">"s
2016-01-10 22:41:16 +00:00
Andrew Heather
0e01c44129
GIT: Resolved conflict
2015-12-09 16:19:28 +00:00
Andrew Heather
abeef3313d
STYLE: Updated header file documentation
2015-12-09 16:10:35 +00:00
Andrew Heather
8f1d043364
GIT: Resolved conflict
2015-12-09 09:32:38 +00:00
Andrew Heather
eafd5a3850
ENH: Updated Info, Warning and Error messages
2015-12-08 11:15:39 +00:00
Andrew Heather
3f55f752fc
GIT: Resolve conflict with upstream merge from Foundation
2015-12-07 17:07:20 +00:00
Andrew Heather
73dac8c7ee
ENH: Updating utilities based on internal development line
2015-12-02 10:17:28 +00:00
Henry Weller
e2ef006b91
applications: Update ...ErrorIn -> ...ErrorInFunction
...
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-10 17:53:31 +00:00
mattijs
c6a3d4f3c5
ENH: surface: various updates to the surface utilities
...
surfaceBooleanFeatures: use CGAL for intersection
surfaceCheck: write surface zoning as vtk file
surfaceInflate: new utility to offset surface
surfacePatch: replacement for surfaceAutoPatch. Also does cutting of surfaces.
2015-11-10 15:04:32 +00:00
Henry Weller
8342cdc6ee
Documentation: Use '-' rather than '+' for lists for Doxygen
2015-10-29 22:41:34 +00:00
Henry
c778346c96
Formatting: Rationalized the indentation of #include
2015-02-10 20:35:50 +00:00
Henry
f4596ad247
Resolve issues relating to compilation with clang-3.5.0
2014-12-15 22:38:10 +00:00
laurence
615a74626e
ENH: foamyHexMesh: Include baffle handling
2013-09-25 12:37:19 +01:00
laurence
62f18ee7d5
BUG: extendedFeatureEdgeMesh: Add stream operators for sideVolumeType
2013-06-20 12:40:15 +01:00
laurence
4ac91793a3
ENH: surfaceBooleanFeatures: Update and start handling baffles
2013-05-31 17:17:34 +01:00
laurence
f33b977421
ENH: surfaceBooleanFeatures: Output files to constant/extendedFeatureEdgeMesh
2013-03-15 12:46:18 +00:00
laurence
9f61b9123b
ENH: Add enum and featurePointEdges.
2012-12-11 17:08:27 +00:00
mattijs
b35ae36e7b
ENH: surfaceBooleanFeatures: write eMesh edgeMesh as well
2012-05-01 17:13:29 +01:00
mattijs
5beb857d8e
BUG: surfaceBooleanFeatures: extraneous command-line clearing
2012-04-02 10:50:40 +01:00
mattijs
51b6dcd4a3
COMP: 64bit label changes
2011-11-28 12:56:34 +00:00
Henry
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
graham
74b4639b4f
COMP: meshTools.H
2011-05-13 10:39:19 +01:00
graham
a3b1263184
ENH: Using enhancedFeatureEdgeMesh.
2011-02-18 16:17:49 +00:00
graham
89619c5015
Revert "ENH: Copyright dates to allow a push."
...
This reverts commit c5bea5242b
.
2011-01-19 10:26:24 +00:00
graham
c5bea5242b
ENH: Copyright dates to allow a push.
2011-01-07 15:09:52 +00:00
graham
00e49c1325
ENH: No need for output filename, better (uniform) scale on normals obj.
2010-12-21 17:58:33 +00:00
graham
664940fa3a
ENH: surfaceBoooleanFeatures utility.
2010-12-20 11:42:13 +00:00