|
| | EDIRK2StageTheta_RKBT () |
| |
| void | setParameterList (Teuchos::RCP< Teuchos::ParameterList > const &pList) |
| |
| Teuchos::RCP< const Teuchos::ParameterList > | getValidParameters () const |
| |
| virtual std::string | description () const |
| |
| virtual std::size_t | numStages () const |
| | Return the number of stages. More...
|
| |
| virtual const Teuchos::SerialDenseMatrix< int, Scalar > & | A () const |
| | Return the matrix coefficients. More...
|
| |
| virtual const Teuchos::SerialDenseVector< int, Scalar > & | b () const |
| | Return the vector of quadrature weights. More...
|
| |
| virtual const Teuchos::SerialDenseVector< int, Scalar > & | bstar () const |
| | Return the vector of quadrature weights for embedded methods. More...
|
| |
| virtual const Teuchos::SerialDenseVector< int, Scalar > & | c () const |
| | Return the vector of stage positions. More...
|
| |
| virtual int | order () const |
| | Return the order. More...
|
| |
| virtual int | orderMin () const |
| | Return the minimum order. More...
|
| |
| virtual int | orderMax () const |
| | Return the maximum order. More...
|
| |
| virtual bool | isImplicit () const |
| | Return true if the RK method is implicit. More...
|
| |
| virtual bool | isDIRK () const |
| | Return true if the RK method is Diagonally Implicit. More...
|
| |
| virtual bool | isEmbedded () const |
| | Return true if the RK method has embedded capabilities. More...
|
| |
| virtual void | initialize (const Teuchos::SerialDenseMatrix< int, Scalar > &A, const Teuchos::SerialDenseVector< int, Scalar > &b, const Teuchos::SerialDenseVector< int, Scalar > &c, const int order, const std::string &longDescription, bool isEmbedded=false, const Teuchos::SerialDenseVector< int, Scalar > &bstar=Teuchos::SerialDenseVector< int, Scalar >()) |
| |
| virtual void | initialize (const Teuchos::SerialDenseMatrix< int, Scalar > &A, const Teuchos::SerialDenseVector< int, Scalar > &b, const Teuchos::SerialDenseVector< int, Scalar > &c, const int order, const int orderMin, const int orderMax, const std::string &longDescription, bool isEmbedded=false, const Teuchos::SerialDenseVector< int, Scalar > &bstar=Teuchos::SerialDenseVector< int, Scalar >()) |
| |
| virtual void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) const |
| |
template<class Scalar>
class Tempus::EDIRK2StageTheta_RKBT< Scalar >
Definition at line 2391 of file Tempus_RKButcherTableau.hpp.