Public Member Functions | Private Attributes
Projection1DTest Class Reference

List of all members.

Public Member Functions

 Projection1DTest (const Array< int > &nx, const BasisFamily &basis)
std::string name () const
Array< int > pExpected () const
Expr exactSoln () const
LinearProblem prob (const Mesh &mesh) const
Array< LPTestSpec > specs () const

Private Attributes

BasisFamily basis_

Detailed Description

Performs L2 projection in 1D with user-specified basis functions

Definition at line 203 of file LPTests1D.cpp.


Constructor & Destructor Documentation

Projection1DTest::Projection1DTest ( const Array< int > &  nx,
const BasisFamily &  basis 
) [inline]

Definition at line 207 of file LPTests1D.cpp.


Member Function Documentation

Expr Projection1DTest::exactSoln ( ) const [inline]

Definition at line 224 of file LPTests1D.cpp.

Referenced by prob().

std::string Projection1DTest::name ( ) const [inline]

Definition at line 211 of file LPTests1D.cpp.

References basis_.

Array<int> Projection1DTest::pExpected ( ) const [inline]

Definition at line 221 of file LPTests1D.cpp.

References basis_.

LinearProblem Projection1DTest::prob ( const Mesh &  mesh) const [inline]

Definition at line 231 of file LPTests1D.cpp.

References basis_, and exactSoln().

Array<LPTestSpec> Projection1DTest::specs ( ) const [inline]

Definition at line 248 of file LPTests1D.cpp.


Member Data Documentation

BasisFamily Projection1DTest::basis_ [private]

Definition at line 259 of file LPTests1D.cpp.

Referenced by name(), pExpected(), and prob().

Site Contact