Partial Differential Equations VIs

Owning Palette: Differential Equations VIs

Requires: Full Development System. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.

Use the Differential Equations VIs to solve partial differential equations.

The VIs on this palette can return mathematics error codes.

Palette ObjectDescription
Define PDEDefines the right side of a partial differential equation and its coefficients. You must manually select the polymorphic instance to use.
Define PDE Boundary ConditionDefines the boundary condition of partial differential equations. You must manually select the polymorphic instance to use.
Define PDE DomainDefines the domain where you solve the partial differential equation. You must manually select the polymorphic instance to use.
Define PDE Initial ConditionDefines the initial condition of a partial differential equation. You must manually select the polymorphic instance to use.
PDE RenderingRenders the solution of the partial differential equation. You must manually select the polymorphic instance to use.
PDE SolverSolves a partial differential equation. You must manually select the polymorphic instance to use.