github kinnala/scikit-fem 10.0.0

latest releases: 10.0.2, 10.0.1
one month ago
  • Fixed: Mesh.p2e returned incorrect incidence
  • Fixed: InteriorFacetBasis.get_dofs did not return all edge DOFs for 3D elements
  • Added: The lowest order, one point integration rule for tetrahedral elements
  • Added: asm will now wrap functions with three arguments using BilinearForm,
    functions with two arguments using LinearForm, etc.
  • Changed: Initializing Basis for ElementTetP0 without specifying
    intorder or quadrature will now automatically fall back to a one
    point integration rule
  • Changed: Default tags (left, right, top, ...) are no more
    added automatically during mesh initialization, as a workaround you
    can add them explicitly by calling mesh = mesh.with_defaults()
  • Changed: All indices within the library are now using np.int32 for
    around 10% boost in performance and the corresponding reduction in
    memory usage for larger meshes - theoretically, the largest possible
    tetrahedral tensor product mesh is now roughly 550 ** 3 = 166 M vertices
    and 993 M elements, without the facet indexing wrapping over 2 ** 32

Don't miss a new scikit-fem release

NewReleases is sending notifications on new releases.