#include <SubStructuredGraph.h>
Detailed Description
Definition at line 71 of file SubStructuredGraph.h.
Constructor & Destructor Documentation
Nektar::MultiRegions::PatchMap::PatchMap |
( |
void |
| ) |
|
Nektar::MultiRegions::PatchMap::PatchMap |
( |
const int |
vals | ) |
|
Nektar::MultiRegions::PatchMap::~PatchMap |
( |
void |
| ) |
|
Member Function Documentation
Array<OneD, const int> Nektar::MultiRegions::PatchMap::GetDofId |
( |
| ) |
const |
|
inline |
Array<OneD, const int> Nektar::MultiRegions::PatchMap::GetPatchId |
( |
| ) |
const |
|
inline |
Array<OneD, const NekDouble> Nektar::MultiRegions::PatchMap::GetSign |
( |
| ) |
const |
|
inline |
Array<OneD, const unsigned int> Nektar::MultiRegions::PatchMap::IsBndDof |
( |
| ) |
const |
|
inline |
void Nektar::MultiRegions::PatchMap::SetPatchMap |
( |
const int |
n, |
|
|
const int |
patchId, |
|
|
const int |
dofId, |
|
|
const unsigned int |
bndPatch, |
|
|
const NekDouble |
sign |
|
) |
| |
Member Data Documentation
Array<OneD, unsigned int> Nektar::MultiRegions::PatchMap::m_bndPatch |
|
protected |
Array<OneD, int> Nektar::MultiRegions::PatchMap::m_dofId |
|
protected |
Array<OneD, int> Nektar::MultiRegions::PatchMap::m_patchId |
|
protected |