
Public Member Functions | |
| TestFunction (const BasisFamily &basis, const std::string &name="") | |
| TestFunction (const BasisFamily &basis, const SpectralBasis &spBasis, const std::string &name="") | |
| virtual | ~TestFunction () |
| virtual destructor | |
Test functions can be scalar or vector valued, as determined at runtime through the type of basis with which they are constructed.
Definition at line 50 of file SundanceTestFunction.hpp.
| TestFunction::TestFunction | ( | const BasisFamily & | basis, | |
| const std::string & | name = "" | |||
| ) |
Definition at line 43 of file SundanceTestFunction.cpp.
| TestFunction::TestFunction | ( | const BasisFamily & | basis, | |
| const SpectralBasis & | spBasis, | |||
| const std::string & | name = "" | |||
| ) |
Definition at line 52 of file SundanceTestFunction.cpp.
| virtual Sundance::TestFunction::~TestFunction | ( | ) | [inline, virtual] |