MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
fvcartesianapesolver3d.h
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
7#ifndef FVAPESOLVER3D_H_
8#define FVAPESOLVER3D_H_
9
10#include "fvcartesiansolverxd.h"
11#include "fvcartesiansyseqnns.h"
12//#include "fvcartesiansyseqnrans.h"
13
14
15class FvApeSolver3D : public FvCartesianSolverXD<3, FvSysEqnNS<3>> {
16 public:
17 FvApeSolver3D(MInt, MInt, MBool*, maia::grid::Proxy<3>& gridProxy_, Geometry<3>& geometry_, const MPI_Comm comm);
18};
19
20#endif // ifndef FVAPESOLVER3D_H_
int32_t MInt
Definition: maiatypes.h:62
bool MBool
Definition: maiatypes.h:58