- 30 Sep, 2016 1 commit
-
-
Mark Olesen authored
- CGAL itself includes its library dependencies, we only need to provide the -L... option to the proper ThirdParty locations. Should help improve general build robustness.
-
- 01 Mar, 2016 1 commit
-
-
Henry Weller authored
-
- 24 Nov, 2015 2 commits
- 18 Jan, 2015 1 commit
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1186
-
- 16 Dec, 2014 1 commit
-
-
Henry authored
-
- 15 Dec, 2014 1 commit
-
-
Henry authored
-
- 27 Jan, 2014 1 commit
-
-
mattijs authored
-
- 10 May, 2013 1 commit
-
-
laurence authored
-
- 08 Jan, 2013 2 commits
-
- 07 Jan, 2013 1 commit
-
-
laurence authored
-
- 11 Dec, 2012 1 commit
-
-
laurence authored
-
- 16 Nov, 2012 1 commit
-
-
mattijs authored
-
- 26 Apr, 2012 1 commit
-
-
laurence authored
This is so that surfaceFeatureExtract will compile without boost/mpfr
-
- 02 Apr, 2012 2 commits
- 27 Mar, 2012 1 commit
-
-
laurence authored
-
- 22 Jul, 2011 1 commit
-
-
Henry authored
Removed unused dependencies on CGAL
-
- 13 May, 2011 1 commit
-
-
graham authored
BUG: Wrong decision about wellInside. STYLE: Rename variable - maxLevels to minLevels - better description. COMP: Add decomp libs.
-
- 26 Feb, 2010 1 commit
-
-
graham authored
default whern surface does not support volumeType. BUG: conformalVoronoiMesh. Making test "totalHits >= hitLimit" rather than "totalHits = hitLimit" to be strictly consistent and always trigger the iteration termination message.
-
- 23 Feb, 2010 1 commit
-
-
graham authored
CGAL_LIBS.
-
- 22 Feb, 2010 1 commit
-
-
graham authored
-
- 22 Dec, 2009 1 commit
-
-
graham authored
problems with the tensor::eigenValues calculation: "complex eigenvalues detected for tensor:" for very high aspect ratio faces.
-
- 21 Oct, 2009 1 commit
-
-
graham authored
-
- 20 Oct, 2009 1 commit
-
-
graham authored
-
- 28 May, 2009 2 commits
-
-
graham authored
CGAL_SRC for everything. Changed location of CGAL_FILES "files". Updated old meshers with new options. in .bashrc using this environment: ~~~~~~~~~~~ export BOOST_LIB_VERSION=1_39 export BOOST_PATCH_LEVEL=_0 export BOOST_COMPILER=gcc43 export BOOST_VERSION=$BOOST_LIB_VERSION$BOOST_PATCH_LEVEL export BOOST_ROOT=$WM_THIRD_PARTY_DIR/boost_$BOOST_VERSION export CGAL_VERSION=3.4 export CGAL_SRC=$WM_THIRD_PARTY_DIR/CGAL-$CGAL_VERSION ~~~~~~~~~~~ and have written a script call makeCGAL to build and configure boost and CGAL: ~~~~~~~~~~~ BOOST_ARCH_PATH=${BOOST_ROOT}/platforms/${WM_OPTIONS} cd ${BOOST_ROOT} rm -rf ${BOOST_ARCH_PATH} ./bootstrap.sh \ --with-libraries=thread \ --libdir=$BOOST_ARCH_PATH/lib \ --includedir=$BOOST_ROOT/include if [ -r /proc/cpuinfo ] then WM_NCOMPPROCS=$(egrep "^processor" /proc/cpuinfo | wc -l) [ $WM_NCOMPPROCS -le 8 ] || WM_NCOMPPROCS=8 time ./bjam -j $WM_NCOMPPROCS install else time ./bjam install fi echo "Done boost" cd ${CGAL_SRC} BOOST_VERSION_NO=`grep "#define BOOST_VERSION " \ ${BOOST_ROOT}/include/boost-${BOOST_LIB_VERSION}/boost/version.hpp \ | cut -d " " -f 3` cmake \ -DGMP_INCLUDE_DIR=${WM_THIRD_PARTY_DIR}/gmp-4.2.4 \ -DGMP_LIBRARIES_DIR=${WM_THIRD_PARTY_DIR}/gmp-4.2.4/platforms/${WM_ARCH}${WM_COMPILER_ARCH}/lib \ -DGMP_LIBRARIES=${WM_THIRD_PARTY_DIR}/gmp-4.2.4/platforms/${WM_ARCH}${WM_COMPILER_ARCH}/lib/libgmp.so \ -DMPFR_INCLUDE_DIR=${WM_THIRD_PARTY_DIR}/mpfr-2.4.1 \ -DMPFR_LIBRARIES_DIR=${WM_THIRD_PARTY_DIR}/mpfr-2.4.1/platforms/${WM_ARCH}${WM_COMPILER_ARCH}/lib \ -DMPFR_LIBRARIES=${WM_THIRD_PARTY_DIR}/mpfr-2.4.1/platforms/${WM_ARCH}${WM_COMPILER_ARCH}/lib/libmpfr.so \ -DBoost_INCLUDE_DIR=${BOOST_ROOT}/include/boost-${BOOST_LIB_VERSION} \ -DBoost_LIBRARY_DIRS=$BOOST_ARCH_PATH/lib \ -DBoost_THREAD_LIBRARY=$BOOST_ARCH_PATH/lib/libboost_thread-${BOOST_COMPILER}-mt-${BOOST_LIB_VERSION}.so \ -DBoost_THREAD_LIBRARY_RELEASE=$BOOST_ARCH_PATH/lib/libboost_thread-${BOOST_COMPILER}-mt-${BOOST_LIB_VERSION}.so \ -DBoost_VERSION=$BOOST_VERSION_NO \ ${CGAL_SRC} echo "\${CGAL_SRC}/src/CGAL/assertions.cpp" > ${CGAL_SRC}/src/CGAL/files echo "\${CGAL_SRC}/src/CGAL/MP_Float.cpp" >> ${CGAL_SRC}/src/CGAL/files echo "\${CGAL_SRC}/src/CGAL/Random.cpp" >> ${CGAL_SRC}/src/CGAL/files echo "\${CGAL_SRC}/src/CGAL/io.cpp" >> ${CGAL_SRC}/src/CGAL/files echo "Done CGAL"
-
graham authored
version is being used.
-
- 08 Apr, 2009 1 commit
-
-
graham authored
Ability to fill any initial points properly into any surfaces. Using conformationSurfaces class to handle geometric queries to the surfaces to be conformed to.
-
- 03 Apr, 2009 1 commit
-
-
graham authored
-
- 01 Apr, 2009 1 commit
-
-
graham authored
-
- 30 Mar, 2009 1 commit
-
-
graham authored
-
- 20 Mar, 2009 1 commit
-
-
Graham authored
-
- 18 Mar, 2009 1 commit
-
-
Graham authored
-
- 17 Mar, 2009 1 commit
-
-
Graham authored
-
- 24 Feb, 2009 1 commit
-
-
graham authored
-
- 11 Feb, 2009 1 commit
-
-
graham authored
Fixed mistake in spoke search - wasn't setting closestSpokeHitDistance for further comparisons. Isotropic forcing using sqrt(faceArea). Added 3D analogue of 2D forcing function - needs experimented with.
-
- 09 Feb, 2009 1 commit
-
-
graham authored
Using CGAL-3.4. Requires to be linked to compiled boost thread library. In this commit it is hard-coded to -lboost_thread-gcc43-mt-1_37, i.e. boost version 1.37.0, will need to be parameterised. CGAL does not need to be compiled, as before, and needs the CGAL-3.4/src/files file as before, but the compiler_config.h file, written by cmake, is now included from CGAL/3.4/include/CGAL, where it has been editted to remove the use of GMP. To use the CMP libraries, add -lgmpxx -lmpfr -lgmp to Make/options - there is little (2%) obvious performance benefit to creating a DT with GMP. -frounding-math is a required option - when running in debug assertions failures occur without it when using an exact construction.
-
- 21 Jan, 2009 2 commits