Class nFS#

Inheritance Relationships#

Base Types#

Class Documentation#

tfc.utils.BF.BF_Py.nFS : public tfc.utils.BF.BF_Py.nBasisFunc , public tfc.utils.BF.BF_Py.FS
n-dimensional Fourier series basis functions.

Public Functions

__init__(self, npt.NDArray x0, npt.NDArray xf, npt.NDArray nC, uint m)#
Initialize the n-dimensional FS class.

Parameters
----------
x0 : NDArray
    Start of the problem domain.
xf : NDArray
    End of the problem domain.
nC : NDArray
    Basis functions to be removed
m : uint
    Number of basis functions.