ViennaSHE 1.3.0
Free open-source semiconductor device simulator using spherical harmonics expansions techniques.
viennashe::permittivity_accessor< DeviceType > Class Template Reference

Accessor for obtaining the permittivity in the device. More...

#include <accessors.hpp>

Public Types

typedef viennagrid::result_of::cell< MeshType >::type cell_type
 
typedef double value_type
 

Public Member Functions

 permittivity_accessor (DeviceType const &d)
 
value_type operator() (cell_type const &cell) const
 

Detailed Description

template<typename DeviceType>
class viennashe::permittivity_accessor< DeviceType >

Accessor for obtaining the permittivity in the device.

Definition at line 253 of file accessors.hpp.

Member Typedef Documentation

◆ cell_type

template<typename DeviceType >
typedef viennagrid::result_of::cell<MeshType>::type viennashe::permittivity_accessor< DeviceType >::cell_type

Definition at line 258 of file accessors.hpp.

◆ value_type

template<typename DeviceType >
typedef double viennashe::permittivity_accessor< DeviceType >::value_type

Definition at line 259 of file accessors.hpp.

Constructor & Destructor Documentation

◆ permittivity_accessor()

template<typename DeviceType >
viennashe::permittivity_accessor< DeviceType >::permittivity_accessor ( DeviceType const &  d)
inline

Definition at line 261 of file accessors.hpp.

Member Function Documentation

◆ operator()()

template<typename DeviceType >
value_type viennashe::permittivity_accessor< DeviceType >::operator() ( cell_type const &  cell) const
inline

Definition at line 263 of file accessors.hpp.


The documentation for this class was generated from the following file: