Accessor class providing the carrier velocity inside the device. More...
#include <current_density.hpp>
Public Types | |
typedef std::vector< double > | value_type |
typedef viennagrid::result_of::cell< MeshType >::type | cell_type |
typedef viennagrid::result_of::facet< MeshType >::type | facet_type |
Public Member Functions | |
current_density_wrapper (DeviceType const &device, viennashe::config const &conf, SHEQuantity const &quan) | |
current_density_wrapper (current_density_wrapper const &o) | |
double | operator() (facet_type const &facet) const |
Functor interface returning the current density magnitude on the facet. More... | |
value_type | operator() (cell_type const &cell) const |
Functor interface returning the current density at the provided cell. More... | |
Protected Types | |
typedef DeviceType::mesh_type | MeshType |
typedef viennagrid::result_of::point< MeshType >::type | PointType |
Accessor class providing the carrier velocity inside the device.
Definition at line 174 of file current_density.hpp.
typedef viennagrid::result_of::cell<MeshType>::type viennashe::she::current_density_wrapper< DeviceType, SHEQuantity >::cell_type |
Definition at line 182 of file current_density.hpp.
typedef viennagrid::result_of::facet<MeshType>::type viennashe::she::current_density_wrapper< DeviceType, SHEQuantity >::facet_type |
Definition at line 183 of file current_density.hpp.
|
protected |
Definition at line 177 of file current_density.hpp.
|
protected |
Definition at line 178 of file current_density.hpp.
typedef std::vector<double> viennashe::she::current_density_wrapper< DeviceType, SHEQuantity >::value_type |
Definition at line 181 of file current_density.hpp.
|
inline |
Definition at line 185 of file current_density.hpp.
|
inline |
Definition at line 191 of file current_density.hpp.
|
inline |
Functor interface returning the current density at the provided cell.
Definition at line 201 of file current_density.hpp.
|
inline |
Functor interface returning the current density magnitude on the facet.
Definition at line 195 of file current_density.hpp.