cmlibs / zinc

Source code repository for OpenCMISS-Zinc
Mozilla Public License 2.0
15 stars 18 forks source link

Allow FieldEigenvectors to accept any general field #244

Closed rchristie closed 1 year ago

rchristie commented 1 year ago

Currently the FieldEigenvectors only accepts an eigenvalues field. This is different to how the rest of the API works. This issue is for allowing the FieldEigenvectors to accept a base field class and reject those that aren't suitable (non-eigenvalue fields).