Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
henrij22 committed Jun 26, 2024
1 parent 06076f5 commit 7bed952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
- The assembler bindings now also accept affordances and `DBCOption`, and they are also renamed to simply `matrix`, `vector`
and `scalar`.
- The assemblers also export the binding functions to bind the assemblers.
- Rework Python Interface for `DirichletValues` plus adding support to easily fix boundary DOFs of subspacebasis in C++ and Python

## Release v0.4 (Ganymede)

Expand Down
1 change: 1 addition & 0 deletions ikarus/python/test/testdirichletvalues.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def fixTopSide(vec, localIndex, localView, intersection):
dirichletValues2.fixIthDOF(1)
assert dirichletValues2.fixedDOFsize == 2 + indicesPerDirection + 1
assert dirichletValues2.container[1]
assert dirichletValues2.isConstrained(1)


if __name__ == "__main__":
Expand Down

0 comments on commit 7bed952

Please sign in to comment.