Projection statistics output

Name

Projection statistics output -- Information about the convergence of the Poisson solver

Synopsis


#include <gfs.h>


GfsOutputClass* gfs_output_projection_stats_class
                                            (void);

Description

GfsOutputProjectionStats writes a summary of the convergence properties of the Poisson solves (MAC and approximate) during the last time step. The convergence rate given is the average factor by which the residual is reduced for each multigrid iteration.

The syntax in parameter files is as follows:

[ GfsOutput ]

Details

gfs_output_projection_stats_class ()

GfsOutputClass* gfs_output_projection_stats_class
                                            (void);

Returns :