Skip to content

Commit

Permalink
fix readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnala committed Dec 23, 2023
1 parent 75e0beb commit 68bd6fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ with respect to documented and/or tested features.
- Fixed: `FacetBasis` now works with `MeshTri2`, `MeshQuad2`,
`MeshTet2` and `MeshHex2`
- Fixed: `ElementGlobal` now uses outward normals to initialize DOFs
on boundary factes
on boundary facets

## [8.1.0] - 2023-06-16
### [8.1.0] - 2023-06-16

- Added: `ElementTriHHJ0` and `ElementTriHHJ1` matrix finite elements
for implementing the Hellan-Hermann-Johnson mixed method (see [`ex48.py`](https://github.com/kinnala/scikit-fem/blob/master/docs/examples/ex48.py))
Expand All @@ -254,7 +254,7 @@ with respect to documented and/or tested features.
- Added: `Mesh.refined` now preserves subdomains in adaptive mesh refinement
- Fixed: `Mesh.refined` used to modify the element connectivity of the original mesh

## [8.0.0] - 2022-12-16
### [8.0.0] - 2022-12-16

- Removed: The deprecated `Basis.find_dofs` method, see `Basis.get_dofs` for a
replacement
Expand Down

0 comments on commit 68bd6fe

Please sign in to comment.