What is the difference if any between DSolve and DSolveValue in solving Partial Differential Equations? Thank you.
Basically, DSolveValue returns a solution, but DSolve returns a list of solutions given as rules. You can see this difference in the documentation if you look at the examples.