MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
fvstructuredwindowmapping.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 FVSOLVERSTRUCTWINDOWMAPPING
8#define FVSOLVERSTRUCTWINDOWMAPPING
9
10#include "INCLUDE/maiatypes.h"
11
12template <MInt nDim>
14 public:
17 MInt Id1 = -1;
18 MInt start1[nDim]{};
19 MInt end1[nDim]{};
20 MInt step1[nDim]{};
21 MInt Id2 = -1;
22 MInt start2[nDim]{};
23 MInt end2[nDim]{};
24 MInt step2[nDim]{};
25 MInt order[nDim]{};
26 MInt BC = -1;
28 MInt face = -1;
29 MInt dir = -1;
30 MInt dc1 = -1;
31 MInt dc2 = -1;
33
34 // sponge properties:
39
40 // singularity
41 MInt Nstar = -1;
44
45 // fluid-porous interface
47};
48
49#endif
int32_t MInt
Definition: maiatypes.h:62
double MFloat
Definition: maiatypes.h:52
bool MBool
Definition: maiatypes.h:58