The idea is that user can extend how the linear system $Ax = b$ is solved using LinearSystemSolver type. With type Solver we can then solve all kind of different problems (quasistatic nonlinear, linear, modal, linear implicit dynamics, explicit dynamics, non-linear implicit dynamics, and so on.)
The idea is that user can extend how the linear system $Ax = b$ is solved using
LinearSystemSolver
type. With typeSolver
we can then solve all kind of different problems (quasistatic nonlinear, linear, modal, linear implicit dynamics, explicit dynamics, non-linear implicit dynamics, and so on.)