|
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 171 of file MultiRegions.hpp.
|
inline |
Definition at line 173 of file MultiRegions.hpp.
|
inlinevirtual |
Definition at line 179 of file MultiRegions.hpp.
| int Nektar::MultiRegions::RobinBCInfo::m_robinID |
Definition at line 182 of file MultiRegions.hpp.
id of which edge/face is robin condition
Definition at line 183 of file MultiRegions.hpp.
| std::shared_ptr<RobinBCInfo> Nektar::MultiRegions::RobinBCInfo::next |
Definition at line 184 of file MultiRegions.hpp.
Referenced by Nektar::MultiRegions::ExpList::GenGlobalMatrixFull().