- 13 Dec, 2016 1 commit
-
-
JasonPries authored
-
- 07 Dec, 2016 1 commit
-
-
JasonPries authored
Uniform testing of Sketch::build() results
-
- 04 Dec, 2016 1 commit
-
-
JasonPries authored
-
- 02 Dec, 2016 1 commit
-
-
JasonPries authored
-
- 27 Nov, 2016 1 commit
-
-
JasonPries authored
-
- 26 Nov, 2016 2 commits
-
-
JasonPries authored
Add fstream
-
JasonPries authored
-
- 24 Nov, 2016 1 commit
-
-
JasonPries authored
-
- 20 Nov, 2016 1 commit
-
-
JasonPries authored
-
- 19 Nov, 2016 3 commits
-
-
JasonPries authored
-
JasonPries authored
-
JasonPries authored
-
- 18 Nov, 2016 1 commit
-
-
JasonPries authored
-
- 15 Nov, 2016 1 commit
-
-
JasonPries authored
Revamp of constraint handling. This was done to remove naked new/delete of Vertex's and Curve clones
-
- 12 Nov, 2016 2 commits
-
-
JasonPries authored
-
JasonPries authored
Work required before changing Mesh::Edges from type std::vector<Edge*> to std::Vector<Edge>
-
- 11 Nov, 2016 1 commit
-
-
JasonPries authored
-
- 10 Nov, 2016 2 commits
-
-
JasonPries authored
-
JasonPries authored
-
- 08 Nov, 2016 1 commit
-
-
JasonPries authored
This is initial work on changing Mesh::Edges from type std::vector<Edge*> to std::vector<Edge>
-
- 06 Nov, 2016 1 commit
-
-
JasonPries authored
Most methods in Edge and Mesh were altered. Methods in Edge which required access to Mesh.Points were moved into Mesh
-
- 05 Nov, 2016 1 commit
-
-
JasonPries authored
Added Mesh::delete_me to cleanup memory. Code needs to be refactored to remove naked new and delete during mesh refinement. I.e. move to pointer free management of nodes and edges. This will also improve cache coherency.
-
- 03 Nov, 2016 1 commit
-
-
JasonPries authored
The new implementation could be improved by removing calculations that get repeated when changing triangles and further optimizing return paths.
-
- 02 Nov, 2016 1 commit
-
-
JasonPries authored
-
- 01 Nov, 2016 1 commit
-
-
JasonPries authored
A bug in Mesh::locate_triangle emerged during the insert_internal_contours stage of initial mesh refinement for Stator0 use case. This is related to the locate_triangle method supplying incorrect return values for either nonconvex domains, boundary points, or both, when starting the search from particular edges. The implementation of locate_triangle needs to be reconsidered. Perhaps a bounding box needs to be stored along with the mesh of the actual domain.
-
- 30 Oct, 2016 1 commit
-
-
JasonPries authored
-
- 28 Oct, 2016 1 commit
-
-
JasonPries authored
Add .oesk extension for sketch output files Add .oeme extension for mesh output files Add build_gallery.py python script. Parses ./build/test/output directory for .oesk and .oeme files and saves images using matplotlib
-
- 27 Oct, 2016 1 commit
-
-
JasonPries authored
-
- 25 Oct, 2016 2 commits
-
-
JasonPries authored
-
JasonPries authored
Separate mesh/utility functions into own util.h/util.cpp files
-
- 23 Oct, 2016 1 commit
-
-
JasonPries authored
-
- 22 Oct, 2016 1 commit
-
-
JasonPries authored
Split Pattern.h/Pattern.cpp into multiple h/cpp files Translate tests for LineSegment/CircularArc method "split()"
-
- 20 Oct, 2016 4 commits
-
-
JasonPries authored
-
JasonPries authored
-
JasonPries authored
-
JasonPries authored
-
- 19 Oct, 2016 2 commits
-
-
JasonPries authored
Rename include guards Reformat files
-
JasonPries authored
-
- 18 Oct, 2016 1 commit
-
-
JasonPries authored
-
- 13 Oct, 2016 1 commit
-
-
Jason Pries authored
-