b73b4d8708
BUG: csh setenv syntax
2010-02-23 11:35:59 +00:00
08488007af
COMP: CGAL and boost build and environment options.
2010-02-22 16:00:54 +00:00
e09a140a28
Merge branch 'master' into cvm
...
Conflicts:
applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
2010-02-22 13:59:07 +00:00
827d7d7a8f
Merge branch 'volPointInterpolation'
2010-02-17 15:20:56 +00:00
62637d8471
ENH: initial overhaul of volPointInterpolation.
...
- removed globalPointPatch*
- removed pointPatchInterpolate*
since all is now inside volPointInterpolation.
2010-02-17 14:01:44 +00:00
2e9ec251fc
COMP: update for cmake-2.8.0
2010-02-11 13:37:01 +01:00
c91ffbdbe8
Merge branch 'master' into cvm
...
Conflicts:
src/OpenFOAM/meshes/primitiveShapes/plane/plane.C
src/edgeMesh/Make/options
2010-02-10 15:00:34 +00:00
fa511d3321
ENH: gmp version changed to 5.0.1.
2010-02-08 19:28:52 +00:00
3c490dfe88
BUG: change ParaView_MAJOR to only contain version information without
...
leading text
* Something like ParaView_MAJOR=ParaView_3.6 would have previously
been possible, but this violates paraview's expectation of having
"lib/paraview-<digits>.<digits>"
* TODO? If desired, the ParaView_MAJOR could be determined
automatically in the script.
For example,
ParaView_MAJOR=`echo $ParaView_VERSION | \
sed -e 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`
Or even,
ParaView_MAJOR=${ParaView_VERSION%.[0-9]}
Except that the second version fails if the minor version reaches
double digits.
2010-02-05 11:55:53 +01:00
8426ca1a8c
Merge commit 'OpenCFD/master' into olesenm
2010-02-03 17:40:37 +01:00
e9c2bd85fd
ENH: Allow user to override paraview version
2010-01-27 15:17:51 +00:00
b4e99e369b
Update versions: gcc-4.4.3, mpfr-2.4.2, gmp-5.0.0 and openmpi-1.4.1
2010-01-27 14:00:25 +01:00
a67845421c
Merge branch 'master' into cvm
2010-01-20 12:33:10 +00:00
dc507b8c7d
Relocated paraview PV_PLUGIN_PATH environment variable
...
- moved to $FOAM_LIBBIN/paraview so that built libraries sit in their
own folder - avoids PV error msgs on start-up when it tries to load
all libs under the $PV_PLUGIN_PATH
2010-01-13 10:50:32 +00:00
ff671ff1bb
Merge branch 'master' into cvm
...
Conflicts:
applications/utilities/surface/surfaceFeatureConvert/surfaceFeatureConvert.C
applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
src/Allwmake
src/edgeMesh/Make/files
src/edgeMesh/edgeMesh.C
src/edgeMesh/edgeMesh.H
src/edgeMesh/edgeMeshI.H
src/edgeMesh/edgeMeshIO.C
src/edgeMesh/featureEdgeMesh.C
src/edgeMesh/featureEdgeMesh.H
src/edgeMesh/featureEdgeMesh/featureEdgeMesh.C
src/edgeMesh/featureEdgeMesh/featureEdgeMesh.H
src/meshTools/searchableSurface/closedTriSurfaceMesh.C
src/meshTools/searchableSurface/closedTriSurfaceMesh.H
Merged Mark's work on edgeMesh with my featureEdgeMesh.
2009-12-21 15:52:03 +00:00
fb2bd52972
Use openmpi-1.4, which was released 2009-12-08 (minor security fix).
...
According to the openmpi release information:
- Use GNU Libtool 2.2.6b to build Open MPI, which updates the
embedded "libltdl" library to fix a potential security
vulnerability. There are no other changes compared to Open MPI
v1.3.4.
For development purposes it should thus be adequate to simply
( cd $WM_THIRD_PARTY_DIR && mv openmpi-1.3.4 openmpi-1.4 )
if you don't wish to recompile things.
2009-12-15 16:43:33 +01:00
e00078aa01
Merge branch 'master' into cvm
...
Conflicts:
applications/test/momentOfInertia/Make/options
2009-12-04 18:00:52 +00:00
b83e69818b
update some old dictionary headers - even found mention of Nabla!
2009-12-04 12:39:14 +01:00
00985638d8
remove fvCFD.H usage from remaining library source
...
- exception calcType.H since it'll most likely be used for building
applications anyhow
- use quailified names in more of the lagrangian code
- killed some tab indents in various places.
2009-12-02 15:34:52 +01:00
10798d696f
upgrade to openmpi-1.3.4
2009-12-02 09:29:25 +01:00
ad669ae3d8
Merge branch 'master' into cvm
...
Conflicts:
doc/codingStyleGuide.org
2009-11-30 14:55:39 +00:00
d5765f2237
removed paraview 2 set-up scripts
2009-11-24 14:58:49 +00:00
407d047f07
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-11-24 14:45:05 +00:00
bfc0926c8b
updated to enable alternative builds if env variables set externally
2009-11-24 13:07:12 +00:00
a74f31aace
Initial templated Distribution class where a distribution is
...
accumulated for each component of the template parameter.
2009-11-22 18:21:37 +00:00
fabbd8bb47
Merge branch 'master' into dsmc
2009-11-20 11:31:30 +00:00
fbc7c5bccf
Set gcc-4.4.2 as the default gcc compiler version.
2009-11-16 14:20:10 +00:00
0870e22400
Merge branch 'master' into dsmc
2009-11-11 13:24:48 +00:00
84627ec9ff
allow external setting of WM variables
2009-11-06 11:12:42 +00:00
5882afad87
revert to dev version tag
2009-10-28 11:19:57 +00:00
9a139812ed
Merge branch 'master' of /home/hunt2/mattijs/OpenFOAM/OpenFOAM-dev/.
2009-10-26 09:59:18 +00:00
46f1df810c
unallocated Pstream
2009-10-26 09:59:07 +00:00
51ebdc5e80
Merge branch 'master' into dsmc
2009-10-11 11:16:56 +01:00
d2b1861ca3
mpich2 support
2009-10-07 15:08:53 +01:00
ebfe8de6f4
../etc/settings.csh
2009-10-07 15:08:34 +01:00
e10bb9589e
Merge master, fixing conflicts
2009-09-07 12:23:13 +01:00
73b0912087
do not export WM_PROJECT_VERSION if already set
2009-09-01 10:57:48 +01:00
243bff1a55
initial commit of updated dimensioned constants
2009-08-28 15:23:01 +01:00
8e88577012
Revamping distribution class to use for dsmc tests.
2009-08-19 15:20:00 +01:00
d4864d9b6e
Moved the "generic" BCs into a separate library and included it only in those utilities
...
which need this functionality. Solvers will now check the correctness of the BCs on
read.
2009-08-04 22:13:54 +01:00
1e6e335f5b
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-08-04 10:13:06 +01:00
d217b8bd74
Changed "default" to "generic" for consistency with fvPatchField.
2009-08-04 10:13:01 +01:00
fdc49d78cf
Revert "more consistent naming convention for aliases"
...
This reverts commit ff5137e459 .
But keeps (cosmetic) changes to bin/foamCleanPath
2009-08-03 20:00:09 +02:00
676c842a63
Revert "drop support for paraview 2.x reader"
...
- this was not agreed.
This reverts commit 41b196ffeb .
2009-08-03 16:30:48 +01:00
41b196ffeb
drop support for paraview 2.x reader
2009-08-02 10:04:17 +02:00
ff5137e459
more consistent naming convention for aliases
...
- old-style (left untouched for now):
app, lib, run, sol, tut, util
- new-style:
foamApps, foamLib, foamRun, foamSol, foamTut, foamUtils
- additional aliases:
userApps, whichFoam
NB: ideally we'd have 'foamSrc' instead of 'src'.
Do we really need 'foamsrc' and 'foamfv' anyhow?
2009-08-02 09:44:00 +02:00
ea8d14cccb
Merge commit 'OpenCFD/master' into olesenm
2009-07-29 16:17:37 +02:00
efce737693
Add provisioning for gcc-4.4.1
...
- compile into linux64Gcc44, linuxGcc44 to avoid clashes during testing
- continue to use gmp-4.2.4 since gmp-4.3.x might be miscompiled with
a system gcc-4.3.2
2009-07-29 09:59:16 +02:00
1ec00de14c
and back to dev.....
2009-07-28 12:35:26 +01:00
39d336d038
cshrc consistent with bashrc
2009-07-27 16:47:37 +01:00