EigenResults
PDE eigenvalue solution and derived quantities
Description
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.
Creation
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 anEigenResults
object. This is the recommended approach.Solve an eigenvalue problem using the
pdeeig
function. Then use thecreatePDEResults
function to obtain anEigenResults
object from a PDE eigenvalue solution returned bypdeeig
. Note thatpdeeig
is a legacy function. It is not recommended for solving eigenvalue problems.
Properties
Object Functions
interpolateSolution | Interpolate PDE solution to arbitrary points |
Examples
Version History
Introduced in R2016a