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 192 of file LPTests1D.cpp.


Constructor & Destructor Documentation

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

Definition at line 196 of file LPTests1D.cpp.


Member Function Documentation

Expr Projection1DTest::exactSoln (  )  const [inline]

Definition at line 213 of file LPTests1D.cpp.

Referenced by prob().

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

Definition at line 200 of file LPTests1D.cpp.

References basis_.

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

Definition at line 210 of file LPTests1D.cpp.

References basis_.

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

Definition at line 220 of file LPTests1D.cpp.

References basis_, and exactSoln().

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

Definition at line 237 of file LPTests1D.cpp.


Member Data Documentation

BasisFamily Projection1DTest::basis_ [private]

Definition at line 248 of file LPTests1D.cpp.

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

Site Contact