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 61 of file SundanceTestFunction.hpp.
| TestFunction::TestFunction | ( | const BasisFamily & | basis, |
| const std::string & | name = "" |
||
| ) |
Definition at line 54 of file SundanceTestFunction.cpp.
| TestFunction::TestFunction | ( | const BasisFamily & | basis, |
| const SpectralBasis & | spBasis, | ||
| const std::string & | name = "" |
||
| ) |
Definition at line 63 of file SundanceTestFunction.cpp.
| virtual Sundance::TestFunction::~TestFunction | ( | ) | [inline, virtual] |
virtual destructor
Definition at line 75 of file SundanceTestFunction.hpp.