SPDEs
GaussianMarkovRandomFields.SPDE Type
julia
SPDEAn abstract type for a stochastic partial differential equation (SPDE).
sourceGaussianMarkovRandomFields.MaternSPDE Type
julia
MaternSPDE{D, Tv, Ti}The Whittle-Matérn SPDE. Validated user-facing constructors live in the GaussianMarkovRandomFieldsFEM extension.
GaussianMarkovRandomFields.AdvectionDiffusionSPDE Type
julia
AdvectionDiffusionSPDE{D}Spatiotemporal advection-diffusion SPDE. Validated constructors live in the GaussianMarkovRandomFieldsFEM extension.
The advection velocity γ is either a constant vector or a function of the spatial coordinate returning a velocity vector (for spatially varying flows, e.g. tangential velocity fields on embedded manifolds).