Henry
444dbda097
Ensure __STDC_LIMIT_MACROS is defined before the CGAL headers are included
...
Additional resolution of bug-report http://www.openfoam.org/mantisbt/view.php?id=1474
2015-01-04 23:43:25 +00:00
Henry
ded2f25726
Updated headers
2014-12-31 19:08:15 +00:00
Henry
325b003b6e
Added and verified support for 64bit labels
...
To compile with 64bit labels set
WM_LABEL_SIZE=64
in ~/OpenFOAM/dev/prefs.sh
source ~/.bashrc
then Allwmake in OpenFOAM-dev.
This will build into for example OpenFOAM-dev/platforms/linux64ClangDPInt64Opt
If WM_LABEL_SIZE is unset or set to 32:
WM_LABEL_SIZE=32
the build would be placed into OpenFOAM-dev/platforms/linux64ClangDPInt32Opt
Thus both 32bit and 64bit label builds can coexist without problem.
2014-12-31 19:02:52 +00:00
Henry
296a302867
Renamed -frounded-math option
2014-12-16 08:37:25 +00:00
Henry
95dcfa46aa
Move gcc-specific options to the appropriate wmake rules files
2014-12-15 22:39:21 +00:00
Henry
844b283030
New version of wmake supporting out-of-tree object and dependency files
2014-12-14 21:42:18 +00:00
OpenFOAM-admin
9fb26d59d3
GIT: Repo update
2014-12-11 08:35:10 +00:00
mattijs
2bbddf9cb5
ENH: snappyHexMeshDict: added note
2014-09-30 17:14:16 +01:00
william
2fdeb139dc
BUG: mantis #1389 : foamyHexMesh: point insertion was not correctly setting the vertex count
2014-09-08 12:33:32 +01:00
mattijs
be27bb8641
BUG: extrudeToRegionMesh: memory leak
2014-07-24 17:29:07 +01:00
andy
bb039fc250
ENH: extrudeMesh - migrating new functionlity from internal development line
2014-07-02 16:09:46 +01:00
OpenFOAM-admin
fbb3ddf2c4
Updated for release 2.3.0
2014-02-17 10:21:46 +00:00
william
699b7d2517
BUG: removed executable permissions on flameSpreadWaterSuppressionPanel case files and foamy make/options
2014-01-30 10:17:32 +00:00
william
571359e4b9
COMP: foamyHexMesh: added system include paths for CGAL
2014-01-28 15:22:18 +00:00
william
75612fd019
Merge branch 'master' of /home/dm4/OpenFOAM/repositories/OpenFOAM-dev
2014-01-28 14:58:50 +00:00
william
412317575d
COMP: foamyHexMesh: move CGAL dependencies into rules
2014-01-28 14:58:29 +00:00
mattijs
5ae141856a
ENH: etc: added CGAL setup
2014-01-28 12:54:14 +00:00
mattijs
1f192f8b73
ENH: snappyHexMesh: have single region surface named as <surface> instead of <surface>_<region>
2014-01-27 12:44:45 +00:00
mattijs
489475d137
ENH: snappyHexMesh: separate meshing steps same as run through
2014-01-24 09:19:46 +00:00
mattijs
98cabc2efb
ENH: snappyHexMesh: added debug switch
2014-01-21 16:25:15 +00:00
andy
2aba2c995b
STYLE: minor code formatting
2014-01-10 16:02:37 +00:00
mattijs
22e40fe39a
STYLE: snappyHexMeshDict: tyop
2013-12-20 15:59:58 +00:00
mattijs
a9dc6715ba
ENH: snappyHexMeshDict: document new options
2013-12-17 12:04:57 +00:00
mattijs
a7799adeb8
ENH: snappyHexMeshDict: added new settings
2013-12-04 15:47:42 +00:00
mattijs
202d7c1ad3
ENH: snappyHexMesh: fix growing of attraction. Split off debug/writing/output
2013-11-12 09:00:04 +00:00
mattijs
cca229f785
ENH: snappyHexMesh: layer coverage volfields
2013-10-30 15:17:57 +00:00
mattijs
41650787b1
ENH: mesh tools: max write precision
2013-10-29 09:59:21 +00:00
mattijs
1f63b86824
ENH: snappyHexMeshDict: added comment
2013-10-17 11:49:14 +01:00
mattijs
f02cc06c55
BUG: conformalVoronoiMesh: wrong sync
2013-10-03 10:41:40 +01:00
mattijs
ca8b37a4c8
ENH: snappyHexMeshDict: improved comment
2013-10-03 10:41:27 +01:00
mattijs
cbebe58245
ENH: foamyHexMeshDict: added comment
2013-09-27 16:14:12 +01:00
mattijs
51b4035dbe
COMP: foamyQuadMesh: build order
2013-09-27 09:15:44 +01:00
laurence
f663d40545
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-09-26 15:46:37 +01:00
laurence
8024b53c97
ENH: foamyHexMesh: Split boundary point priority into separate function
2013-09-26 15:46:04 +01:00
laurence
6f6fdd635d
BUG: foamyHexMesh: Correct feature point pair indexing
2013-09-26 15:25:57 +01:00
mattijs
6a0ffc2548
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-09-26 12:32:20 +01:00
laurence
aebfc3c75f
ENH: foamyHexMesh: Do not insert surface points near edge points
2013-09-26 12:08:28 +01:00
laurence
afa5658713
BUG: foamyHexMesh: Do not insert points between internal and surface points
2013-09-26 11:45:49 +01:00
mattijs
f9a20c9da0
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-09-26 11:36:42 +01:00
mattijs
00128075bb
COMP: foamy: suppress cgal generated warnings
2013-09-26 11:36:13 +01:00
Henry
c8717838f4
foamyQuadMesh/Allwmake: ensure foamyHexMesh/conformalVoronoiMesh is
...
build before foamyQuadMesh
2013-09-25 13:05:44 +01:00
laurence
615a74626e
ENH: foamyHexMesh: Include baffle handling
2013-09-25 12:37:19 +01:00
laurence
c060166e7a
BUG: foamyHexMesh: Remove overwrite option.
2013-09-25 10:39:04 +01:00
laurence
e24e08bba3
STYLE: line endings
2013-09-19 16:25:11 +01:00
laurence
4486773fc0
COMP: foamyHexMesh: Remove unused code
2013-09-18 16:01:19 +01:00
laurence
a0196d4f0e
BUG: foamyHexMesh: Make enum public
2013-09-18 15:59:09 +01:00
laurence
b4a742fc89
ENH: collapseEdges: Points now get a priority. The higher the number, the more likely the
...
collapse will be towards that point
2013-09-18 15:31:58 +01:00
laurence
e8d651060d
ENH: foamyHexMesh: Insert referred points that are outside convex hull
2013-09-18 14:58:28 +01:00
laurence
95256688e5
ENH: foamyHexMesh: Move zoning to separate .C file
2013-09-18 14:37:43 +01:00
mattijs
12d87fcacc
ENH: snappyHexMesh: detect small distance snapping
2013-09-13 16:20:03 +01:00