writeVtkData.hpp
Go to the documentation of this file.
void writeVtkData(const std::array< int, 3 > &dims, const std::array< double, 3 > &cell_size, const DataMap &data, std::ostream &os) Vtk output for cartesian grids. Definition: grid.h:98 Definition: AnisotropicEikonal.hpp:43 std::map< std::string, const std::vector< double > * > DataMap Intended to map strings (giving the output field names) to data. Definition: DataMap.hpp:30 |