Skip to content

WIP: [integrators] avoid evaluation of lifted basis function set

Tobias Malkmus requested to merge feature/review_liftings2 into master

This MR tries to reduce the number of evaluations for the lifted basis function set.

The review is based on the assumption that the lifted basis function set, represented in the lifting space as a constant coefficient matrix.

ATM only the operator evaluation is changes corresponding to this assumption. Jacobian assemble is an open task.

Merge request reports