Skip to content

Fix tests of nested function spaces in testordering

Steffen Müthing requested to merge bugfix/fix-bulk-testordering-bug into master

Right now, testordering just calls map_lfs_indices() even on nested function spaces. That won't work, because the inner ordering nodes expect the leaf nodes to have already processed the DOFs.

Fixed by using the visitor from the lfs index cache that correcly handles the nested calls.

Merge request reports