Provides an accessor for the average carrier energy. More...
#include <math.h>
#include <fstream>
#include <iostream>
#include "viennagrid/mesh/mesh.hpp"
#include "viennashe/forwards.h"
#include "viennashe/config.hpp"
#include "viennashe/physics/constants.hpp"
#include "viennashe/she/postproc/carrier_density.hpp"
#include "viennashe/she/postproc/macroscopic.hpp"
Go to the source code of this file.
Classes | |
class | viennashe::she::detail::energy_integrator_for_box |
class | viennashe::she::carrier_energy_wrapper< SHEQuantity > |
An accessor for the average carrier energy at each point inside the device. More... | |
Namespaces | |
namespace | viennashe |
The main ViennaSHE namespace. All functionality resides inside this namespace. | |
namespace | viennashe::she |
namespace | viennashe::she::detail |
Functions | |
template<typename DeviceType , typename SHEQuantity , typename ContainerType > | |
void | viennashe::she::write_kinetic_carrier_energy_to_container (DeviceType const &device, viennashe::config const &conf, SHEQuantity const &quan, ContainerType &container) |
Convenience function for writing the average kinetic carrier energy to the container provided. More... | |
Provides an accessor for the average carrier energy.
Definition in file carrier_energy.hpp.