I stumbled on this:
?"NDSolve`FEM`*"
<list of many functions with names like ...Mesh...,Tetrahedon..., Triangle..., ProcessBCs, ...>
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?
Wavelets`*in 7) representing a step toward new functionality for a future release. – Oleksandr R. Mar 21 '12 at 05:06InterpolatingFunctionin relation to this issue. – JxB Mar 21 '12 at 05:25**" for a long list of interesting expressions. – JxB Mar 21 '12 at 05:32?NIntegrate``*. Which suggests that when a well-known built-in function such asNIntegratehas lots of named possible values forMethod, among perhaps other options, these are implemented by individual functions within the `NIntegrate``` context. Which is not surprising -- partial and undocumented features aside -- given that one of the design principles of Mathematica is that a user should not be forced to specify a particular method but should let the system choose the method. – murray Mar 21 '12 at 19:31