InitializePDECoefficients::femcscd
  Details
   
   
     
   Examples  
  Basic Examples  
   See Also
 Related Links
 NDSolve`FEM`
  InitializePDECoefficients::femcscd
Details
- 
        
- This message is generated when the PDE is convection dominated, and in some cases numerical instabilities may 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].
Examples
Basic Examples (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:
 
       
      Finite Element Method Usage Tips
Finite Element Method Usage Tips 
      Finite Element Programming
Finite Element Programming 
      Element Mesh Generation
Element Mesh Generation