COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <Shared.hpp>
Inherited by Reader, and Writer.
Classes | |
struct | CGNS_Base |
struct | CGNS_Boco |
struct | CGNS_Field |
struct | CGNS_File |
struct | CGNS_FlowSolution |
struct | CGNS_Section |
struct | CGNS_Size |
struct | CGNS_Zone |
Public Member Functions | |
Shared () | |
constructor More... | |
std::vector< std::string > & | get_supported_element_types () |
Static Public Member Functions | |
static std::string | type_name () |
Gets the Class name. More... | |
Protected Attributes | |
std::map< CGNS_ENUMT(ElementType_t), std::string > | m_elemtype_CGNS_to_CF |
std::map< std::string, CGNS_ENUMT(ElementType_t)> | m_elemtype_CF3_to_CGNS |
struct cf3::mesh::CGNS::Shared::CGNS_Size | m_size |
bool | m_isCoordinatesCreated |
bool | m_uniqueBase |
struct cf3::mesh::CGNS::Shared::CGNS_File | m_file |
struct cf3::mesh::CGNS::Shared::CGNS_Base | m_base |
struct cf3::mesh::CGNS::Shared::CGNS_Zone | m_zone |
struct cf3::mesh::CGNS::Shared::CGNS_Section | m_section |
struct cf3::mesh::CGNS::Shared::CGNS_Boco | m_boco |
struct cf3::mesh::CGNS::Shared::CGNS_FlowSolution | m_flowsol |
struct cf3::mesh::CGNS::Shared::CGNS_Field | m_field |
std::map< int, Region * > | m_base_map |
std::map< int, Region * > | m_zone_map |
std::map< int, Region * > | m_section_map |
std::map< int, Dictionary * > | m_nodes_map |
std::map< int, Region * > | m_boco_map |
Private Attributes | |
std::vector< std::string > | m_supported_element_types |
This class defines CGNS mesh format common functionality
Definition at line 46 of file Shared.hpp.
Shared | ( | ) |
constructor
Definition at line 17 of file Shared.cpp.
|
inline |
Definition at line 56 of file Shared.hpp.
|
inlinestatic |
Gets the Class name.
Definition at line 54 of file Shared.hpp.
|
protected |
Definition at line 162 of file Shared.hpp.
|
protected |
Definition at line 166 of file Shared.hpp.
|
protected |
Definition at line 61 of file Shared.hpp.
|
protected |
Definition at line 60 of file Shared.hpp.
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 71 of file Shared.hpp.
|
protected |
Definition at line 165 of file Shared.hpp.
|
protected |
Definition at line 164 of file Shared.hpp.
|
protected |
|
private |
Definition at line 169 of file Shared.hpp.
|
protected |
Definition at line 72 of file Shared.hpp.
|
protected |
Definition at line 163 of file Shared.hpp.
Send comments to: COOLFluiD Web Admin |