38void fft(
const int np,
const std::vector<std::vector<double>>& temporal_values,
fcType& gt);
42void igbc(
const ComMod& com_mod,
const MBType& gm, Array<double>& Y, Array<double>& dY);
The ComMod class duplicates the data structures in the Fortran COMMOD module defined in MOD....
Definition ComMod.h:1354
Moving boundary data structure (used for general BC)
Definition ComMod.h:100
The Vector template class is used for storing int and double data.
Definition Vector.h:50
Fourier coefficients that are used to specify unsteady BCs.
Definition ComMod.h:64