Functions

output_pgm.c File Reference

Writes Portable Gray Map (PGM) outputs. More...

Go to the source code of this file.

Functions

void output_pgm (MeshS *pM, OutputS *pOut)
 Output 2D PGM image.

Detailed Description

Writes Portable Gray Map (PGM) outputs.

PURPOSE: Writes Portable Gray Map (PGM) outputs. These are extremely simple grayscale 2D images, see e.g. sourceforge for documentation. With SMR, dumps are made for all levels and domains, unless nlevel and ndomain are specified in <output> block.

CONTAINS PUBLIC FUNCTIONS:

Definition in file output_pgm.c.


Function Documentation

void output_pgm ( MeshS pM,
OutputS pOut 
)