CEPS  24.01
Cardiac ElectroPhysiology Simulator
BoundaryCondition.hpp File Reference

Go to the source code of this file.

Data Structures

class  BoundaryCondition< _Result >
 Boundary condition. More...
 

Typedefs

using ScalarBoundaryCondition = BoundaryCondition< CepsMathScalar >
 Typedef for BC with scalar values. More...
 
using VectorBoundaryCondition = BoundaryCondition< CepsMathVertex >
 Typedef for BC with vector values. More...
 
using TensorBoundaryCondition = BoundaryCondition< CepsMathTensor >
 Typedef for BC with tensor values. More...
 

Detailed Description

Wrapper around Field, specialized with parameters for BCs

Definition in file BoundaryCondition.hpp.

Typedef Documentation

◆ ScalarBoundaryCondition

Typedef for BC with scalar values.

Definition at line 38 of file BoundaryCondition.hpp.

◆ TensorBoundaryCondition

Typedef for BC with tensor values.

Definition at line 42 of file BoundaryCondition.hpp.

◆ VectorBoundaryCondition

Typedef for BC with vector values.

Definition at line 40 of file BoundaryCondition.hpp.