Renders the solution of the partial differential equation. You must manually select the polymorphic instance to use.


icon

Inputs/Outputs

  • ci32.png plot style

    plot style specifies how LabVIEW draws the solution for PDE Plot.

    0Wireframe—Draws the solution with line segments that connect at Grid Points.
    1Polygons (default)—Draws the solution with filled geometry.
  • cNI__PDE_lvlib_NI__PDElvclass.png PDE in

    PDE in is the class that stores the data of the equation.

  • c1ddbl.png U(x, y)

    U(x, y) specifies the solution of the equation in Grid Points from the PDE Solver VI.

  • c1dnclst.png Grid Points

    Grid Points specifies the grid points for the equation.

  • cdbl.png X

    X specifies the x-coordinate of Grid Points.

  • cdbl.png Y

    Y specifies the y-coordinate of Grid Points.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • iNI__PDE_lvlib_NI__PDElvclass.png PDE out

    PDE out returns PDE in unchanged.

  • isobjref.png PDE Plot

    PDE Plot returns a reference to a 3D scene object. Wire this output to the 3D picture control to view the solution.

  • i1dcclst.png Triangulation Plot

    Triangulation Plot returns an XY graph that illustrates triangulation.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • Before you use the PDE Rendering VI, use the PDE Solver VI to solve the equation.

    The following block diagram illustrates how to set the scale offset and multiplier of PDE Plot by X Scale and Y Scale.

    If you do not set the scale offset and multiplier, LabVIEW uses the default settings of the intensity graph.

    Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\Mathematics\Differential Equations - PDE\PDE Flexible Element.vi
    • labview\examples\Mathematics\Differential Equations - PDE\PDE String Vibration.vi
    • labview\examples\Mathematics\Differential Equations - PDE\PDE Thermal Distribution.vi