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
f₁::Function
f₂::Function
g::Function
ugD::Function
vgD::Function
uanalytic::Function
vanalytic::Function
panalytic::Function
trueknown::Bool
Example Problems
Examples problems can be found in DiffEqProblemLibrary.jl.
To use a sample problem, use:
# Pkg.add("DiffEqProblemLibrary")
using DiffEqProblemLibrary