AxisymmetricConductivityTensors< SPACE_DIM > Class Template Reference
#include <AxisymmetricConductivityTensors.hpp>
List of all members.
|
Public Member Functions |
void | SetConstantConductivities (c_vector< double, 3 > constantConductivities) |
void | Init () throw (Exception) |
Private Member Functions |
void | ReadOrientationVectorFromFile (c_vector< double, SPACE_DIM > &orientVector) |
Detailed Description
template<unsigned SPACE_DIM>
class AxisymmetricConductivityTensors< SPACE_DIM >
The class is templated over SPACE_DIM to keep compatibility with the abstract class. However axisymmetric conductivity only makes sense in 3D, so we check in the constructor for SPACE_DIM to be 3.
- Todo:
- is the compatibility argument above really worthwhile? We could just inherit from AbstractConductivityTensors<3>. This would however require changes to the constructors of AbstractCardiacPde and BidomainPde.
Definition at line 43 of file AxisymmetricConductivityTensors.hpp.
Member Function Documentation
template<unsigned SPACE_DIM>
The documentation for this class was generated from the following files: