ModeFollowing
Use the Mode Following solver to track modes when solving parametric eigenvalue problems.
Syntax
model.sol(sname).feature(solv).create(fname,"ModeFollowing")
model.sol(sname).feature(solv).feature(fname).set(pname,value)
Description
This feature can be used as an attribute for parametric Eigenvalue features. The following properties are accepted:
on | off
The extra modes allocation factor, if selectionextramodes is set to extramodesallocationfactor.
on | off
on | off | warningneweigtracking
Detect new eigenpairs by checking if the pseudoscalar product is small compared to all the previous eigenpairs. If set to warningneweigtracking, a warning is given if new modes converge. Available when detectifcannotfollowpreviousmodes is set to on.
The number of expected extra modes, if selectionextramodes is set to numberofexpectedextramodes.
extramodesallocationfactor | numberofexpectedextramodes
Tolerance factor for detecting if an eigenpair is new, when detectifcannotfollowpreviousmodes is set to on.