Stokes Types

Problem Type

StokesProblem Defines the solution to a stationary Stokes problem:

\[\]

Constructors

StokesProblem(f₁,f₂,g,uanalytic,vanalytic,panalytic)StokesProblem(f₁,f₂,g,ugD,vgD)

Fields

Example Problems

Examples problems can be found in DiffEqProblemLibrary.jl.

To use a sample problem, use:

# Pkg.add("DiffEqProblemLibrary")
using DiffEqProblemLibrary