DUBeat  1.0.1
High-order discontinuous Galerkin methods and applications to cardiac electrophysiology
DUBeat::models::monodomain_fhn_DG::GradExactSolution_w Class Reference

Gradient of the gating variable. More...

#include <monodomain_fhn_dg.hpp>

Inheritance diagram for DUBeat::models::monodomain_fhn_DG::GradExactSolution_w:
Collaboration diagram for DUBeat::models::monodomain_fhn_DG::GradExactSolution_w:

Public Member Functions

 GradExactSolution_w (double epsilon, double gamma)
 Constructor. More...
 
virtual double value (const dealii::Point< lifex::dim > &p, const unsigned int component=0) const override
 Evaluate the gradient of the exact solution in a point. More...
 

Private Attributes

double epsilon
 Parameter ODE. More...
 
double gamma
 Parameter ODE. More...
 

Detailed Description

Gradient of the gating variable.

Definition at line 321 of file monodomain_fhn_dg.hpp.

Constructor & Destructor Documentation

◆ GradExactSolution_w()

DUBeat::models::monodomain_fhn_DG::GradExactSolution_w::GradExactSolution_w ( double  epsilon,
double  gamma 
)
inline

Constructor.

Definition at line 332 of file monodomain_fhn_dg.hpp.

Member Function Documentation

◆ value()

virtual double DUBeat::models::monodomain_fhn_DG::GradExactSolution_w::value ( const dealii::Point< lifex::dim > &  p,
const unsigned int  component = 0 
) const
inlineoverridevirtual

Evaluate the gradient of the exact solution in a point.

Definition at line 340 of file monodomain_fhn_dg.hpp.

Member Data Documentation

◆ epsilon

double DUBeat::models::monodomain_fhn_DG::GradExactSolution_w::epsilon
private

Parameter ODE.

Definition at line 325 of file monodomain_fhn_dg.hpp.

◆ gamma

double DUBeat::models::monodomain_fhn_DG::GradExactSolution_w::gamma
private

Parameter ODE.

Definition at line 328 of file monodomain_fhn_dg.hpp.


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