Skip to content

Commit b3a4f96

Browse files
committed
changelog
1 parent 06076f5 commit b3a4f96

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
4747
- The assembler bindings now also accept affordances and `DBCOption`, and they are also renamed to simply `matrix`, `vector`
4848
and `scalar`.
4949
- The assemblers also export the binding functions to bind the assemblers.
50+
- Rework Python Interface for `DirichletValues` plus adding support to easily fix boundary DOFs of subspacebasis in C++ and Python ([#305](https://github.com/ikarus-project/ikarus/pull/305))
5051

5152
## Release v0.4 (Ganymede)
5253

ikarus/python/test/testdirichletvalues.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def fixTopSide(vec, localIndex, localView, intersection):
8484
dirichletValues2.fixIthDOF(1)
8585
assert dirichletValues2.fixedDOFsize == 2 + indicesPerDirection + 1
8686
assert dirichletValues2.container[1]
87+
assert dirichletValues2.isConstrained(1)
8788

8889

8990
if __name__ == "__main__":

0 commit comments

Comments
 (0)