Accessor for obtaining the Dirichlet boundary condition for the Poisson equation in the device (contact-potential plus built-in potential) More...
#include <accessors.hpp>
Public Types | |
typedef viennagrid::result_of::cell< MeshType >::type | cell_type |
typedef double | value_type |
Public Member Functions | |
boundary_potential_accessor (DeviceT const &d) | |
value_type | operator() (cell_type const &c) const |
Accessor for obtaining the Dirichlet boundary condition for the Poisson equation in the device (contact-potential plus built-in potential)
Definition at line 205 of file accessors.hpp.
typedef viennagrid::result_of::cell<MeshType>::type viennashe::boundary_potential_accessor< DeviceT >::cell_type |
Definition at line 210 of file accessors.hpp.
typedef double viennashe::boundary_potential_accessor< DeviceT >::value_type |
Definition at line 211 of file accessors.hpp.
|
inline |
Definition at line 213 of file accessors.hpp.
|
inline |
Definition at line 215 of file accessors.hpp.