Nektar++
|
#include <MappingExtrapolate.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::StandardExtrapolate | |
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::StandardExtrapolate | |
static std::string | className |
Name of class. More... | |
Definition at line 51 of file MappingExtrapolate.h.
Nektar::MappingExtrapolate::MappingExtrapolate | ( | const LibUtilities::SessionReaderSharedPtr | pSession, |
Array< OneD, MultiRegions::ExpListSharedPtr > | pFields, | ||
MultiRegions::ExpListSharedPtr | pPressure, | ||
const Array< OneD, int > | pVel, | ||
const SolverUtils::AdvectionSharedPtr | advObject | ||
) |
Definition at line 46 of file MappingExtrapolate.cpp.
References Nektar::GlobalMapping::Mapping::Load(), Nektar::Extrapolate::m_fields, m_implicitPressure, m_implicitViscous, m_mapping, m_pressureRelaxation, and Nektar::Extrapolate::m_session.
|
override |
Definition at line 67 of file MappingExtrapolate.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 55 of file MappingExtrapolate.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), and CellMLToNektar.cellml_metadata::p.
|
overridevirtual |
Unified routine for calculation high-oder terms
Reimplemented from Nektar::Extrapolate.
Definition at line 205 of file MappingExtrapolate.cpp.
References Nektar::MultiRegions::DirCartesianMap, m_bcCorrection, Nektar::Extrapolate::m_bnd_dim, Nektar::Extrapolate::m_fields, m_implicitPressure, m_implicitViscous, Nektar::Extrapolate::m_intSteps, Nektar::Extrapolate::m_iprodnormvel, m_mapping, Nektar::Extrapolate::m_numHBCDof, Nektar::Extrapolate::m_PBndConds, Nektar::Extrapolate::m_PBndExp, Nektar::Extrapolate::m_pressureHBCs, m_pressureRelaxation, Nektar::Extrapolate::MountHOPBCs(), Vmath::Smul(), Nektar::Extrapolate::v_CalcNeumannPressureBCs(), Vmath::Vadd(), Vmath::Vcopy(), Vmath::Vdiv(), and Vmath::Vmul().
|
overridevirtual |
Reimplemented from Nektar::Extrapolate.
Definition at line 74 of file MappingExtrapolate.cpp.
References Nektar::MultiRegions::DirCartesianMap, m_bcCorrection, Nektar::Extrapolate::m_bnd_dim, Nektar::Extrapolate::m_fields, Nektar::Extrapolate::m_HBCnumber, m_mapping, Nektar::Extrapolate::m_PBndConds, Nektar::Extrapolate::m_PBndExp, Nektar::Extrapolate::m_pressure, m_pressureRelaxation, CG_Iterations::pressure, Vmath::Smul(), Vmath::Vadd(), Vmath::Vcopy(), Vmath::Vmul(), and Vmath::Vsub().
|
static |
Name of class.
Registers the class with the Factory.
Definition at line 68 of file MappingExtrapolate.h.
Definition at line 89 of file MappingExtrapolate.h.
Referenced by v_CalcNeumannPressureBCs(), and v_CorrectPressureBCs().
|
protected |
Definition at line 93 of file MappingExtrapolate.h.
Referenced by MappingExtrapolate(), and v_CalcNeumannPressureBCs().
|
protected |
Definition at line 94 of file MappingExtrapolate.h.
Referenced by MappingExtrapolate(), and v_CalcNeumannPressureBCs().
|
protected |
Definition at line 87 of file MappingExtrapolate.h.
Referenced by MappingExtrapolate(), v_CalcNeumannPressureBCs(), and v_CorrectPressureBCs().
|
protected |
Definition at line 97 of file MappingExtrapolate.h.
Referenced by MappingExtrapolate(), v_CalcNeumannPressureBCs(), and v_CorrectPressureBCs().