Commits on Source (11)
-
-
-
-
-
vega-4.0 works without model reduction See merge request vegafemv4.0!2
-
works without model reduction See merge request vegafemv4.0!4
-
-
Jean-Christophe Fillion-Robin authored
This commit fixes the following build error reported when using older gcc 5.x (5.2.1): /path/to/VegaFEM/src/libraries/sparseMatrix/sparseMatrix.cpp: In member function ‘bool vega::SparseMatrix::HasNaN() const’: /path/to/VegaFEM/src/libraries/sparseMatrix/sparseMatrix.cpp:1087:36: error: call of overloaded ‘isnan(double&)’ is ambiguous if (isnan(columnEntries[i][j])) return true; ^ In file included from /usr/include/features.h:364:0, from /usr/include/stdlib.h:24, from /path/to/VegaFEM/src/libraries/sparseMatrix/sparseMatrix.cpp:33:
-
Jean-Christophe Fillion-Robin authored
Considering that in VegaFEM v4.0, pthreads was replaced with Intel TBB, this commit removes the references to "pthread" and also removes the corresponding custom CMake module. See http://barbic.usc.edu/vega/download.html
-
Ben Boeckel authored
-
Harald Scheirich authored
objMesh: include `<limits>` for `std::numeric_limits` See merge request !3
Showing
- CMake/FindARPACK.cmake 8 additions, 0 deletionsCMake/FindARPACK.cmake
- CMake/FindMKL.cmake 27 additions, 57 deletionsCMake/FindMKL.cmake
- CMake/FindPThreads.cmake 0 additions, 43 deletionsCMake/FindPThreads.cmake
- CMake/VegaFEMConfig.cmake.in 0 additions, 16 deletionsCMake/VegaFEMConfig.cmake.in
- CMakeLists.txt 172 additions, 57 deletionsCMakeLists.txt
- libraries/animationHelper/CMakeLists.txt 1 addition, 1 deletionlibraries/animationHelper/CMakeLists.txt
- libraries/animationHelper/handleControl.cpp 6 additions, 0 deletionslibraries/animationHelper/handleControl.cpp
- libraries/animationHelper/handleControl.h 5 additions, 0 deletionslibraries/animationHelper/handleControl.h
- libraries/animationHelper/handleScript.cpp 6 additions, 0 deletionslibraries/animationHelper/handleScript.cpp
- libraries/animationHelper/handleScript.h 5 additions, 0 deletionslibraries/animationHelper/handleScript.h
- libraries/animationHelper/simulationRecorder.cpp 8 additions, 2 deletionslibraries/animationHelper/simulationRecorder.cpp
- libraries/animationHelper/simulationRecorder.h 5 additions, 0 deletionslibraries/animationHelper/simulationRecorder.h
- libraries/basicAlgorithms/averagingBuffer.cpp 9 additions, 3 deletionslibraries/basicAlgorithms/averagingBuffer.cpp
- libraries/basicAlgorithms/averagingBuffer.h 5 additions, 0 deletionslibraries/basicAlgorithms/averagingBuffer.h
- libraries/basicAlgorithms/basicAlgorithms.h 7 additions, 0 deletionslibraries/basicAlgorithms/basicAlgorithms.h
- libraries/basicAlgorithms/containerHelper.cpp 6 additions, 0 deletionslibraries/basicAlgorithms/containerHelper.cpp
- libraries/basicAlgorithms/containerHelper.h 5 additions, 0 deletionslibraries/basicAlgorithms/containerHelper.h
- libraries/basicAlgorithms/disjointSet.cpp 15 additions, 9 deletionslibraries/basicAlgorithms/disjointSet.cpp
- libraries/basicAlgorithms/disjointSet.h 5 additions, 0 deletionslibraries/basicAlgorithms/disjointSet.h
- libraries/basicAlgorithms/fileIO.cpp 7 additions, 1 deletionlibraries/basicAlgorithms/fileIO.cpp
CMake/FindARPACK.cmake
0 → 100644
CMake/FindPThreads.cmake
deleted
100644 → 0