Afivo
0.3
|
Afivo can write output in the Silo and the VTK unstructured format. The Silo format has some advantages:
At the moment, only cell-centered variables are included in the output.
m_af_output::af_write_silo
Write Silo filesm_af_output::af_write_vtk
Write VTK filesm_af_output::af_write_plane
Write data on a planem_af_output::af_write_line
Write data along a linem_af_output::af_write_tree
Write the full mesh in binary format (for restarting)m_af_output::af_read_tree
Read the full mesh in binary format (for restarting)See m_af_output
for more details.
Silo is the preferred output format. With this format, ghost cells are included so that no clear artifacts should be visible near refinement boundaries.
Some details about this format:
Write the grid as an unstructured grid in the VTK XML format. Not very efficient, especially in 3D. Does not properly handle the refinement boundaries.
The Silo and VTK files can be visualized with Visit. Consult the Visit manual or one of the tutorials for more details.