Skip to content

v2.0

Latest
Compare
Choose a tag to compare
@asny asny released this 10 Nov 02:35
· 329 commits to master since this release

Major changes in the DSC/DEMO application code from v1.0 includes (but is not limited to):

  • Replaced TetGen with tetralizer/object generator class and an improved import functionality.
  • Removed dependency on TinyXML and GEL libraries (instead SOIL and CGLA are now a part of the repository).
  • Added the possibility to add a design domain.
  • Defined math types in utility file instead of being given as template arguments.
  • Reimplemented of the simplicial complex data structure which resulted in a huge performance improvement.
  • Important bugfixes in the DSC class which in rare cases could cause inverted tetrahedra. Also allows for more optimal DSC parameters which improves speed and stability.
  • Using OpenGL 3.2 for drawing.

For how to use the new API, please see Instructions section in the wiki.