A writer function for writing the initial guess to an output file. More...
#include <vector>
#include "viennagrid/accessor.hpp"
#include "viennagrid/io/vtk_writer.hpp"
Go to the source code of this file.
Namespaces | |
namespace | viennashe |
The main ViennaSHE namespace. All functionality resides inside this namespace. | |
namespace | viennashe::io |
Namespace for all (file-)IO specific code | |
Functions | |
template<typename MeshT , typename QuanAssembler > | |
void | viennashe::io::write_initial_guess (MeshT const &mesh, std::string const &key, QuanAssembler qas) |
Writes the inital guess to a VTK file. More... | |
A writer function for writing the initial guess to an output file.
Definition in file initial_guess_writer.hpp.