CEPS  24.01
Cardiac ElectroPhysiology Simulator
AbstractDiscretization.hpp File Reference

Go to the source code of this file.

Data Structures

class  AbstractDiscretization
 Abstract Class for all numerical method (FE, FD, FV etc) More...
 

Typedefs

using DegreeOfFreedomTree = CepsArray< CepsMap< CepsGlobalIndex, CepsVector< DegreeOfFreedom * > >, CepsLocationFlagSize >
 Data structure that classifies all the degrees of freedom. More...
 

Detailed Description

Common elements of discretizations (FE, FV, FD...)

Definition in file AbstractDiscretization.hpp.

Typedef Documentation

◆ DegreeOfFreedomTree

Data structure that classifies all the degrees of freedom.

Dofs are grouped by their location flag (cell, point, zeroD), then by globalID (of the point or cell)

[loc][gid] = {dof*, dof*, ...}

For 0D unknowns, we use the unknown identifier as geom globalID

Definition at line 50 of file AbstractDiscretization.hpp.