pymor.reductors.ph.basic
¶
Module Contents¶
- class pymor.reductors.ph.basic.PHLTIPGReductor(fom, V, QTE_orthonormal=False)[source]¶
Bases:
pymor.reductors.basic.ProjectionBasedReductor
Petrov-Galerkin projection of an
PHLTIModel
.Parameters
- fom
The full order
PHLTIModel
to reduce.- V
The basis of the trail space.
- QTE_orthonormal
If
True
, noE
matrix will be assembled for the reducedModel
. Set toTrue
ifV
is orthonormal w.r.t.fom.Q.H @ fom.E
.
Methods
Reconstruct high-dimensional vector from reduced vector
u
.