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

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

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)

Asked:

on 12 Apr 2024

Edited:

on 12 Apr 2024

Community Treasure Hunt

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

Start Hunting!