CEPS  24.01
Cardiac ElectroPhysiology Simulator
FiniteElements.cpp File Reference

Go to the source code of this file.

Functions

CepsReal getDomainMeasure (const CepsVector< FEBase * > &cells, const CepsSet< CepsAttribute > &attributes, CepsBool onlyOfThisProc)
 Compute the measure of a set of a cells. More...
 
CepsReal getDomainMeasure (const CepsVector< FEBase * > &cells, CepsBool onlyOfThisProc)
 Compute the measure of a set of a cells. More...
 

Detailed Description

Container for all FEPk instances for each geometrical cell

Definition in file FiniteElements.cpp.

Function Documentation

◆ getDomainMeasure() [1/2]

CepsReal getDomainMeasure ( const CepsVector< FEBase * > &  cells,
CepsBool  onlyOfThisProc = false 
)

Compute the measure of a set of a cells.

Parameters
cellslist of cells
onlyOfThisProcreduce local measure on each proc

Definition at line 796 of file FiniteElements.cpp.

◆ getDomainMeasure() [2/2]

CepsReal getDomainMeasure ( const CepsVector< FEBase * > &  cells,
const CepsSet< CepsAttribute > &  attributes,
CepsBool  onlyOfThisProc = false 
)

Compute the measure of a set of a cells.

Parameters
cellslist of cells
attributeslist of attributes
onlyOfThisProcreduce local measure on each proc

Definition at line 779 of file FiniteElements.cpp.