Nektar++
|
PhysInterp1DScaled operator using LocalRegions implementation. More...
Public Member Functions | |
~PhysInterp1DScaled_NoCollection () final | |
void | operator() (const Array< OneD, const NekDouble > &input, Array< OneD, NekDouble > &output, Array< OneD, NekDouble > &output1, Array< OneD, NekDouble > &output2, Array< OneD, NekDouble > &wsp) override |
Perform operation. More... | |
void | operator() (int dir, const Array< OneD, const NekDouble > &input, Array< OneD, NekDouble > &output, Array< OneD, NekDouble > &wsp) final |
void | UpdateFactors (StdRegions::FactorMap factors) override |
Update the supplied factor map. More... | |
![]() | |
Operator (std::vector< StdRegions::StdExpansionSharedPtr > pCollExp, std::shared_ptr< CoalescedGeomData > GeomData, StdRegions::FactorMap factors) | |
Constructor. More... | |
virtual | ~Operator ()=default |
virtual COLLECTIONS_EXPORT void | operator() (const Array< OneD, const NekDouble > &input, Array< OneD, NekDouble > &output0, Array< OneD, NekDouble > &output1, Array< OneD, NekDouble > &output2, Array< OneD, NekDouble > &wsp=NullNekDouble1DArray)=0 |
Perform operation. More... | |
virtual COLLECTIONS_EXPORT void | operator() (int dir, const Array< OneD, const NekDouble > &input, Array< OneD, NekDouble > &output, Array< OneD, NekDouble > &wsp=NullNekDouble1DArray)=0 |
virtual COLLECTIONS_EXPORT void | UpdateFactors (StdRegions::FactorMap factors) |
Update the supplied factor map. More... | |
virtual COLLECTIONS_EXPORT void | UpdateVarcoeffs (StdRegions::VarCoeffMap &varcoeffs) |
Update the supplied variable coefficients. More... | |
unsigned int | GetWspSize () |
Get the size of the required workspace. More... | |
unsigned int | GetNumElmt () |
Get number of elements. More... | |
StdRegions::StdExpansionSharedPtr | GetExpSharedPtr () |
Get expansion pointer. More... | |
unsigned int | GetInputSize (bool defaultIn=true) |
unsigned int | GetOutputSize (bool defaultOut=true) |
Private Member Functions | |
PhysInterp1DScaled_NoCollection (vector< StdRegions::StdExpansionSharedPtr > pCollExp, CoalescedGeomDataSharedPtr pGeomData, StdRegions::FactorMap factors) | |
void | UpdateFactors (StdRegions::FactorMap factors) override |
Update the supplied factor map. More... | |
PhysInterp1DScaled_Helper () | |
Private Attributes | |
StdRegions::FactorMap | m_factors |
vector< StdRegions::StdExpansionSharedPtr > | m_expList |
![]() | |
StdRegions::FactorMap | m_factors |
Additional Inherited Members | |
![]() | |
bool | m_isDeformed |
StdRegions::StdExpansionSharedPtr | m_stdExp |
unsigned int | m_numElmt |
number of elements that the operator is applied on More... | |
unsigned int | m_nqe |
unsigned int | m_wspSize |
unsigned int | m_inputSize |
number of modes or quadrature points that are passed as input to an operator More... | |
unsigned int | m_outputSize |
number of modes or quadrature points that are taken as output from an operator More... | |
unsigned int | m_inputSizeOther |
Number of modes or quadrature points, opposite to m_inputSize. More... | |
unsigned int | m_outputSizeOther |
Number of modes or quadrature points, opposite to m_outputSize. More... | |
PhysInterp1DScaled operator using LocalRegions implementation.
Definition at line 279 of file PhysInterp1DScaled.cpp.
|
inlinefinal |
Definition at line 285 of file PhysInterp1DScaled.cpp.
|
inlineprivate |
Definition at line 454 of file PhysInterp1DScaled.cpp.
References Nektar::VarcoeffHashingTest::factors, m_expList, and m_factors.
|
inlineoverridevirtual |
Perform operation.
Implements Nektar::Collections::Operator.
Definition at line 289 of file PhysInterp1DScaled.cpp.
References Blas::Dgemm(), Blas::Dgemv(), Nektar::StdRegions::eFactorConst, Nektar::ErrorUtil::efatal, m_expList, m_factors, Nektar::Collections::Operator::m_numElmt, NEKERROR, and Nektar::LibUtilities::PointsManager().
|
inlinefinalvirtual |
Implements Nektar::Collections::Operator.
Definition at line 439 of file PhysInterp1DScaled.cpp.
References ASSERTL0.
|
inlineoverridevirtual |
Update the supplied factor map.
Reimplemented from Nektar::Collections::Operator.
Definition at line 447 of file PhysInterp1DScaled.cpp.
References Nektar::VarcoeffHashingTest::factors, m_factors, and Nektar::Collections::PhysInterp1DScaled_Helper::UpdateFactors().
|
private |
Definition at line 464 of file PhysInterp1DScaled.cpp.
Referenced by operator()(), and PhysInterp1DScaled_NoCollection().
|
private |
Definition at line 463 of file PhysInterp1DScaled.cpp.
Referenced by operator()(), PhysInterp1DScaled_NoCollection(), and UpdateFactors().