I stumbled on this:
?"NDSolve`FEM`*"
I'm tempted to conclude that Mathematica has built-in finite element modelling capability, but the documentation seemingly does not cover it. What does FEM mean in this context? What is an example of an equation that NDSolve
would use these functions to solve?
Answer
Version 8 does not have a built-in finite element method. If you want to use the finite element method, you may want to look at the following packages:
To the question: NDSolve`FEM`
is an internal context to NDSolve
that currently does not do anything much. It's only use is as a container in the unstructured interpolation.
Hope this helps.
Comments
Post a Comment