MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
dgcartesiansyseqnacousticperturb.cpp
Go to the documentation of this file.
1// Copyright (C) 2024 The m-AIA AUTHORS
2//
3// This file is part of m-AIA (https://git.rwth-aachen.de/aia/m-AIA/m-AIA)
4//
5// SPDX-License-Identifier: LGPL-3.0-only
6
8
9template <>
11template <>
13template <>
14const MString DgSysEqnAcousticPerturb<2>::s_nodeVarNames[] = {"u0", "v0", "rho0", "c0", "dc0_dx", "dc0_dy"};
15template <>
17template <>
19template <>
20const MString DgSysEqnAcousticPerturb<3>::s_nodeVarNames[] = {"u0", "v0", "w0", "rho0",
21 "c0", "dc0_dx", "dc0_dy", "dc0_dz"};
22
25
28
int32_t MInt
Definition: maiatypes.h:62
std::basic_string< char > MString
Definition: maiatypes.h:55