GeMA
The GeMA main application
Numeric Solvers

Numeric solvers are the objects responsible for solving the equation systems that often arise from the analysis algorithms. Different solvers can use different methods to solve those equations.

Numeric solvers are implemented in GeMA by plugins and created in the simulation file with the NumericalSolver keyword. The available solvers and their particular options are described in each numerical solver plugin documentation

Example

NumericalSolver
{
id = 'solver',
typeName = 'ArmadilloSolver',
description = 'Direct matrix solver',
}

Fields

Field Description Type Required
id The numerical solver name. String Yes
typeName The name of the plugin that will be used to create this solver. If the plugin exports several object types, the plugin name should be followed by a dot followed by the requested object type. String Yes
description A description of the solver. String No