CEPS  24.01
Cardiac ElectroPhysiology Simulator
PacemakerPoissonProblem::PowerSupply Class Reference

Detailed Description

Power source function.

Definition at line 62 of file PacemakerPoissonProblem.hpp.

#include <PacemakerPoissonProblem.hpp>

Inheritance diagram for PacemakerPoissonProblem::PowerSupply:
[legend]

Public Member Functions

 PowerSupply (PacemakerPoissonProblem *problem)
 constructor More...
 
 ~PowerSupply () override=default
 destructor More...
 
CepsReal eval (CepsStandardArgs args) final
 Evaluation function. More...
 
- Public Member Functions inherited from AbstractPacemakerProblem::PowerSupply
 PowerSupply (AbstractPacemakerProblem *problem)
 Constructor with problem to be linked to. More...
 
CepsReal eval (CepsStandardArgs args) override
 Evaluation of function. More...
 
CepsEnum getFlags () const override
 time varying function More...
 
- Public Member Functions inherited from SAFunc< CepsReal >
 SAFunc (const SAFunc &)=default
 We allow the copy from a functor to another. More...
 
SAFuncoperator= (const SAFunc &)=default
 We allow the assignement from a functor to another. More...
 
virtual void getLocalData ()
 Authorize access to data for solvecSAFunc, other derived classes : nothing. More...
 
virtual void releaseLocalData ()
 Authorize access to data for solvecSAFunc, other derived classes : nothing. More...
 
CepsBool hasOption (CepsFunctionFlag flag)
 Tells if option is activated. More...
 

Additional Inherited Members

- Public Types inherited from SAFunc< CepsReal >
using BaseFunction = ceps::Function< CepsReal(CepsStandardArgs)>
 Typedef for the function type. More...
 
- Protected Attributes inherited from AbstractPacemakerProblem::PowerSupply
AbstractPacemakerProblemm_problem
 Linked problem. More...
 

Constructor & Destructor Documentation

◆ PowerSupply()

PacemakerPoissonProblem::PowerSupply::PowerSupply ( PacemakerPoissonProblem problem)

constructor

Definition at line 38 of file PacemakerPoissonProblem.cpp.

◆ ~PowerSupply()

PacemakerPoissonProblem::PowerSupply::~PowerSupply ( )
overridevirtualdefault

destructor

Reimplemented from AbstractPacemakerProblem::PowerSupply.

Member Function Documentation

◆ eval()

CepsReal PacemakerPoissonProblem::PowerSupply::eval ( CepsStandardArgs  args)
final

Evaluation function.

Definition at line 43 of file PacemakerPoissonProblem.cpp.


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