Update python Interface for DirichletValues
#277
Labels
enhancement
New request to enhance existing features
python
Bugs / enhancements for the python bindings
Milestone
The python interface for dirichlet values as far as I can see doesn't allow to fix DOFs, that are not part of the boundary .
Normally I would have assumed that
ikarus/ikarus/python/dirichletvalues/dirichletvalues.hh
Line 108 in 081099d
could fix other values, but this forwards to
This is in contrast to the interface that the C++ class has, where
ikarus/ikarus/utils/dirichletvalues.hh
Line 95 in 081099d
does somthing else.
subspacebasis
are workingUpdate 01.07.24
Most of this is fixed with #305 , only fixing non-boundary-dofs is not yet adressed properly
The text was updated successfully, but these errors were encountered: