MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
lbgridboundarycell.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 LBGRIDBOUNDARYCELL_H
8#define LBGRIDBOUNDARYCELL_H
9
10#include <vector>
12#include "UTIL/debug.h"
13
17template <MInt nDim>
20 std::vector<MFloat> m_distances;
24 std::vector<MInt> m_segmentId;
25 std::vector<MInt> m_bndCndId;
26};
27
28#endif
int32_t MInt
Definition: maiatypes.h:62
double MFloat
Definition: maiatypes.h:52
bool MBool
Definition: maiatypes.h:58
This class contains the necessary data to define a boundary cell for the LB method.
std::vector< MFloat > m_distances
std::vector< MInt > m_bndCndId
std::vector< MInt > m_segmentId