| 
    Nektar++
    
   | 
 
#include <SubSteppingExtrapolateWeakPressure.h>
Static Public Member Functions | |
| static ExtrapolateSharedPtr | create (const LibUtilities::SessionReaderSharedPtr &pSession, Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, MultiRegions::ExpListSharedPtr &pPressure, const Array< OneD, int > &pVel, const SolverUtils::AdvectionSharedPtr &advObject) | 
| Creates an instance of this class.  More... | |
  Static Public Member Functions inherited from Nektar::SubSteppingExtrapolate | |
| static ExtrapolateSharedPtr | create (const LibUtilities::SessionReaderSharedPtr &pSession, Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, MultiRegions::ExpListSharedPtr &pPressure, const Array< OneD, int > &pVel, const SolverUtils::AdvectionSharedPtr &advObject) | 
| Creates an instance of this class.  More... | |
Static Public Attributes | |
| static std::string | className | 
| Name of class.  More... | |
  Static Public Attributes inherited from Nektar::SubSteppingExtrapolate | |
| static std::string | className | 
| Name of class.  More... | |
Friends | |
| class | MemoryManager< SubSteppingExtrapolateWeakPressure > | 
Definition at line 51 of file SubSteppingExtrapolateWeakPressure.h.
      
  | 
  protected | 
Definition at line 48 of file SubSteppingExtrapolateWeakPressure.cpp.
      
  | 
  overrideprotecteddefault | 
      
  | 
  inlinestatic | 
Creates an instance of this class.
Definition at line 57 of file SubSteppingExtrapolateWeakPressure.h.
References CellMLToNektar.cellml_metadata::p.
      
  | 
  overrideprotectedvirtual | 
Reimplemented from Nektar::Extrapolate.
Definition at line 84 of file SubSteppingExtrapolateWeakPressure.cpp.
References Nektar::Extrapolate::EvaluateBDFArray(), Nektar::Extrapolate::m_curl_dim, Nektar::Extrapolate::m_houtflow, Nektar::Extrapolate::m_intSteps, Nektar::Extrapolate::m_PBndExp, Nektar::Extrapolate::m_timestep, and Vmath::Svtvp().
      
  | 
  overrideprotectedvirtual | 
Reimplemented from Nektar::SubSteppingExtrapolate.
Definition at line 57 of file SubSteppingExtrapolateWeakPressure.cpp.
References Nektar::Extrapolate::AddVelBC(), Nektar::Extrapolate::CalcNeumannPressureBCs(), Nektar::Extrapolate::CalcOutflowBCs(), Nektar::Extrapolate::CopyPressureHBCsToPbndExp(), Nektar::Extrapolate::ExtrapolateArray(), Nektar::Extrapolate::m_pressureCalls, and Nektar::Extrapolate::m_pressureHBCs.
      
  | 
  friend | 
Definition at line 49 of file SubSteppingExtrapolateWeakPressure.h.
      
  | 
  static | 
Name of class.
Registers the class with the Factory.
Definition at line 73 of file SubSteppingExtrapolateWeakPressure.h.