CEPS  24.01
Cardiac ElectroPhysiology Simulator
CepsStandardArgs Struct Reference

Detailed Description

Structure used to pass arguments to SAFunc (see pde directory) The flags of the SAFunc allows extraction of the correct argument from this structured type.

Definition at line 238 of file CepsTypes.hpp.

#include <CepsTypes.hpp>

Data Fields

CepsReal t = 0.0
 time More...
 
CepsReal3D x = CepsZero3D
 space More...
 
CepsReal u = 0.0
 solution u More...
 
CepsSet< CepsAttributeattr = {CepsUniversal}
 attributes More...
 
CepsDofGlobalIndex dofId = CepsUniversal
 dof index More...
 
CepsCellGlobalIndex cellId = CepsUniversal
 cell index More...
 
CepsNodeGlobalIndex nodeId = CepsUniversal
 node index More...
 
CepsUnknownIndex unknownId = CepsUniversal
 unknown index More...
 

Field Documentation

◆ attr

CepsSet<CepsAttribute> CepsStandardArgs::attr = {CepsUniversal}

attributes

Definition at line 243 of file CepsTypes.hpp.

◆ cellId

CepsCellGlobalIndex CepsStandardArgs::cellId = CepsUniversal

cell index

Definition at line 245 of file CepsTypes.hpp.

◆ dofId

CepsDofGlobalIndex CepsStandardArgs::dofId = CepsUniversal

dof index

Definition at line 244 of file CepsTypes.hpp.

◆ nodeId

CepsNodeGlobalIndex CepsStandardArgs::nodeId = CepsUniversal

node index

Definition at line 246 of file CepsTypes.hpp.

◆ t

CepsReal CepsStandardArgs::t = 0.0

time

Definition at line 240 of file CepsTypes.hpp.

◆ u

CepsReal CepsStandardArgs::u = 0.0

solution u

Definition at line 242 of file CepsTypes.hpp.

◆ unknownId

CepsUnknownIndex CepsStandardArgs::unknownId = CepsUniversal

unknown index

Definition at line 247 of file CepsTypes.hpp.

◆ x

CepsReal3D CepsStandardArgs::x = CepsZero3D

space

Definition at line 241 of file CepsTypes.hpp.


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