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 |
|---|---|
Target eigenvalues used in modal analysis |
|
Number of solutions computed by FELiCS |
|
Polynomial order associated with each transported variable |
Example#
"Numerics": {
"nSolut": 10,
"EigenValueGuess": ["1.0+0.1j"],
"PolynomialOrder": {
"u": 2,
"T": 1
}
}