Peano
Loading...
Searching...
No Matches
AtmosphericPressure.h
Go to the documentation of this file.
1// This file is part of the ExaHyPE2 project. For conditions of distribution and
2// use, please see the copyright notice at www.peano-framework.org
3#pragma once
4
23 template <auto Pa_, auto U_, auto T_, auto P0_>
24 static inline auto atmosphericPressure(const auto x, [[maybe_unused]] const auto y, const auto t);
25} // namespace applications::exahype2::ShallowWater::R1
26
static auto atmosphericPressure(const auto x, const auto y, const auto t)
Computes the pressure field p(x, y, t) following the Jörn test-case logic.