Functions

dump_vtk.c File Reference

Function to write a dump in VTK "legacy" format. More...

Go to the source code of this file.

Functions

void dump_vtk (MeshS *pM, OutputS *pOut)
 Writes VTK dump (all variables).

Detailed Description

Function to write a dump in VTK "legacy" format.

PURPOSE: Function to write a dump in VTK "legacy" format. With SMR, dumps are made for all levels and domains, unless nlevel and ndomain are specified in <output> block. Works for BOTH conserved and primitives.

CONTAINS PUBLIC FUNCTIONS:

Definition in file dump_vtk.c.


Function Documentation

void dump_vtk ( MeshS pM,
OutputS pOut 
)