46 std::string SubSteppingExtrapolateWeakPressure::className =
48 "SubSteppingWeakPressure", SubSteppingExtrapolateWeakPressure::create,
49 "SubSteppingWeakPressure");
51 SubSteppingExtrapolateWeakPressure::SubSteppingExtrapolateWeakPressure(
68 boost::ignore_unused(Aii_Dt);
101 int nbcoeffs =
m_PBndExp[nreg]->GetNcoeffs();
115 u[i] =
m_houtflow->m_outflowVelBnd[cnt][i][0];
118 m_PBndExp[nreg]->NormVectorIProductWRTBase(ubnd, IProdVnTmp);
tKey RegisterCreatorFunction(tKey idKey, CreatorFunction classCreator, std::string pDesc="")
Register a class with the factory.
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::shared_ptr< ExpList > ExpListSharedPtr
Shared pointer to an ExpList object.
std::shared_ptr< Advection > AdvectionSharedPtr
A shared pointer to an Advection object.
The above copyright notice and this permission notice shall be included.
ExtrapolateFactory & GetExtrapolateFactory()
void Svtvp(int n, const T alpha, const T *x, const int incx, const T *y, const int incy, T *z, const int incz)
svtvp (scalar times vector plus vector): z = alpha*x + y