3.2.3.8. Mumps SolverΒΆ

This command is used to construct a sparse system of equations which uses the Mumps solver. The following command is used to construct such a system:

system Mumps

Warning

It is presently limited to the parallel OpenSeesSP and OpenSeesMP applications.

Example

The following example shows how to construct a sparse system solved using the Mumps solver.

  1. Tcl Code

system Mumps
  1. Python Code

system('Mumps')

Code developed by: fmk