fem_set_solver
Add a CalculiX or Elmer solver to an FEM analysis and set properties like nonlinearity or matrix solver type, with sensible defaults applied when omitted.
Instructions
Add a solver to an analysis. kind: 'ccx' (CalculiX) or 'elmer'.
tunables: dict of solver-property values, e.g. {"GeometricalNonlinearity": "linear", "ThermoMechSteadyState": True, "MatrixSolverType": "default"}. Sensible CCX defaults are filled in if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ccx | |
| name | No | Solver | |
| analysis | Yes | ||
| tunables | No |