47 [[maybe_unused]]
const int nDim,
54 int expDim = Fwd.size() - 1;
59 for (
int i = 0; i < Fwd[0].size(); ++i)
61 v_PointSolve(Fwd[0][i], Fwd[1][i], 0.0, Bwd[0][i], Bwd[1][i],
62 0.0, flux[0][i], flux[1][i], hvf);
67 for (
int i = 0; i < Fwd[0].size(); ++i)
70 Bwd[1][i], Bwd[2][i], flux[0][i], flux[1][i],
76 ASSERTL0(
false,
"No 3D Shallow water supported.");
#define ASSERTL0(condition, msg)
NonlinearSWESolver(const LibUtilities::SessionReaderSharedPtr &pSession)
void v_Solve(const int nDim, const Array< OneD, const Array< OneD, NekDouble > > &Fwd, const Array< OneD, const Array< OneD, NekDouble > > &Bwd, Array< OneD, Array< OneD, NekDouble > > &flux) override
virtual void v_PointSolve(NekDouble hL, NekDouble huL, NekDouble hvL, NekDouble hR, NekDouble huR, NekDouble hvR, NekDouble &hf, NekDouble &huf, NekDouble &hvf)
virtual void v_ArraySolve(const Array< OneD, const Array< OneD, NekDouble > > &Fwd, const Array< OneD, const Array< OneD, NekDouble > > &Bwd, Array< OneD, Array< OneD, NekDouble > > &flux)
The RiemannSolver class provides an abstract interface under which solvers for various Riemann proble...
bool m_requiresRotation
Indicates whether the Riemann solver requires a rotation to be applied to the velocity fields.
std::shared_ptr< SessionReader > SessionReaderSharedPtr