NDSolve`FEM`
NDSolve`FEM`InitializePDECoefficients::femcscd
更多信息
-
- This message is generated when the PDE is convection dominated and numerical instabilities appear.
- More information can be found in the Finite Element Usage Tips tutorial.
- Off[message] switches off the message; On[message] switches it on. For example: Off[InitializePDECoefficients::femcscd].
范例
基本范例 (2)
In this case, the time-dependent PDE is treated as a three-dimensional spatial PDE because an initial condition is missing. The three-dimensional PDE is convection dominated:

The solution is to add an initial condition:
Here is a convection-dominated PDE:
Solving the PDE with boundary conditions gives a warning:

Inspecting the solution reveals a kink in the solution:
To improve the situation, a finer mesh can be used:
Even though the message is still present, the solution looks much better:
