Solve PDE eigenvalue problem specified in a PDEModel
solves the PDE eigenvalue problem in result
= solvepdeeig(model
,evr
)model
for eigenvalues in
the range evr
. If the range does not contain any eigenvalues,
solvepdeeig
returns an EigenResults
object with the empty EigenVectors
,
EigenValues
, and Mesh
properties.
The equation coefficients cannot depend on the solution u
or its gradient.
applyBoundaryCondition
| PDEModel
| solvepde
| specifyCoefficients