Tempus
Version of the Day
Time Integration
|
#include "Tempus_String_Utilities.hpp"
#include "Teuchos_Assert.hpp"
#include "Teuchos_as.hpp"
#include "Teuchos_Describable.hpp"
#include "Teuchos_ParameterListAcceptorDefaultBase.hpp"
#include "Teuchos_VerboseObject.hpp"
#include "Teuchos_VerboseObjectParameterListHelpers.hpp"
#include "Teuchos_SerialDenseMatrix.hpp"
#include "Teuchos_SerialDenseVector.hpp"
#include "Thyra_MultiVectorStdOps.hpp"
Go to the source code of this file.
Namespaces | |
Tempus | |
Functions | |
template<class Scalar > | |
Teuchos::RCP< RKButcherTableau < Scalar > > | Tempus::rKButcherTableau () |
template<class Scalar > | |
Teuchos::RCP< RKButcherTableau < Scalar > > | Tempus::rKButcherTableau (const Teuchos::SerialDenseMatrix< int, Scalar > &A, const Teuchos::SerialDenseVector< int, Scalar > &b, const Teuchos::SerialDenseVector< int, Scalar > &c, int order, const std::string &description="") |
template<class Scalar > | |
Teuchos::RCP< RKButcherTableau < Scalar > > | Tempus::rKButcherTableau (const Teuchos::SerialDenseMatrix< int, Scalar > &A, const Teuchos::SerialDenseVector< int, Scalar > &b, const Teuchos::SerialDenseVector< int, Scalar > &c, int order, int orderMin, int orderMax, const std::string &description="") |