Chaste Release::3.1
AbstractUntemplatedConvergenceTester Class Reference

#include <AbstractConvergenceTester.hpp>

Inheritance diagram for AbstractUntemplatedConvergenceTester:
Collaboration diagram for AbstractUntemplatedConvergenceTester:

List of all members.

Public Member Functions

virtual void Converge (std::string nameOfTest)=0

Public Attributes

double OdeTimeStep
double PdeTimeStep
unsigned MeshNum
double RelativeConvergenceCriterion
double LastDifference
double Apd90FirstQn
double Apd90ThirdQn
double ConductionVelocity
bool PopulatedResult
bool FixedResult
bool UseAbsoluteStimulus
double AbsoluteStimulus
bool SimulateFullActionPotential
bool Converged
StimulusType Stimulus
double NeumannStimulus

Protected Attributes

double mMeshWidth

Detailed Description

AbstractUntemplatedConvergenceTester contains core functionality used in more convergence testers

Definition at line 143 of file AbstractConvergenceTester.hpp.


Member Function Documentation

virtual void AbstractUntemplatedConvergenceTester::Converge ( std::string  nameOfTest) [pure virtual]

Run the same test at different levels of refinement until some convergence criterion is met.

Parameters:
nameOfTestThe name of the convergence test (typically the name in the suite) for use in naming files.

Implemented in AbstractConvergenceTester< CELL, CARDIAC_PROBLEM, DIM, PROBLEM_DIM >.


Member Data Documentation

Used to store and retrieve the APD90 of a node in the first quarter x-value

Definition at line 160 of file AbstractConvergenceTester.hpp.

Referenced by AbstractConvergenceTester< CELL, CARDIAC_PROBLEM, DIM, PROBLEM_DIM >::Converge().

Used to store and retrieve the APD90 of a node in the third quarter x-value

Definition at line 161 of file AbstractConvergenceTester.hpp.

Referenced by AbstractConvergenceTester< CELL, CARDIAC_PROBLEM, DIM, PROBLEM_DIM >::Converge().

Used to store and retrieve the conduction velocity between the first & third quarter nodes

Definition at line 162 of file AbstractConvergenceTester.hpp.

Referenced by AbstractConvergenceTester< CELL, CARDIAC_PROBLEM, DIM, PROBLEM_DIM >::Converge().

true if converging to a known standard result used in StimulusConverger in projects/jmpf

Definition at line 170 of file AbstractConvergenceTester.hpp.

Referenced by AbstractConvergenceTester< CELL, CARDIAC_PROBLEM, DIM, PROBLEM_DIM >::Converge().

Used to store and retrieve the difference between success runs (relative 2-norm of Vm at 3rd quarter node).

Definition at line 159 of file AbstractConvergenceTester.hpp.

Referenced by AbstractConvergenceTester< CELL, CARDIAC_PROBLEM, DIM, PROBLEM_DIM >::Converge().

Set it true in order to run simulations for long enough to get a whole AP (and thus get convergence history for APD90). Note that this slackens the relative L2 norm criterion, since we are in plateau phase for longer

Definition at line 180 of file AbstractConvergenceTester.hpp.

Referenced by AbstractConvergenceTester< CELL, CARDIAC_PROBLEM, DIM, PROBLEM_DIM >::Converge().

true if the plane stimulus should applied with an exact value (not scaled by space-step) used in StimulusConverger in projects/jmpf

Definition at line 174 of file AbstractConvergenceTester.hpp.

Referenced by AbstractConvergenceTester< CELL, CARDIAC_PROBLEM, DIM, PROBLEM_DIM >::Converge(), and AbstractConvergenceTester< CELL, CARDIAC_PROBLEM, DIM, PROBLEM_DIM >::DisplayRun().


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