You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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