|
Nektar++
|
#include <MultiRegions.hpp>
Public Member Functions | |
| RobinBCInfo (const int id, const Array< OneD, const NekDouble > &primCoeffs) | |
| virtual | ~RobinBCInfo () |
Public Attributes | |
| int | m_robinID |
| Array< OneD, const NekDouble > | m_robinPrimitiveCoeffs |
| id of which edge/face is robin condition More... | |
| std::shared_ptr< RobinBCInfo > | next |
Definition at line 141 of file MultiRegions.hpp.
|
inline |
Definition at line 143 of file MultiRegions.hpp.
|
inlinevirtual |
Definition at line 148 of file MultiRegions.hpp.
| int Nektar::MultiRegions::RobinBCInfo::m_robinID |
Definition at line 150 of file MultiRegions.hpp.
id of which edge/face is robin condition
Definition at line 151 of file MultiRegions.hpp.
| std::shared_ptr<RobinBCInfo> Nektar::MultiRegions::RobinBCInfo::next |
Definition at line 152 of file MultiRegions.hpp.
Referenced by Nektar::MultiRegions::ExpList::GenGlobalMatrixFull().