Nektar++
|
#include <SubStructuredGraph.h>
Public Member Functions | |
PatchMap (void) | |
PatchMap (const int vals) | |
~PatchMap (void) | |
void | SetPatchMap (const int n, const int patchId, const int dofId, const unsigned int bndPatch, const NekDouble sign) |
void | SetNewLevelMap (Array< OneD, const unsigned int > numLocalBndCondPerPatch, Array< OneD, const unsigned int > numLocalIntCondPerPatch) |
Array< OneD, const int > | GetPatchId () const |
Array< OneD, const int > | GetDofId () const |
Array< OneD, const int > | GetNewLevelMap () const |
Array< OneD, const unsigned int > | IsBndDof () const |
Array< OneD, const NekDouble > | GetSign () const |
Protected Attributes | |
Array< OneD, int > | m_patchId |
Array< OneD, int > | m_dofId |
Array< OneD, int > | m_newLevelMap |
Array< OneD, unsigned int > | m_bndPatch |
Array< OneD, NekDouble > | m_sign |
Definition at line 66 of file SubStructuredGraph.h.
Nektar::MultiRegions::PatchMap::PatchMap | ( | void | ) |
Definition at line 70 of file SubStructuredGraph.cpp.
Nektar::MultiRegions::PatchMap::PatchMap | ( | const int | vals | ) |
Definition at line 74 of file SubStructuredGraph.cpp.
References m_bndPatch, m_dofId, m_patchId, and m_sign.
Nektar::MultiRegions::PatchMap::~PatchMap | ( | void | ) |
Definition at line 82 of file SubStructuredGraph.cpp.
Definition at line 86 of file SubStructuredGraph.h.
References m_dofId.
Definition at line 91 of file SubStructuredGraph.h.
References m_newLevelMap.
Definition at line 81 of file SubStructuredGraph.h.
References m_patchId.
Definition at line 101 of file SubStructuredGraph.h.
References m_sign.
Definition at line 96 of file SubStructuredGraph.h.
References m_bndPatch.
void Nektar::MultiRegions::PatchMap::SetNewLevelMap | ( | Array< OneD, const unsigned int > | numLocalBndCondPerPatch, |
Array< OneD, const unsigned int > | numLocalIntCondPerPatch | ||
) |
Definition at line 95 of file SubStructuredGraph.cpp.
References m_bndPatch, m_dofId, m_newLevelMap, and m_patchId.
void Nektar::MultiRegions::PatchMap::SetPatchMap | ( | const int | n, |
const int | patchId, | ||
const int | dofId, | ||
const unsigned int | bndPatch, | ||
const NekDouble | sign | ||
) |
Definition at line 86 of file SubStructuredGraph.cpp.
References m_bndPatch, m_dofId, m_patchId, m_sign, and sign.
Definition at line 110 of file SubStructuredGraph.h.
Referenced by IsBndDof(), PatchMap(), SetNewLevelMap(), and SetPatchMap().
Definition at line 108 of file SubStructuredGraph.h.
Referenced by GetDofId(), PatchMap(), SetNewLevelMap(), and SetPatchMap().
Definition at line 109 of file SubStructuredGraph.h.
Referenced by GetNewLevelMap(), and SetNewLevelMap().
Definition at line 107 of file SubStructuredGraph.h.
Referenced by GetPatchId(), PatchMap(), SetNewLevelMap(), and SetPatchMap().
Definition at line 111 of file SubStructuredGraph.h.
Referenced by GetSign(), PatchMap(), and SetPatchMap().