![]() |
OGS
|
|
Definition at line 32 of file HeatTransportBHE/BHE/MeshUtils.h.
#include <MeshUtils.h>
Public Member Functions | |
| void | updateElementSectionIndices (std::vector< BHE::BHETypes > const &bhes) |
Public Attributes | |
| std::vector< int > | BHE_mat_IDs |
| std::vector< std::vector< MeshLib::Element * > > | BHE_elements |
| std::vector< std::vector< MeshLib::Node * > > | BHE_nodes |
| std::vector< std::vector< MeshLib::Node * > > | BHE_topology_ordered_nodes |
| std::unordered_map< std::size_t, double > | BHE_element_distances_from_wellhead |
| std::unordered_map< std::size_t, int > | BHE_element_section_indices |
| void ProcessLib::HeatTransportBHE::BHEMeshData::updateElementSectionIndices | ( | std::vector< BHE::BHETypes > const & | bhes | ) |
Definition at line 302 of file HeatTransportBHE/BHE/MeshUtils.cpp.
References BHE_element_distances_from_wellhead, BHE_element_section_indices, BHE_elements, and OGS_FATAL.
| std::unordered_map<std::size_t, double> ProcessLib::HeatTransportBHE::BHEMeshData::BHE_element_distances_from_wellhead |
Definition at line 38 of file HeatTransportBHE/BHE/MeshUtils.h.
Referenced by updateElementSectionIndices().
| std::unordered_map<std::size_t, int> ProcessLib::HeatTransportBHE::BHEMeshData::BHE_element_section_indices |
Definition at line 39 of file HeatTransportBHE/BHE/MeshUtils.h.
Referenced by updateElementSectionIndices().
| std::vector<std::vector<MeshLib::Element*> > ProcessLib::HeatTransportBHE::BHEMeshData::BHE_elements |
Definition at line 35 of file HeatTransportBHE/BHE/MeshUtils.h.
Referenced by updateElementSectionIndices().
| std::vector<int> ProcessLib::HeatTransportBHE::BHEMeshData::BHE_mat_IDs |
Definition at line 34 of file HeatTransportBHE/BHE/MeshUtils.h.
| std::vector<std::vector<MeshLib::Node*> > ProcessLib::HeatTransportBHE::BHEMeshData::BHE_nodes |
Definition at line 36 of file HeatTransportBHE/BHE/MeshUtils.h.
Referenced by ProcessLib::HeatTransportBHE::createAndInsertBHE().
| std::vector<std::vector<MeshLib::Node*> > ProcessLib::HeatTransportBHE::BHEMeshData::BHE_topology_ordered_nodes |
Definition at line 37 of file HeatTransportBHE/BHE/MeshUtils.h.
Referenced by ProcessLib::HeatTransportBHE::createAndInsertBHE().