The INTERPOLATE line

Syntax

  INTERPolate  files

Description

The INTERPOLATE line interpolates the current solution onto a specified mesh and dumps the result to a given output file.

Parameters

files
  Mesh       =  filename
  Outfile    =  filename
  ASCII.In   =  logical   (default is true)
  ASCII.Out  =  logical   (default is true)

MESH is the name of the file containing the mesh to be interpolated onto. OUTFILE is the output file for the interpolated solution. The formats of the mesh and output files are given by ASCII.IN and ASCII.OUT respectively.

Examples

Interpolate the current solution onto the mesh "xmesh" and save in the file "xout." This file can be then loaded as an initial guess in a simulation run which uses "xmesh" as its mesh.

  INTERP  MESH=xmesh  OUTFILE=xout