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.
Tcl Code
system Mumps
Python Code
system('Mumps')
Code developed by: fmk