Chi-Tech
FLUDSCommonData.cc
Go to the documentation of this file.
1
#include "
FLUDSCommonData.h
"
2
3
namespace
chi_mesh::sweep_management
4
{
5
6
FLUDSCommonData::FLUDSCommonData
(
7
const
SPDS
& spds,
8
const
std::vector<CellFaceNodalMapping>& grid_nodal_mappings)
9
: spds_(spds), grid_nodal_mappings_(grid_nodal_mappings)
10
{
11
}
12
13
const
SPDS
&
FLUDSCommonData::GetSPDS
()
const
{
return
spds_
; }
14
15
const
FaceNodalMapping
&
16
FLUDSCommonData::GetFaceNodalMapping
(uint64_t cell_local_id,
17
unsigned
int
face_id)
const
18
{
19
return
grid_nodal_mappings_
[cell_local_id][face_id];
20
}
21
22
}
// namespace chi_mesh::sweep_management
FLUDSCommonData.h
chi_mesh::sweep_management::FLUDSCommonData::FLUDSCommonData
FLUDSCommonData(const SPDS &spds, const std::vector< CellFaceNodalMapping > &grid_nodal_mappings)
Definition:
FLUDSCommonData.cc:6
chi_mesh::sweep_management::FLUDSCommonData::spds_
const SPDS & spds_
Definition:
FLUDSCommonData.h:44
chi_mesh::sweep_management::FLUDSCommonData::GetSPDS
const SPDS & GetSPDS() const
Definition:
FLUDSCommonData.cc:13
chi_mesh::sweep_management::FLUDSCommonData::GetFaceNodalMapping
const FaceNodalMapping & GetFaceNodalMapping(uint64_t cell_local_id, unsigned int face_id) const
Definition:
FLUDSCommonData.cc:16
chi_mesh::sweep_management::FLUDSCommonData::grid_nodal_mappings_
const std::vector< CellFaceNodalMapping > & grid_nodal_mappings_
Definition:
FLUDSCommonData.h:45
chi_mesh::sweep_management::SPDS
Definition:
SPDS.h:15
chi_mesh::sweep_management
Definition:
AAH_AngleSet.cc:9
chi_mesh::sweep_management::FaceNodalMapping
Definition:
FLUDSCommonData.h:11
framework
mesh
SweepUtilities
FLUDS
FLUDSCommonData.cc
Generated by
1.9.3