MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
cartesianpointbasedcell.cpp
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
8
9template <MInt nDim>
11 // TRACE();
12
13 m_pointIds = 0;
14}
15
16// Explicit instantiations for 2D and 3D
17template class PointBasedCell<2>;
18template class PointBasedCell<3>;
This class defines a grid cell which is a internal data structure for cartesian cells needed for an e...