CEPS  24.01
Cardiac ElectroPhysiology Simulator
SourceTerm.hpp File Reference

Go to the source code of this file.

Data Structures

class  SourceTerm< _Result >
 Source term, essentially a ScalarField. More...
 

Typedefs

using ScalarSourceTerm = SourceTerm< CepsMathScalar >
 Typedef for source term swith scalar value. More...
 
using VectorSourceTerm = SourceTerm< CepsMathVertex >
 Typedef for source terms with vector value. More...
 
using TensorSourceTerm = SourceTerm< CepsMathTensor >
 Typedef for source terms with tensor value. More...
 

Detailed Description

Specialization of Field for source terms

Definition in file SourceTerm.hpp.

Typedef Documentation

◆ ScalarSourceTerm

Typedef for source term swith scalar value.

Definition at line 38 of file SourceTerm.hpp.

◆ TensorSourceTerm

Typedef for source terms with tensor value.

Definition at line 42 of file SourceTerm.hpp.

◆ VectorSourceTerm

Typedef for source terms with vector value.

Definition at line 40 of file SourceTerm.hpp.