Is there a way to know all dependent variables in across the whole domain at a particular step when using bvp4c?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
The derivative function for bvp4c, in my understanding, acts like an ODE solver (eg. ode45). It will pass in the current position in the domain and the current best guess of what the dependent variables are at that position. My system of PDEs contains integrals across the domain (requiring the dependent variables at every place in the domain) and was wondering if bvp4c has the capability to handle this? If not are there suggestions out there of what could potentially handle this better? I was thinking potentially a non-linear solver like fsolve with finite difference matrices to handle spatial derivatives.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Boundary Value Problems finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!