write_to_gmv.h File Reference
#include <fstream>
#include <vector>
#include <array>
#include <algorithm>
#include <string>
#include "portage/support/portage.h"
#include "tangram/driver/CellMatPoly.h"

Go to the source code of this file.

Namespaces

 Portage
 

Functions

template<int D, class Mesh_Wrapper , class State_Wrapper , class InterfaceReconstructor >
void Portage::write_to_gmv (Mesh_Wrapper const &mesh, State_Wrapper const &state, std::shared_ptr< InterfaceReconstructor > ir, std::vector< std::string > &fieldnames, std::string filename)
 Method to write out material polygons from an interface reconstruction and any associated material fields. More...