36 #ifndef __H__UG__PLUGINS__ELECTROMAGNETISM__EDDY_CURRENT_TRAITS__
37 #define __H__UG__PLUGINS__ELECTROMAGNETISM__EDDY_CURRENT_TRAITS__
40 namespace Electromagnetism{
48 static const size_t _Re_ = 0;
50 static const size_t _Im_ = 1;
Auxiliary class defining some important constants.
Definition: eddy_current_traits.h:44
static const size_t _Im_
index of the imaginary part in the grid functions
Definition: eddy_current_traits.h:50
static const size_t _Re_
index of the real part in the grid functions
Definition: eddy_current_traits.h:48