Skip to content

Release 0.3.0

Latest

Choose a tag to compare

@jbrezmorf jbrezmorf released this 28 Jun 19:23
· 18 commits to master since this release
bf99942

Release 0.3.0

Bspline

  • improved BREP writer, many fixes, more robust
  • bspline basis, new methods for the knot vector: interval lengths, interval centers
  • bspline_approx - significantly faster, adaptive approximation, automatic detection of boundng rectangle
  • bspline_plot - allow passing various style arguments# Release 0.3.0

Bspline

  • improved BREP writer, many fixes, more robust
  • bspline basis, new methods for the knot vector: interval lengths, interval centers
  • bspline_approx - significantly faster, adaptive approximation, automatic detection of boundng rectangle
  • bspline_plot - allow passing various style arguments
  • preliminary Bspline surfaces intersection algorithm
  • extrude algorithm

Geometry

  • Improved, but still not adaptive approximation of the intersection curves.

GMSH

  • based directly on gmsh api, version 4.6.0
  • point and line primitives
  • catching and better reporting the GMSH exceptions
  • import BREP
  • improved fragmentation
  • better mesh_step propagations during operations
  • fields - support of FieldExpr, Distance, Threshold, ... tested
  • gmsh_io - modified API, read/write through GMSH library
    with exception of the data write (append to the file not supported by GMSH lib)
  • improved robustnes of the heal_mesh, move_all function

Polygons

  • fixed some bugs in the topology operations
  • support for deformability of the Points, points with higherr deformability are attracted
    to the points of lower deformability during the regularization
  • new mechanism to track last polygon splitting operations

Stochastic (work in progress)

  • fracture.py : DFN stochastic fractures model

  • preliminary Bspline surfaces intersection algorithm

  • extrude algorithm

Geometry

  • Improved, but still not adaptive approximation of the intersection curves.

GMSH

  • based directly on gmsh api, version 4.6.0
  • point and line primitives
  • catching and better reporting the GMSH exceptions
  • import BREP
  • improved fragmentation
  • better mesh_step propagations during operations
  • fields - support of FieldExpr, Distance, Threshold, ... tested
  • gmsh_io - modified API, read/write through GMSH library
    with exception of the data write (append to the file not supported by GMSH lib)
  • improved robustnes of the heal_mesh, move_all function

Polygons

  • fixed some bugs in the topology operations
  • support for deformability of the Points, points with higherr deformability are attracted
    to the points of lower deformability during the regularization
  • new mechanism to track last polygon splitting operations

Stochastic (work in progress)

  • fracture.py : DFN stochastic fractures model

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0