Timeline for answer to How discretize a region placing vertices on a specific non-uniform grid by Michael E2
Current License: CC BY-SA 3.0
Post Revisions
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:55 | history | edited | CommunityBot |
replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/
|
|
| Dec 26, 2014 at 17:51 | comment | added | Michael E2 | @unlikely That's a good guess. There would be a lot unnecessary testing. | |
| Dec 26, 2014 at 17:35 | comment | added | unlikely |
Interesting, "compact" routine, I had to study many tricks you used to have an idea of how it works. However, on my tests with MaxCellMeasure->0.2/200 and Length[xg] == Length[yg] == 200 I get an AbsoluteTiming of about 5 sec, while a sligtly revised version of mine (avoiding NSolve) requires about 0.3 sec.. Maybe it's because you check every boundary element against possible intersections with every gridline?
|
|
| Dec 26, 2014 at 1:25 | history | edited | Michael E2 | CC BY-SA 3.0 |
Added reference
|
| Dec 25, 2014 at 17:38 | history | answered | Michael E2 | CC BY-SA 3.0 |