This document discusses different types of mechanical solvers and their settings in 3 sentences or less:
The document outlines 6 types of solvers: sparse direct solver, distributed sparse direct solver, preconditioned conjugate gradient solver, Jacobi conjugate gradient solver, incomplete Cholesky conjugate gradient solver, and quasi-minimal residual solver. It describes the characteristics of each solver type and provides guidelines for selecting solvers based on the problem and hardware. The document also discusses settings and considerations for sparse direct solvers, such as memory requirements, handling of poorly conditioned matrices, and in-core versus out-of-core solutions.