Skip to content

Finite Element White Noise

Robert Kutri requested to merge fewhitenoise into master

Creation of Finite Element white noise w.r.t. the piecewise linear Lagrange basis is now possible.

This merge request adds the FEWhiteNoise class that represents Finite Element white noise w.r.t. a certain (for now Q1 Lagrange) basis. Along with this class and some helper routines, this merge request adds tests for every component that is used in the code.

Merge request reports