The assemble Module¶
- stat_fem.assemble.assemble(f)¶
Assembly function provided for assembling
stat-femPETSc matricesFunctional interface to assembling PETSc matrices needed for the
stat-femsolves. Note that this is just for convenience and simply calls theassemblemethod of the provided object. Note that if the matrices are not assembled when they are required,stat-femwill assemble them automatically.- Parameters
f (ForcingCovariance or InterpolationMatrix) – a
ForcingCovarianceorInterpolationMatrix- Returns
Assembled object of the appropriate type.