Main Content
pdeInterpolant
Interpolant for nodal data to selected locations
pdeInterpolant
and [p,e,t]
representation of FEMesh
data are not recommended. Use interpolateSolution
and evaluateGradient
to interpolate a PDE solution and its gradient to
arbitrary points without switching to a [p,e,t]
representation.
Description
An interpolant allows you to evaluate a PDE solution at any point within the geometry.
Partial Differential Equation Toolbox™ solvers return solution values at the nodes, meaning the mesh points. To
evaluate an interpolated solution at other points within the geometry, create a pdeInterpolant
object, and then call the
evaluate
function.
Creation
Description
Input Arguments
Object Functions
evaluate | Interpolate data to selected locations |
Examples
Version History
Introduced in R2014b