gdmcbain/fenics-tuto-in-skfem

get_dofs broken in 06_elasticity

Closed this issue · 3 comments

clamped = basis.get_dofs(lambda x, y, z: x==0.).all()

indirectly raises

TypeError: <lambda>() missing 2 required positional arguments: 'y' and 'z'

Will be fixed by fa58049.

Fixed by #9.