Public Member Functions | |
| UnknownFunction (const BasisFamily &basis, const std::string &name="") | |
| UnknownFunction (const BasisFamily &basis, const SpectralBasis &spBasis, const std::string &name="") | |
| virtual | ~UnknownFunction () |
UnknownFunction represents an unknown function in a finite element problem. Unknown functions can be scalar or vector valued, as determined at runtime through the type of basis with which they are constructed.
Definition at line 63 of file SundanceUnknownFunction.hpp.
| UnknownFunction::UnknownFunction | ( | const BasisFamily & | basis, |
| const std::string & | name = "" |
||
| ) |
Definition at line 54 of file SundanceUnknownFunction.cpp.
| UnknownFunction::UnknownFunction | ( | const BasisFamily & | basis, |
| const SpectralBasis & | spBasis, | ||
| const std::string & | name = "" |
||
| ) |
Definition at line 65 of file SundanceUnknownFunction.cpp.
| virtual Sundance::UnknownFunction::~UnknownFunction | ( | ) | [inline, virtual] |
virtual destructor
Definition at line 77 of file SundanceUnknownFunction.hpp.