Skip to content

Releases: cemcen/Veamy

v3.0

18 Jun 04:18
Compare
Choose a tag to compare

From Veamy v2.1 to Veamy 3.0:

• New optimized version of Veamy’s polygonal mesh generator Delynoi.
• Optimize several computations in the Veamy library.

v2.1

16 Nov 23:17
Compare
Choose a tag to compare

From Veamy v2.0 to Veamy 2.1:
• Add several test files for testing Feamy, the FEM module of Veamy.
• Fix some bugs.
• Update Veamy Primer: more details are added to sections devoted to using external mesh files (PolyMesher mesh and generic mesh files); Appendix A is added to explain the general structure of the main C++ setup file.

v2.0

24 Jan 00:04
Compare
Choose a tag to compare

From Veamy v1.1.1 to Veamy 2.0:

• Add documentation to the source code.
• Implement VEM for the two-dimensional Poisson problem.
• Implement Feamy, a FEM module that uses three-node triangular finite elements for the solution of the two dimensional linear elastostatic problem.
• Add methods to compute the L2-norm and H1-seminorm of the error.
• Improve the in-built polygonal mesh generator.
• Change to Eigen’s sparse solver for the solution of the system of linear equations.
• Add additional test files.
• New simplified methods to impose essential and Neumann boundary conditions.
• Fix several bugs.

v1.1.1

05 Sep 18:22
Compare
Choose a tag to compare

Small fixes.

v1.1

04 Sep 19:25
Compare
Choose a tag to compare

Includes:

  • Documentation
  • Method to include custom precision of the results
  • Differenciation between plane strain and plane stress materials

v1.0.2

23 Aug 20:19
Compare
Choose a tag to compare
  • Updates installation instructions.
  • Includes new tests and mesh examples.
  • Fixes several small bugs.

v1.0

09 Aug 01:03
Compare
Choose a tag to compare

First stable Veamy version.