72 if( inarray.data() == outarray.data())
76 Blas::Dgemv(
'N',nquad,nquad,1.0,&(D->GetPtr())[0],nquad,
77 &wsp[0],1,0.0,&outarray[0],1);
81 Blas::Dgemv(
'N',nquad,nquad,1.0,&(D->GetPtr())[0],nquad,
82 &inarray[0],1,0.0,&outarray[0],1);
93 return StdExpansion::BaryEvaluate<0>(Lcoord[0], &physvals[0]);
#define ASSERTL2(condition, msg)
Assert Level 2 – Debugging which is used FULLDEBUG compilation mode. This level assert is designed to...
Describes the specification for a Basis.
void PhysTensorDeriv(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray)
Evaluate the derivative at the physical quadrature points given by inarray and return in outarray.
virtual ~StdExpansion1D()
virtual NekDouble v_PhysEvaluate(const Array< OneD, const NekDouble > &coords, const Array< OneD, const NekDouble > &physvals) override
The base class for all shapes.
int GetTotPoints() const
This function returns the total number of quadrature points used in the element.
Array< OneD, LibUtilities::BasisSharedPtr > m_base
static void Dgemv(const char &trans, const int &m, const int &n, const double &alpha, const double *a, const int &lda, const double *x, const int &incx, const double &beta, double *y, const int &incy)
BLAS level 2: Matrix vector multiply y = A x where A[m x n].
static const NekDouble kNekZeroTol
The above copyright notice and this permission notice shall be included.
std::shared_ptr< DNekMat > DNekMatSharedPtr
void CopyArray(const Array< OneD, ConstDataType > &source, Array< OneD, DataType > &dest)