ViennaSHE 1.3.0
Free open-source semiconductor device simulator using spherical harmonics expansions techniques.
potential.hpp
Go to the documentation of this file.
1#ifndef VIENNASHE_SHE_POSTPROC_POTENTIAL_HPP
2#define VIENNASHE_SHE_POSTPROC_POTENTIAL_HPP
3
4/* ============================================================================
5 Copyright (c) 2011-2022, Institute for Microelectronics,
6 Institute for Analysis and Scientific Computing,
7 TU Wien.
8
9 -----------------
10 ViennaSHE - The Vienna Spherical Harmonics Expansion Boltzmann Solver
11 -----------------
12
13 http://viennashe.sourceforge.net/
14
15 License: MIT (X11), see file LICENSE in the base directory
16=============================================================================== */
17
18#include "viennagrid/mesh/mesh.hpp"
19
20#include "viennashe/forwards.h"
23
28namespace viennashe
29{
37 template <typename DeviceType,
38 typename PotentialAccessor,
39 typename ContainerType>
40 void write_potential_to_container(DeviceType const & device,
41 PotentialAccessor const & pot,
42 ContainerType & container)
43 {
45 }
46
47} //namespace viennashe
48
49#endif
Defines the physical properties of a device, e.g. doping. This is the implementation for 2d and highe...
Definition: device.hpp:818
Contains forward declarations and definition of small classes that must be defined at an early stage.
Writer for arbitrary macroscopic quantities.
The main ViennaSHE namespace. All functionality resides inside this namespace.
Definition: accessors.hpp:40
void write_potential_to_container(DeviceType const &device, PotentialAccessor const &pot, ContainerType &container)
Writes the provided potential to the container provided.
Definition: potential.hpp:40
void write_macroscopic_quantity_to_container(DeviceType const &device, MacroscopicQuantityAccessor const &quantity, ContainerType &quantity_container)
Writes the provided macroscopic quantity to the container provided.
Definition: macroscopic.hpp:46
Provides a number of fundamental constants. All constants in SI units.