Public Member Functions | |
| TestFunction (const BasisFamily &basis, const std::string &name="") | |
| TestFunction (const BasisFamily &basis, const SpectralBasis &spBasis, const std::string &name="") | |
| virtual | ~TestFunction () |
TestFunction represents a test function in a finite element problem. 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] |
virtual destructor
Definition at line 64 of file SundanceTestFunction.hpp.