Commit Graph

339 Commits

Author SHA1 Message Date
Christina Vaz 2525ef7268 visual demo for single source for heat method 2018-06-12 19:31:32 -04:00
Andreas Fabri 0ee2f2bd0f Declare methods const 2018-06-11 16:42:07 +01:00
Andreas Fabri 375d45f40d CGAL getters don't start with get_ 2018-06-11 16:36:26 +01:00
Andreas Fabri d224154e52 Use reference 2018-06-11 16:26:23 +01:00
Andreas Fabri 81a38b685a Types in CGAL are capitalized 2018-06-11 16:12:28 +01:00
Andreas Fabri c963730849 Do not include files that are not needed 2018-06-11 15:52:45 +01:00
Andreas Fabri 52c26c4382 Make update do something 2018-06-11 15:09:50 +01:00
Andreas Fabri 1b78454786 Add a vertex distance property map 2018-06-11 14:05:15 +01:00
Christina Vaz b2dbe5318a Third phase of Heat method 2018-06-08 20:17:57 -04:00
Christina Vaz f10963a28f added tests for computing unit gradient 2018-06-08 15:55:41 -04:00
Christina Vaz ed5c8e161d added phase 2 of heat method, tests to come 2018-06-07 17:57:09 -04:00
Christina Vaz 43790a83c5 small fixes 2018-06-07 16:04:11 -04:00
Christina Vaz 15e18144de fixing structure of tests for readability 2018-06-07 15:45:51 -04:00
Christina Vaz 97b9203e69 little fixes 2018-06-07 15:32:53 -04:00
Christina Vaz 25868702db Added solver for heat equation 2018-06-07 15:04:57 -04:00
Andreas Fabri 6405d10cdc Fixes so that it also works with a Polyhedron_3 2018-06-07 11:19:35 +01:00
Andreas Fabri 0ec988c35d Fix remove_source() 2018-06-07 11:12:42 +01:00
Andreas Fabri a8e933a9fc Comment a line that segfaults. Needs proper fix 2018-06-07 10:59:25 +01:00
Andreas Fabri 01b95347fc Do not copy matrices but use const& 2018-06-07 10:57:45 +01:00
Christina Vaz 6f324d4680 added face/index property map 2018-06-06 22:33:18 -04:00
Christina Vaz 8a6e5a5c5a tests for matrix construction 2018-06-06 22:04:57 -04:00
Christina Vaz fb930d6c89 Added Kronecker delta funcitonality/test 2018-06-06 18:04:31 -04:00
Christina Vaz 5d563153ef added time step computation and test 2018-06-06 16:30:51 -04:00
Christina Vaz 4fb3893088 source set tests 2018-06-06 15:08:08 -04:00
Andreas Fabri 16337232b1 Use a CGAL_precondition 2018-06-06 07:55:55 +01:00
Andreas Fabri 39833dcea6 1/3 is zero 2018-06-06 07:53:07 +01:00
Andreas Fabri 1666cc10ae Change the index type and initialize it from 0 to num_vertices() 2018-06-06 07:50:28 +01:00
Andreas Fabri ce36c09085 fix constructors 2018-06-06 07:39:09 +01:00
Christina Vaz 8659be2ddd Construct cotan matrix and mass matrix 2018-06-05 22:18:00 -04:00
Andreas Fabri 8f5a89a26e Initialize the property map 2018-06-05 08:53:52 +01:00
Andreas Fabri b295123f2f Add a property map that allows to associate an index to vertices 2018-05-31 16:09:49 +01:00
Christina Vaz e5641c0d03 added source set functiosn 2018-05-25 23:46:09 -04:00
Christina Vaz b58b22e7cc added source set functions 2018-05-25 23:43:59 -04:00
Andreas Fabri aba4792ce7 Add the Linear Algebra as a template parameter 2018-05-24 15:29:19 +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 4accc67abb fix 2018-05-04 17:16:00 +01:00
Andreas Fabri 3134e026c0 Fixes 2018-05-04 15:14:17 +01:00
Andreas Fabri 445c04c69b Add a skeleton 2018-05-04 14:38:48 +01:00