MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
fvcartesianwmsurface.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 FVWMSURFACE_H
8#define FVWMSURFACE_H
9
11#include "INCLUDE/maiatypes.h"
12
13template <MInt nDim>
15 public:
18
19 void init(MInt, MInt, MFloat);
20
22
25
31};
32
33#endif
MFloat m_wmImgVars[5]
void init(MInt, MInt, MFloat)
int32_t MInt
Definition: maiatypes.h:62
double MFloat
Definition: maiatypes.h:52
bool MBool
Definition: maiatypes.h:58