5.3. system commands

system(systemType, *systemArgs)

This command is used to construct the LinearSOE and LinearSolver objects to store and solve the system of equations in the analysis.

systemType (str)

system type

systemArgs (list)

a list of system arguments

The following contain information about available systemType:

  1. BandGeneral SOE

  2. BandSPD SOE

  3. ProfileSPD SOE

  4. SuperLU SOE

  5. UmfPack SOE

  6. FullGeneral SOE

  7. SparseSYM SOE

  8. Diagonal System

  9. PFEM SOE

  10. MUMPS Solver

  11. PythonSparse system