Skip to content

SPDEs

GaussianMarkovRandomFields.SPDE Type
julia
SPDE

An abstract type for a stochastic partial differential equation (SPDE).

source
GaussianMarkovRandomFields.MaternSPDE Type
julia
MaternSPDE{D, Tv, Ti}

The Whittle-Matérn SPDE. Validated user-facing constructors live in the GaussianMarkovRandomFieldsFEM extension.

source
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).

source