#include <Iocatalyst_BlockMesh.h>
|
using | BlockConn = std::array<int, 8> |
|
using | IDList = std::vector<int> |
|
using | ID = unsigned int |
|
◆ BlockConn
◆ ID
◆ IDList
◆ BlockMesh()
Iocatalyst::BlockMesh::BlockMesh |
( |
| ) |
|
◆ ~BlockMesh()
Iocatalyst::BlockMesh::~BlockMesh |
( |
| ) |
|
◆ addTransientCellField()
void Iocatalyst::BlockMesh::addTransientCellField |
( |
std::string | f_name, |
|
|
double | f_value ) |
◆ addTransientPointField()
void Iocatalyst::BlockMesh::addTransientPointField |
( |
std::string | f_name, |
|
|
double | f_value ) |
◆ fillExtents()
void Iocatalyst::BlockMesh::fillExtents |
( |
int * | ext | ) |
|
|
private |
◆ getBlockConnectivityPointIDs()
◆ getCoordsForID()
◆ getExtents()
const Extent & Iocatalyst::BlockMesh::getExtents |
( |
| ) |
const |
|
inline |
◆ getGlobalBlockExtents()
static Extent Iocatalyst::BlockMesh::getGlobalBlockExtents |
( |
| ) |
|
|
inlinestatic |
◆ getGlobalIDForBlockID()
◆ getGlobalIDForPointID()
◆ getGlobalPointExtents()
static Extent Iocatalyst::BlockMesh::getGlobalPointExtents |
( |
| ) |
|
|
inlinestatic |
◆ getID()
◆ getIDfromCoords()
◆ getNumBlocks()
int Iocatalyst::BlockMesh::getNumBlocks |
( |
| ) |
const |
◆ getNumInBlockMesh()
int Iocatalyst::BlockMesh::getNumInBlockMesh |
( |
unsigned int | offset | ) |
const |
|
private |
◆ getNumInPartition()
int Iocatalyst::BlockMesh::getNumInPartition |
( |
unsigned int | offset | ) |
const |
|
private |
◆ getNumPartitionBlocks()
int Iocatalyst::BlockMesh::getNumPartitionBlocks |
( |
| ) |
const |
◆ getNumPartitionPoints()
int Iocatalyst::BlockMesh::getNumPartitionPoints |
( |
| ) |
const |
◆ getNumPoints()
int Iocatalyst::BlockMesh::getNumPoints |
( |
| ) |
const |
◆ getOrigin()
const Extent & Iocatalyst::BlockMesh::getOrigin |
( |
| ) |
const |
|
inline |
◆ getPartition()
const Partition & Iocatalyst::BlockMesh::getPartition |
( |
| ) |
const |
|
inline |
◆ getPartitionBlockIDs()
◆ getPartitionExtents()
const Extent & Iocatalyst::BlockMesh::getPartitionExtents |
( |
| ) |
const |
|
inline |
◆ getPartitionIDs()
BlockMesh::IDList Iocatalyst::BlockMesh::getPartitionIDs |
( |
unsigned int | offset | ) |
const |
|
private |
◆ getPartitionPointIDs()
◆ getPartitionStart()
const Extent & Iocatalyst::BlockMesh::getPartitionStart |
( |
| ) |
const |
|
inline |
◆ getPointCoordsForPointID()
◆ getPointIDfromCoords()
BlockMesh::ID Iocatalyst::BlockMesh::getPointIDfromCoords |
( |
unsigned int | i, |
|
|
unsigned int | j, |
|
|
unsigned int | k ) const |
◆ getTransientCellFieldMap()
std::map< std::string, double > * Iocatalyst::BlockMesh::getTransientCellFieldMap |
( |
| ) |
|
◆ getTransientPointFieldMap()
std::map< std::string, double > * Iocatalyst::BlockMesh::getTransientPointFieldMap |
( |
| ) |
|
◆ init()
void Iocatalyst::BlockMesh::init |
( |
const Partition & | part, |
|
|
const Extent & | numBlocks, |
|
|
const Extent & | origin ) |
◆ isPartitionEmpty()
bool Iocatalyst::BlockMesh::isPartitionEmpty |
( |
| ) |
const |
◆ setPartitionEmpty()
void Iocatalyst::BlockMesh::setPartitionEmpty |
( |
| ) |
|
|
private |
◆ setPartitionFromExtents()
void Iocatalyst::BlockMesh::setPartitionFromExtents |
( |
int | ext[6] | ) |
|
|
private |
◆ splitBlock()
void Iocatalyst::BlockMesh::splitBlock |
( |
| ) |
|
|
private |
◆ _id
◆ BLOCK_LENGTH
double Iocatalyst::BlockMesh::BLOCK_LENGTH = 1.0 |
|
staticconstexpr |
◆ BLOCK_OFFSET
const unsigned int Iocatalyst::BlockMesh::BLOCK_OFFSET = 0 |
|
static |
◆ extents
Extent Iocatalyst::BlockMesh::extents |
|
private |
◆ globalBlockExtents
Extent Iocatalyst::BlockMesh::globalBlockExtents |
|
private |
◆ I_GLOBAL
const unsigned int Iocatalyst::BlockMesh::I_GLOBAL = 1000 |
|
static |
◆ id
ID Iocatalyst::BlockMesh::id |
|
private |
◆ J_GLOBAL
const unsigned int Iocatalyst::BlockMesh::J_GLOBAL = 1000 |
|
static |
◆ K_GLOBAL
const unsigned int Iocatalyst::BlockMesh::K_GLOBAL = 1000 |
|
static |
◆ origin
Extent Iocatalyst::BlockMesh::origin |
|
private |
◆ partition
◆ partitionExtents
Extent Iocatalyst::BlockMesh::partitionExtents |
|
private |
◆ partitionStart
Extent Iocatalyst::BlockMesh::partitionStart |
|
private |
◆ POINT_OFFSET
const unsigned int Iocatalyst::BlockMesh::POINT_OFFSET = 1 |
|
static |
◆ transientCellFields
std::map<std::string, double> Iocatalyst::BlockMesh::transientCellFields |
|
private |
◆ transientPointFields
std::map<std::string, double> Iocatalyst::BlockMesh::transientPointFields |
|
private |
The documentation for this class was generated from the following files: