does "generalized Neumann" boundary condition include actual Neumann boundary condition?

22 views (last 30 days)
Hello Everyone,
I am using Matlab PDE toolbox to solve a PDE of the form
where c is a general 2 by 2 matrix, which is possibly a function of the variables.
The toolbox offers Dirichlet boundary condition or "generalized Neumann" boundary condition including boundary conditions of the from but this does not include standard Neumann boundary condition or other related boundary conditions where a is a matrix different from c. Is there maybe a workaround (like change of variables) to solve these problems?

Accepted Answer

Torsten
Torsten on 12 Apr 2024 at 10:45
Edited: Torsten on 12 Apr 2024 at 21:30
Is there maybe a workaround (like change of variables) to solve these problems?
No. All Neumann boundary conditions are related to the flux c*grad(u), not to grad(u) itself.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!