Skip to content

Allow to setup BoundaryPatch from non-scalar bitfield

Gitlab Import requested to merge feature/extend_boundarypatch_setup into master

This makes life a bit easier to handle some inconsistencies in how Dirichlet conditions are enforced:

BoundaryPatch (BitSetVector<1>) <-> Dirichlet bit field (BitSetVector)

Merge request reports