Numerics parameters#

The Numerics category contains parameters related to the numerical discretization and solver configuration used by FELiCS.

These parameters control the polynomial approximation, eigenvalue targeting, and number of computed solutions.

Contents#

Parameter

Description

EigenValueGuess

Target eigenvalues used in modal analysis

nSolut

Number of solutions computed by FELiCS

PolynomialOrder

Polynomial order associated with each transported variable

Example#

"Numerics": {
    "nSolut": 10,
    "EigenValueGuess": ["1.0+0.1j"],
    "PolynomialOrder": {
        "u": 2,
        "T": 1
    }
}

Detailed content#