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

Provides an accessor for the expansion order in (x,H)-space. More...

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

Go to the source code of this file.

Classes

class  viennashe::she::average_expansion_order_wrapper< DeviceType, SHEQuantity >
 Accessor class providing the average expansion order inside the device. More...
 

Namespaces

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

Functions

template<typename DeviceType , typename SHEQuantity , typename ContainerType >
void viennashe::she::write_average_expansion_order_to_container (DeviceType const &device, SHEQuantity const &quan, ContainerType &container, double energy_start=0.0, double energy_end=1.0)
 Convenience function for writing the average expansion order to the container provided. More...
 

Detailed Description

Provides an accessor for the expansion order in (x,H)-space.

Definition in file expansion_order.hpp.