LISOUSI: Line Source Simulation

◆ Ebasis

enum Ebasis

Types of basis functions provided

Enumerator
Fbessel0 

Bessel function of order 0.

Fbessel1 

Bessel function of order 1.

Fcos 

cosine function

Fsin 

sine function

Definition at line 170 of file wnintegration.h.

170  {
172  Fbessel0,
174  Fbessel1,
176  Fcos,
178  Fsin
179 }; // enum Ebasis
Bessel function of order 1.
cosine function
Bessel function of order 0.
sine function