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
28 template <auto pointLonA, auto pointLatA, auto pointLonB, auto pointLatB>
29 static inline auto atmosphericPressure(
30 const auto x,
31 const auto y,
32 const auto t,
33 auto projectionFunctionForward,
34 auto projectionFunctionInverse
35 );
36} // namespace applications::exahype2::ShallowWater::GulfOfMexico
37
static auto atmosphericPressure(const auto x, const auto y, const auto t, auto projectionFunctionForward, auto projectionFunctionInverse)
Computes the moving atmospheric pressure disturbance for the Gulf of Mexico test case.