NDSolve`FEM`
NDSolve`FEM`InitializePDECoefficients::femcnsd
更多信息
-
- This message is generated when a PDE coefficient could not be verified.
- Options to change the "VerificationData" are presented in the options section of InitializePDECoefficients.
- Off[message] switches off the message; On[message] switches it on. For example: Off[InitializePDECoefficients::femcnsd].
范例
基本范例 (1)
A verification process evaluates the coefficient at a point inside the simulation domain. Should this evaluation point be, for example, at a singularity of the coefficient, then the coefficient is rejected.
Set up a coefficient that has a singularity at
:
For a one-dimensional mesh with bounds from 0 to 1, the verification coordinate happens to be at . The coefficient
is singular at the verification coordinate for this region:

Change the verification data such that the test coordinate is not at the singularity of :
More information can be found in the options section of InitializePDECoefficients.