The CHECK line

Syntax

  CHeck parameters

Description

The CHECK line compares a specified solution against the current solution, returning the maximum and average difference in electrostatic and quasi-fermi potentials. It is particularly useful for comparing solutions that have been obtained on different generations of regrids.

Parameters

parameters

  Infile      =  filename                         
  Mesh        =  filename                         
  Samemesh    =  logical  (default is false)   
  Richardson  =  logical  (default is false)   
  ASCII.In    =  logical  (default is true)    

INFILE specifies the name of the solution file to compare. MESH is the name of the file containing the mesh for that solution. SAMEMESH indicates the the solution in INFILE used the same mesh as the current solution. RICHARDSON performs a Richardson extrapolation from the two solutions in order to produce an error estimate for a coarse and fine solution. ASCII.IN specifies that the input files are ascii.

Examples

Compare solution "sol1" obtained using mesh "mesh1" against the current solution.

  CHECK  INFILE=sol1 MESH=mesh1