Accessor to get the diffusivity. Used in the assembly of the heat diffusion equation. More...
#include <accessors.hpp>
Public Types | |
typedef viennagrid::result_of::cell< MeshType >::type | cell_type |
typedef double | value_type |
Public Member Functions | |
diffusivity_accessor (DeviceType const &d) | |
value_type | operator() (cell_type const &cell, double T) const |
Accessor to get the diffusivity. Used in the assembly of the heat diffusion equation.
Definition at line 294 of file accessors.hpp.
typedef viennagrid::result_of::cell<MeshType>::type viennashe::diffusivity_accessor< DeviceType >::cell_type |
Definition at line 299 of file accessors.hpp.
typedef double viennashe::diffusivity_accessor< DeviceType >::value_type |
Definition at line 300 of file accessors.hpp.
|
inline |
Definition at line 302 of file accessors.hpp.
|
inline |
Definition at line 304 of file accessors.hpp.