Skip to content

make initial solution impl compatible with enriched schemes

Dennis Gläser requested to merge feature/initial-for-enriched-box into master

If enriched vertex mappers are used (multiple dofs at vertex), the initial function required the mapper to provide index maps of the form mapper.index(entity). However, direct mapping from vertices to dofs is not possible because it is not unique. This implementation works for both cases.

Merge request reports