Chaste  Build::
RegressionSolver< DIM > Class Template Reference

#include <RegressionSolver.hpp>

+ Inheritance diagram for RegressionSolver< DIM >:
+ Collaboration diagram for RegressionSolver< DIM >:

Public Member Functions

 RegressionSolver ()
 
virtual ~RegressionSolver ()
 
void SetVesselNetwork (boost::shared_ptr< VesselNetwork< DIM > > pNetwork)
 
virtual void Increment ()
 

Protected Attributes

boost::shared_ptr< VesselNetwork< DIM > > mpNetwork
 
units::quantity< unit::time > mReferenceTime
 

Detailed Description

template<unsigned DIM>
class RegressionSolver< DIM >

This class is for simulating modifications to the vessel network due to regression.

Definition at line 47 of file RegressionSolver.hpp.

Constructor & Destructor Documentation

template<unsigned DIM>
RegressionSolver< DIM >::RegressionSolver ( )

Constructor.

Definition at line 40 of file RegressionSolver.cpp.

template<unsigned DIM>
RegressionSolver< DIM >::~RegressionSolver ( )
virtual

Destructor.

Definition at line 48 of file RegressionSolver.cpp.

Member Function Documentation

template<unsigned DIM>
void RegressionSolver< DIM >::Increment ( )
virtual

Increment one step in time

Reimplemented in WallShearStressBasedRegressionSolver< DIM >.

Definition at line 60 of file RegressionSolver.cpp.

template<unsigned DIM>
void RegressionSolver< DIM >::SetVesselNetwork ( boost::shared_ptr< VesselNetwork< DIM > >  pNetwork)

Set the vessel network

Parameters
pNetworkthe vessel network

Definition at line 54 of file RegressionSolver.cpp.

References RegressionSolver< DIM >::mpNetwork.

Member Data Documentation

template<unsigned DIM>
boost::shared_ptr<VesselNetwork<DIM> > RegressionSolver< DIM >::mpNetwork
protected
template<unsigned DIM>
units::quantity<unit::time> RegressionSolver< DIM >::mReferenceTime
protected

The reference time-scale

Definition at line 60 of file RegressionSolver.hpp.

Referenced by WallShearStressBasedRegressionSolver< DIM >::Increment().


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