nSolut (Numerics)

Contents

nSolut (Numerics)#

Defines the number of solutions computed by FELiCS.

Type
integer
Default
1

Example#

"Numerics": {
    "nSolut": 10
}

The interpretation of nSolut depends on the selected analysis type:

  • "Modal":

    Number of eigenmodes computed near each target eigenvalue defined by EigenValueGuess.

  • "Resolvent" or "InputOutput":

    Number of forcing/response mode pairs computed for each frequency defined by Omegas.

This parameter is passed internally to the PETSc/SLEPc eigensolvers and singular-value decomposition routines used by FELiCS.