From 53cc92baf63822df7a279e721a9414d6b8f99338 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 9 Feb 2024 08:39:10 -0500 Subject: [PATCH] Update docs/src/problems.md --- docs/src/problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/problems.md b/docs/src/problems.md index a10555c..6ae5eeb 100644 --- a/docs/src/problems.md +++ b/docs/src/problems.md @@ -4,5 +4,5 @@ ParabolicPDEProblem ``` !!! note - While choosing to define a PDE using `PIDEProblem`, not that the function being integrated `f` is a function of `f(x, y, v_x, v_y, ∇v_x, ∇v_y)` out of which `y` is the integrating variable and `x` is constant throughout the integration. + While choosing to define a PDE using `PIDEProblem`, note that the function being integrated `f` is a function of `f(x, y, v_x, v_y, ∇v_x, ∇v_y)` out of which `y` is the integrating variable and `x` is constant throughout the integration. If a PDE has no integral and the non linear term `f` is just evaluated as `f(x, v_x, ∇v_x)` then we suggest using `ParabolicPDEProblem` \ No newline at end of file