Skip to content

Commit

Permalink
docs: add eqn for ParabolicPDEProblem
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh-b-b committed Feb 9, 2024
1 parent 125182d commit 9534761
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/HighDimPDE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,13 @@ end
$(SIGNATURES)
Defines a Parabolic Partial Differential Equation of the form:
```math
\\begin{aligned}
\\frac{du}{dt} &= \\tfrac{1}{2} \\text{Tr}(\\sigma \\sigma^T) \\Delta u(x, t) + \\mu \\nabla u(x, t) \\\\
&\\quad + f(x, u(x, t), ( \\nabla_x u )(x, t), p, t)
\\end{aligned}
```
- Semilinear Parabolic Partial Differential Equation
* f -> f(X, u, σᵀ∇u, p, t)
- Kolmogorov Differential Equation
Expand Down

0 comments on commit 9534761

Please sign in to comment.