From dc0f55408545a017bf6d433bca1a7caad6e7d561 Mon Sep 17 00:00:00 2001 From: adtzlr Date: Thu, 21 Apr 2022 17:12:59 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 048f4b0a..52c5eda6 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,9 @@ All notable changes to this project will be documented in this file. The format - Move single element shape functions and their derivatives from `region.h` to `region.element.h` and `region.dhdr` to `region.element.dhdr`. - [Repeat](https://numpy.org/doc/stable/reference/generated/numpy.tile.html) element shape functions and their derivatives for each cell (as preparation for an upcoming `RegionBoundary`). +### Fixed +- Fix area normal vectors of `RegionBoundary`. + ## [2.0.1] - 2022-01-11 ### Fixed