Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
Nektar::NekMeshUtils::BLMesh::blInfo Struct Reference

#include <BLMesh.h>

Collaboration diagram for Nektar::NekMeshUtils::BLMesh::blInfo:
Collaboration graph
[legend]

Public Member Functions

void AlignNode (NekDouble t)
 

Public Attributes

NodeSharedPtr pNode
 
NodeSharedPtr oNode
 
int bl
 
Array< OneD, NekDoubleN
 
int symsurf
 
bool onSym
 
std::vector< ElementSharedPtrels
 
std::set< int > surfs
 
bool stopped
 

Detailed Description

Definition at line 85 of file BLMesh.h.

Member Function Documentation

void Nektar::NekMeshUtils::BLMesh::blInfo::AlignNode ( NekDouble  t)
inline

Definition at line 98 of file BLMesh.h.

99  {
100  pNode->m_x = oNode->m_x + t * N[0];
101  pNode->m_y = oNode->m_y + t * N[1];
102  pNode->m_z = oNode->m_z + t * N[2];
103  }
Array< OneD, NekDouble > N
Definition: BLMesh.h:90

Member Data Documentation

int Nektar::NekMeshUtils::BLMesh::blInfo::bl

Definition at line 89 of file BLMesh.h.

std::vector<ElementSharedPtr> Nektar::NekMeshUtils::BLMesh::blInfo::els

Definition at line 93 of file BLMesh.h.

Array<OneD, NekDouble> Nektar::NekMeshUtils::BLMesh::blInfo::N

Definition at line 90 of file BLMesh.h.

NodeSharedPtr Nektar::NekMeshUtils::BLMesh::blInfo::oNode

Definition at line 88 of file BLMesh.h.

bool Nektar::NekMeshUtils::BLMesh::blInfo::onSym

Definition at line 92 of file BLMesh.h.

NodeSharedPtr Nektar::NekMeshUtils::BLMesh::blInfo::pNode

Definition at line 87 of file BLMesh.h.

bool Nektar::NekMeshUtils::BLMesh::blInfo::stopped

Definition at line 96 of file BLMesh.h.

std::set<int> Nektar::NekMeshUtils::BLMesh::blInfo::surfs

Definition at line 94 of file BLMesh.h.

int Nektar::NekMeshUtils::BLMesh::blInfo::symsurf

Definition at line 91 of file BLMesh.h.