NeoFOAM
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
cellToFaceStencil.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2// SPDX-FileCopyrightText: 2025 NeoFOAM authors
3
4#pragma once
5
8
10{
11
12
14{
15public:
16
18
20
21private:
22
23 const UnstructuredMesh& mesh_;
24};
25
26} // namespace NeoFOAM::finiteVolume::cellCentred
Data structure that stores a segmented fields or a vector of vectors.
Represents an unstructured mesh in NeoFOAM.
SegmentedField< localIdx, localIdx > computeStencil() const