NeoN
A framework for CFD software
Loading...
Searching...
No Matches
cellToFaceStencil.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2025 NeoN authors
2//
3// SPDX-License-Identifier: MIT
4
5#pragma once
6
9
11{
12
13
15{
16public:
17
19
21
22private:
23
24 const UnstructuredMesh& mesh_;
25};
26
27} // namespace NeoN::finiteVolume::cellCentred
Data structure that stores a segmented fields or a vector of vectors.
Represents an unstructured mesh in NeoN.
CellToFaceStencil(const UnstructuredMesh &mesh)
SegmentedVector< localIdx, localIdx > computeStencil() const