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

Neumann boundary condition of the trans-membrane potential. More...

#include <monodomain_fhn_dg.hpp>

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

Public Member Functions

 BCNeumann (double Sigma)
 Constrcutor. More...
 
virtual double value (const dealii::Point< lifex::dim > &p, const unsigned int=0) const override
 Evaluate the Neumann boundary condition function in a point. More...
 

Private Attributes

double Sigma
 Diffusion scalar parameter. More...
 

Detailed Description

Neumann boundary condition of the trans-membrane potential.

Definition at line 169 of file monodomain_fhn_dg.hpp.

Constructor & Destructor Documentation

◆ BCNeumann()

DUBeat::models::monodomain_fhn_DG::BCNeumann::BCNeumann ( double  Sigma)
inline

Constrcutor.

Definition at line 177 of file monodomain_fhn_dg.hpp.

Member Function Documentation

◆ value()

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

Evaluate the Neumann boundary condition function in a point.

Definition at line 184 of file monodomain_fhn_dg.hpp.

Member Data Documentation

◆ Sigma

double DUBeat::models::monodomain_fhn_DG::BCNeumann::Sigma
private

Diffusion scalar parameter.

Definition at line 173 of file monodomain_fhn_dg.hpp.


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