Accessor for fixed charges. More...
#include <accessors.hpp>
Public Types | |
typedef viennagrid::result_of::cell< MeshType >::type | cell_type |
typedef double | value_type |
Public Member Functions | |
fixed_charge_accessor (DeviceType const &d) | |
value_type | operator() (cell_type const &c) const |
Returns the fixed charge in As. More... | |
Accessor for fixed charges.
Definition at line 272 of file accessors.hpp.
typedef viennagrid::result_of::cell<MeshType>::type viennashe::fixed_charge_accessor< DeviceType >::cell_type |
Definition at line 277 of file accessors.hpp.
typedef double viennashe::fixed_charge_accessor< DeviceType >::value_type |
Definition at line 278 of file accessors.hpp.
|
inline |
Definition at line 280 of file accessors.hpp.
|
inline |
Returns the fixed charge in As.
Definition at line 283 of file accessors.hpp.