Commit Graph

82521 Commits

Author SHA1 Message Date
Andreas Fabri 96ef7fa629 Changes after Michael's review 2019-01-07 11:45:44 +01:00
Andreas Fabri 6979ad1f74 Changes after Michael's review 2019-01-07 08:42:51 +01:00
Andreas Fabri 5841a8b48c Move internal header file 2018-12-23 18:23:07 +01:00
Andreas Fabri 586b185b64 Changes after Guillaume's review 2018-12-21 11:50:27 +01:00
Maxime Gimeno 0519740e1a Move the #define for the distance lines color in the shader 2018-12-21 08:55:09 +01:00
Andreas Fabri 25b2a72c31 Add a macro to switch between white and blacvk lines 2018-12-19 11:50:36 +01:00
Laurent Rineau 5c34bb1f36 The equation of "the gradient in a given triangle" was missing
and the introduction of the equation "integrated divergence associated
with vertex" as well.
2018-12-18 12:14:36 +01:00
Laurent Rineau 26335f93b1 Replace delta by delta_gamma, to stick more with the article
That also introduces the name of the source set.

I have also removed the sentence "over the entire domain M", that was
off-topic, here.
2018-12-18 12:13:34 +01:00
Laurent Rineau ea3927bb13 Fix the naming of the divergence operator 2018-12-18 12:12:20 +01:00
Sébastien Loriot c60a6f5017 fix maybe-uninitialized warning 2018-12-12 14:32:58 +01:00
Andreas Fabri 3dff3df1a2 Remove README 2018-12-11 12:33:11 +01:00
Andreas Fabri 162d74baef Some changes after Sebastien's review 2018-12-11 12:15:16 +01:00
Sébastien Loriot 56de16c9c0 workaround (a compiler bug?) 2018-12-07 10:44:25 +01:00
Andreas Fabri 49c0b7899b fix Eigen 3.2 -> 3.3 2018-12-05 08:41:08 +01:00
Andreas Fabri 047938e068 Try to fix warnings (which I cannot reproduce locally) 2018-11-26 10:00:23 +01:00
Andreas Fabri 994b1aa9c6 Fix link to the Solver package 2018-11-26 09:20:31 +01:00
Andreas Fabri 9546044462 Make iDT the default and explain O() complexity 2018-11-20 18:42:23 +01:00
Andreas Fabri d749d3f003 Make iDT the default and explain O() complexity 2018-11-20 18:21:19 +01:00
Andreas Fabri 65e11086a9 Merge branch 'Heat_method_3-GF' of github.com:afabri/cgal into Heat_method_3-GF 2018-11-20 08:38:25 +01:00
Andreas Fabri fd706aa390 Needs Eigen 3.3 or greater 2018-11-20 08:15:36 +01:00
Sébastien Loriot 8f81b45cbf add dependencies 2018-11-16 18:26:51 +01:00
Andreas Fabri 1351746df0 Change project names in CMakeLists 2018-11-15 18:09:39 +01:00
Andreas Fabri 079dce0e54 Remove #includes that are not needed 2018-11-15 08:06:44 +01:00
Sébastien Loriot 7e88a1ab5e update travis matrix 2018-11-14 19:00:26 +01:00
Sébastien Loriot db87cc916c add missing namespace 2018-11-14 18:59:36 +01:00
Sébastien Loriot e0c5a25316 fix concept 2018-11-13 21:47:08 +01:00
Sébastien Loriot 1d04a47326 use and document Index type 2018-11-13 21:26:00 +01:00
Sébastien Loriot 73523a9f87 add missing include directive 2018-11-13 12:57:07 +01:00
Andreas Fabri c60b8571e5 Fix test of concept 2018-11-13 09:54:17 +01:00
Andreas Fabri 781191fb2c Make const& 2018-11-13 09:41:39 +01:00
Sébastien Loriot 85e6443992 update requirement 2018-11-12 16:55:06 +01:00
Sébastien Loriot 991e2a453d fix warnings and compilation error + add missing overload 2018-11-12 16:54:16 +01:00
Andreas Fabri 63afe3e2f9 Move Heat_method_3 in Documentation/dependencies to make merge into integration easier 2018-11-12 13:52:33 +01:00
Andreas Fabri ffae480b6e Move Heat_method_3 in Documentation/dependencies to make merge into integration easier 2018-11-12 13:51:00 +01:00
Andreas Fabri c782309ee0 Fix after merge 2018-11-12 13:47:17 +01:00
Andreas Fabri 5b62f06871 Fix merge conflicts 2018-11-12 13:02:52 +01:00
Andreas Fabri 9b4d98b083 rename file 2018-11-12 12:46:30 +01:00
Andreas Fabri 56c6a7946f Add tests 2018-11-12 12:44:44 +01:00
Sébastien Loriot 018652517b Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' 2018-11-12 10:08:29 +01:00
Sébastien Loriot 089377d238 Merge remote-tracking branch 'cgal/releases/CGAL-4.12-branch' into HEAD 2018-11-12 10:07:27 +01:00
Sebastien Loriot 21d53cd984
Merge pull request #3172 from sloriot/Triangulation-fix_IO
Fix vertex istream operator
2018-11-12 09:58:14 +01:00
Andreas Fabri f0e6802f74 Changes after Guillaume's review 2018-11-12 09:57:58 +01:00
Sebastien Loriot 6dc70d23cc
Merge pull request #3445 from sloriot/PMP-coref_vpm_fixes
Use correct vpm
2018-11-12 09:54:09 +01:00
Sebastien Loriot a2f2d42a13
Merge pull request #3448 from MaelRL/BGL-fix_doc_typos-GF
BGL: fix doc typo
2018-11-12 09:51:40 +01:00
Andreas Fabri 3f7300283e Changes after Guillaume's review 2018-11-12 09:35:01 +01:00
Mael Rouxel-Labbé 689724052c Fixed containers return types 2018-11-09 13:08:57 +01:00
Andreas Fabri 99d10094c4 Changes after Michael's review 2018-11-09 12:36:49 +01:00
Sébastien Loriot e91acb5520 correctly fix the warning 2018-11-09 09:03:52 +01:00
Sébastien Loriot 4dd6526022 Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' 2018-11-08 17:21:29 +01:00
Sébastien Loriot 20b8205952 Merge remote-tracking branch 'cgal/releases/CGAL-4.12-branch' into HEAD 2018-11-08 17:21:00 +01:00