An accessor to the electric field along a given edge. Electrostatic potential required. More...
#include <electric_field.hpp>
Public Types | |
typedef DeviceType::mesh_type | MeshType |
typedef viennagrid::result_of::facet< MeshType >::type | FacetType |
typedef viennagrid::result_of::cell< MeshType >::type | CellType |
Public Member Functions | |
electric_field_on_facet (DeviceType const &device, PotentialAccessorType const &potential) | |
template<typename FacetType > | |
double | operator() (FacetType const &facet) const |
An accessor to the electric field along a given edge. Electrostatic potential required.
Definition at line 53 of file electric_field.hpp.
typedef viennagrid::result_of::cell<MeshType>::type viennashe::detail::electric_field_on_facet< DeviceType, PotentialAccessorType >::CellType |
Definition at line 58 of file electric_field.hpp.
typedef viennagrid::result_of::facet<MeshType>::type viennashe::detail::electric_field_on_facet< DeviceType, PotentialAccessorType >::FacetType |
Definition at line 57 of file electric_field.hpp.
typedef DeviceType::mesh_type viennashe::detail::electric_field_on_facet< DeviceType, PotentialAccessorType >::MeshType |
Definition at line 55 of file electric_field.hpp.
|
inline |
Definition at line 60 of file electric_field.hpp.
|
inline |
Definition at line 63 of file electric_field.hpp.