What operators are present in the multi-dimensional elliptical PDE?
Show older comments
I'm having trouble understanding how the multi-dimensional elliptical PDE, detailed in Coefficients for Systems of PDEs, works. In this case, u is a vector, so how is the gradient of u defined? Is the result a tensor? If so, what is the circled-cross operator? It seems to take two tensors (c and grad(u)) and turn them into a vector?
Thanks
Accepted Answer
More Answers (1)
Alan Weiss
on 3 Nov 2015
0 votes
The definition of the c input is detailed here. In short, the gradient of u is defined as a vector for each component of u separately, and the c(circlecross)u notation is defined in the link I gave.
Alan Weiss
MATLAB mathematical toolbox documentation
3 Comments
Alan Weiss
on 4 Nov 2015
I don't understand exactly what you mean. The equations at the very top of that page define explicitly and completely what the \nabla\cdot(c(circlecross)u) operator means, and that's all you really need.
For the inner details, remember, \nabla\cdot A = \partial A(1) / \partial x + \partial A(2) / \partial y. You can backtrack from there to see what the suggestive notation means.
Alan Weiss
MATLAB mathematical toolbox documentation
Categories
Find more on Eigenvalue Problems in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!