Skip to content
Snippets Groups Projects

Update compressible flow solver for Parallel-in-time

Files
9
@@ -104,6 +104,7 @@ protected:
const Array<OneD, Array<OneD, NekDouble>> &inarray,
Array<OneD, Array<OneD, NekDouble>> &outarray,
const NekDouble &time) override;
SOLVER_UTILS_EXPORT virtual void v_ApplyCoeff(
const Array<OneD, MultiRegions::ExpListSharedPtr> &fields,
const Array<OneD, Array<OneD, NekDouble>> &inarray,
@@ -121,6 +122,4 @@ private:
};
} // namespace SolverUtils
} // namespace Nektar
// Hui XU 21 Jul 2013 Created
// Yumnah Mohamied May 2014 Modified and generalised.
#endif
Loading