AxisymmetricConductivityTensors< SPACE_DIM > Class Template Reference

#include <AxisymmetricConductivityTensors.hpp>

Inheritance diagram for AxisymmetricConductivityTensors< SPACE_DIM >:

Inheritance graph
[legend]
Collaboration diagram for AxisymmetricConductivityTensors< SPACE_DIM >:

Collaboration graph
[legend]

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>
void AxisymmetricConductivityTensors< SPACE_DIM >::Init (  )  throw (Exception) [inline]

Todo:
there are extensive comments within the implementation of this method

Definition at line 76 of file AxisymmetricConductivityTensors.cpp.


The documentation for this class was generated from the following files:

Generated on Wed Mar 18 12:52:14 2009 for Chaste by  doxygen 1.5.5