ViennaSHE 1.3.0
Free open-source semiconductor device simulator using spherical harmonics expansions techniques.
macroscopic.hpp File Reference

Writer for arbitrary macroscopic quantities. More...

#include <math.h>
#include <fstream>
#include <iostream>
#include "viennagrid/mesh/mesh.hpp"
#include "viennashe/forwards.h"
#include "viennashe/physics/constants.hpp"

Go to the source code of this file.

Namespaces

namespace  viennashe
 The main ViennaSHE namespace. All functionality resides inside this namespace.
 

Functions

template<typename DeviceType , typename MacroscopicQuantityAccessor , typename ContainerType >
void viennashe::write_macroscopic_quantity_to_container (DeviceType const &device, MacroscopicQuantityAccessor const &quantity, ContainerType &quantity_container)
 Writes the provided macroscopic quantity to the container provided. More...
 

Detailed Description

Writer for arbitrary macroscopic quantities.

Definition in file macroscopic.hpp.