| 
    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... | |
| boost::shared_ptr< RobinBCInfo > | next | 
Definition at line 165 of file MultiRegions.hpp.
      
  | 
  inline | 
Definition at line 167 of file MultiRegions.hpp.
      
  | 
  inlinevirtual | 
Definition at line 173 of file MultiRegions.hpp.
| int Nektar::MultiRegions::RobinBCInfo::m_robinID | 
Definition at line 174 of file MultiRegions.hpp.
id of which edge/face is robin condition
Definition at line 177 of file MultiRegions.hpp.
| boost::shared_ptr<RobinBCInfo> Nektar::MultiRegions::RobinBCInfo::next | 
Definition at line 178 of file MultiRegions.hpp.
 1.8.8