Skip to content

Feature/expose subprebases

Carsten Gräser requested to merge feature/expose-subprebases into master

Expose the sub pre-bases stored in a PowerPreBasis and CompositePreBasis this is needed if you have to access specific implementation defined properties. Notice that this does not extend the global basis interface, because the (power/composite-) prebasis is only reachable using DefaultGLobalBasis::preBasis() which is an interface extension itself.

Merge request reports