MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
fcgridbndrycell.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 FCGRIDBNDRYCELL_H
8#define FCGRIDBNDRYCELL_H
9
10#include <vector>
12#include "UTIL/debug.h"
13
18template <MInt nDim>
20 public:
22
23 std::vector<std::vector<MFloat>> m_cutFaces;
24 std::vector<std::vector<MFloat>> m_faceNormals;
25 std::vector<MInt> m_segmentIdOfCutFace;
26
31
32 std::vector<MInt> m_segmentId;
33 std::vector<MInt> m_bndryCndId;
34};
35
36
37#endif
std::vector< MInt > m_segmentIdOfCutFace
MFloat m_directionOfAction[nDim]
MFloat m_avgFaceNormal[nDim]
std::vector< MInt > m_segmentId
std::vector< std::vector< MFloat > > m_cutFaces
MFloat m_load[nDim]
MFloat m_displacement[nDim]
std::vector< std::vector< MFloat > > m_faceNormals
std::vector< MInt > m_bndryCndId
int32_t MInt
Definition: maiatypes.h:62
double MFloat
Definition: maiatypes.h:52