Laurent Rineau
|
4fbf00fb8a
|
CMake>=3.13: opt for for new policies up to 3.15
|
2019-06-19 14:34:59 +02:00 |
Sébastien Loriot
|
d60f5645aa
|
replace BOOST_FOREACH by c++ ranged-based for loop
some of the command used for the replacement:
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\(([a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const typename [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((typename [<>a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack "boost/foreach.hpp" -l --cpp | xargs sed -i '/boost\/foreach.hpp>/d'
|
2019-03-29 13:22:15 +01:00 |
Andreas Fabri
|
6979ad1f74
|
Changes after Michael's review
|
2019-01-07 08:42:51 +01:00 |
Andreas Fabri
|
586b185b64
|
Changes after Guillaume's review
|
2018-12-21 11:50:27 +01:00 |
Andreas Fabri
|
3dff3df1a2
|
Remove README
|
2018-12-11 12:33:11 +01:00 |
Andreas Fabri
|
d749d3f003
|
Make iDT the default and explain O() complexity
|
2018-11-20 18:21:19 +01:00 |
Andreas Fabri
|
fd706aa390
|
Needs Eigen 3.3 or greater
|
2018-11-20 08:15:36 +01:00 |
Andreas Fabri
|
1351746df0
|
Change project names in CMakeLists
|
2018-11-15 18:09:39 +01:00 |
Sébastien Loriot
|
85e6443992
|
update requirement
|
2018-11-12 16:55:06 +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 |
Andreas Fabri
|
99d10094c4
|
Changes after Michael's review
|
2018-11-09 12:36:49 +01:00 |
Andreas Fabri
|
b97966f402
|
clean
|
2018-11-06 16:43:11 +01:00 |
Andreas Fabri
|
79e913a5d7
|
factor matrices only once
|
2018-11-06 15:03:08 +01:00 |
Andreas Fabri
|
074e31c3d1
|
rename property map
|
2018-10-31 15:36:18 +01:00 |
Sébastien Loriot
|
c5123bcd29
|
add input data
|
2018-10-31 15:08:02 +01:00 |
Andreas Fabri
|
470ce56df5
|
Make it work with Heat_method_traits_3
|
2018-10-30 22:31:24 +01:00 |
Andreas Fabri
|
a6e5e0ef0c
|
Rename header file
|
2018-10-30 15:12:17 +01:00 |
Andreas Fabri
|
0b0611a44a
|
WIP
|
2018-10-30 15:05:43 +01:00 |
Andreas Fabri
|
924d042e08
|
Add benchmark section
|
2018-10-30 12:09:43 +01:00 |
Andreas Fabri
|
38bd4bd2b6
|
Don't resize() as that assembles the matrix and makes add_coef() slow
|
2018-10-30 12:09:43 +01:00 |
Sébastien Loriot
|
8ecbaa2af3
|
add a default parameter for traits
|
2018-10-25 10:22:12 +02:00 |
Sébastien Loriot
|
27bfd0521d
|
remove vertex distance map as a data member of Heat_method_3 class
pass it directly to the update function now renamed fill_distance_map
|
2018-10-25 10:06:07 +02:00 |
Andreas Fabri
|
150c9c95de
|
Add an example with a Polyhedron_3
|
2018-09-12 12:27:31 +02:00 |
Andreas Fabri
|
e7740e16e8
|
Add example with free function and reorder sections in manual
|
2018-09-11 17:32:53 +02:00 |
Andreas Fabri
|
b0f758f2fe
|
reformat doc
|
2018-09-07 13:49:43 +02:00 |
Andreas Fabri
|
c5e4f3c02b
|
Start cleanup
|
2018-09-04 13:50:17 +02:00 |
Andreas Fabri
|
2074d71cb8
|
Start cleanup
|
2018-09-04 13:38:14 +02:00 |
Christina Vaz
|
9a1b05643c
|
user manual and examples for it
|
2018-08-10 17:25:24 -04:00 |
Andreas Fabri
|
c70c688456
|
flip
|
2018-06-21 16:06:46 +01:00 |
Andreas Fabri
|
1b78454786
|
Add a vertex distance property map
|
2018-06-11 14:05:15 +01:00 |
Andreas Fabri
|
bcc2a82eae
|
Add more code
|
2018-05-24 14:49:30 +01:00 |
Andreas Fabri
|
dd8bf1f4df
|
Add a constructor and two functions to get started
|
2018-05-24 14:35:35 +01:00 |
Andreas Fabri
|
445c04c69b
|
Add a skeleton
|
2018-05-04 14:38:48 +01:00 |