AMR-Solver  1.0
Block-based Octree AMR grid flow solver
vtk.h
Go to the documentation of this file.
1 #ifndef MYOCTREE_OUTPUT_H
2 #define MYOCTREE_OUTPUT_H
3 
4 namespace myOctree {
5 
6 void write_vtk(std::list<Octree*>&);
7 
8 }
9 #endif
AMR grid stuff.
Definition: adapt.cpp:6
void write_vtk(std::list< Octree * > &nodes)
Definition: vtk.cpp:22