Skip to content

Commit

Permalink
Update docs/src/problems.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Feb 9, 2024
1 parent a7358f7 commit 53cc92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 53cc92b

Please sign in to comment.