Chi-Tech
CBC_FLUDSCommonData.h
Go to the documentation of this file.
1#ifndef CHITECH_CBC_FLUDSCOMMONDATA_H
2#define CHITECH_CBC_FLUDSCOMMONDATA_H
3
5
6#include <cinttypes>
7
8namespace lbs
9{
10
12{
13public:
16 const std::vector<chi_mesh::sweep_management::CellFaceNodalMapping>&
17 grid_nodal_mappings);
18
19};
20
21} // namespace lbs
22
23#endif // CHITECH_CBC_FLUDSCOMMONDATA_H
CBC_FLUDSCommonData(const chi_mesh::sweep_management::SPDS &spds, const std::vector< chi_mesh::sweep_management::CellFaceNodalMapping > &grid_nodal_mappings)