sectionproperties.analysis.solver#

Methods used for solving linear systems and displaying info on tasks.

Functions

create_progress

Returns a Rich Progress class.

solve_cgs

Solves a linear system using the CGS iterative method.

solve_cgs_lagrange

Solves a linear system using the CGS iterative method (Lagrangian multiplier).

solve_direct

Solves a linear system using the direct solver method.

solve_direct_lagrange

Solves a linear system using the direct solver method (Lagrangian multiplier).

Classes

CustomTimeElapsedColumn

Renders time elapsed in milliseconds.