ViennaSHE 1.3.0
Free open-source semiconductor device simulator using spherical harmonics expansions techniques.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
initial_guess_writer.hpp File Reference

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...
 

Detailed Description

A writer function for writing the initial guess to an output file.

Definition in file initial_guess_writer.hpp.