Domain Decomposition and iterative Solvers - 1

About linear solver, focused on the problems of large scale linear solver
-- Nicolas Chevaugeon

We will look at some details, related to the computer implementation
of this problem, focusing on

  • Efficiency
  • Problems related to the size and the memory management ...
  • Accuracy
  • Parallelism
  • Sparsity of system
  • Direct/Iterative Solvers