_Model#

class _Model(operators)[source]#

Base class for all monolithic models.

Child classes:

Properties

A_

opinf.operators.LinearOperator (or None).

B_

opinf.operators.InputOperator (or None).

G_

opinf.operators.CubicOperator (or None).

H_

opinf.operators.QuadraticOperator (or None).

N_

opinf.operators.StateInputOperator (or None).

c_

opinf.operators.ConstantOperator (or None).

input_dimension

Dimension \(m\) of the input (zero if there are no inputs).

operators

Operators comprising the terms of the model.

state_dimension

Dimension \(r\) of the state.

Methods

copy

Make a copy of the model.

galerkin

Construct a reduced-order model by taking the (Petrov-)Galerkin projection of each model operator.