PDE eigenvalue solution and derived quantities
An EigenResults
object contains the solution
of a PDE eigenvalue problem in a form convenient for plotting and
postprocessing.
Eigenvector values at the nodes appear in the Eigenvectors
property.
The eigenvalues appear in the Eigenvalues
property.
There are several ways to create an EigenResults
object:
Solve an eigenvalue problem using the solvepdeeig
function. This function returns a PDE eigenvalue
solution as an EigenResults
object. This is
the recommended approach.
Solve an eigenvalue problem using the pdeeig
function. Then
use the createPDEResults
function to obtain
an EigenResults
object from a PDE eigenvalue
solution returned by pdeeig
. Note that
pdeeig
is a legacy function. It is not recommended for
solving eigenvalue problems.
interpolateSolution | Interpolate PDE solution to arbitrary points |