Accessor for returning the doping (donator/acceptor doping is defined in the CTOR) More...
#include <accessors.hpp>
Public Types | |
typedef viennagrid::result_of::cell< MeshType >::type | cell_type |
typedef double | value_type |
Public Member Functions | |
doping_accessor (DeviceType const &d, viennashe::carrier_type_id ctype) | |
This CTOR specifies donator doping. More... | |
value_type | operator() (cell_type const &c) const |
Accessor for returning the doping (donator/acceptor doping is defined in the CTOR)
Definition at line 140 of file accessors.hpp.
typedef viennagrid::result_of::cell<MeshType>::type viennashe::doping_accessor< DeviceType >::cell_type |
Definition at line 144 of file accessors.hpp.
typedef double viennashe::doping_accessor< DeviceType >::value_type |
Definition at line 145 of file accessors.hpp.
|
inline |
This CTOR specifies donator doping.
Definition at line 148 of file accessors.hpp.
|
inline |
Definition at line 150 of file accessors.hpp.