Chaste
Build::
|
#include <RegressionSolver.hpp>
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 |
This class is for simulating modifications to the vessel network due to regression.
Definition at line 47 of file RegressionSolver.hpp.
RegressionSolver< DIM >::RegressionSolver | ( | ) |
Constructor.
Definition at line 40 of file RegressionSolver.cpp.
|
virtual |
Destructor.
Definition at line 48 of file RegressionSolver.cpp.
|
virtual |
Increment one step in time
Reimplemented in WallShearStressBasedRegressionSolver< DIM >.
Definition at line 60 of file RegressionSolver.cpp.
void RegressionSolver< DIM >::SetVesselNetwork | ( | boost::shared_ptr< VesselNetwork< DIM > > | pNetwork | ) |
Set the vessel network
pNetwork | the vessel network |
Definition at line 54 of file RegressionSolver.cpp.
References RegressionSolver< DIM >::mpNetwork.
|
protected |
The vessel network
Definition at line 55 of file RegressionSolver.hpp.
Referenced by WallShearStressBasedRegressionSolver< DIM >::Increment(), and RegressionSolver< DIM >::SetVesselNetwork().
|
protected |
The reference time-scale
Definition at line 60 of file RegressionSolver.hpp.
Referenced by WallShearStressBasedRegressionSolver< DIM >::Increment().