Skip to content

ProfileSPDSystem

ProfileSPDSystem

ProfileSPDSystem()

Bases: System

Profile symmetric positive definite linear system solver.

ProfileSPDSystem utilizes active column (skyline) storage and a profile solver specifically optimized for symmetric positive definite (SPD) system matrices.

Tcl form

system ProfileSPD

Example
from femora.core.model import Model

model = Model()
system = model.analysis.system.profilespd()

Create a ProfileSPD solver system.