Skip to content

BandGeneralSystem

BandGeneralSystem

BandGeneralSystem()

Bases: System

Banded general linear system solver.

BandGeneralSystem optimizes storage and solving time by working only within the bandwidth of a non-symmetric general matrix structure.

Tcl form

system BandGeneral

Example
from femora.core.model import Model

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

Create a BandGeneral solver system.