Skip to content

Commit e56738b

Browse files
authored
Update NEWS.md
1 parent fb95355 commit e56738b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NEWS.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Fixed
1313

14+
- ODE operators cache linear system at initial time or the time stored by the operator. Before, the linear system was cached at time `t = 0.0`, which cannot be done if the operator is not well-defined at `t = 0.0`. Since PR [#891](https://github.com/gridap/Gridap.jl/pull/891).
1415
- Fixed the method `get_normal_vector` for `AdaptedTriangulation`. The method `get_facet_normal`
1516
was using default, it's now using the spetialized implementation for the underlying triangulation type.
1617
Since PR [#884](https://github.com/gridap/Gridap.jl/pull/884).

0 commit comments

Comments
 (0)