dune-fem
2.4.1-rc
|
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/solver/rungekutta/semiimplicit.hh>
Public Types | |
typedef ExplicitOperator | ExplicitOperatorType |
typedef ExplicitOperatorType::DestinationType | DestinationType |
Public Member Functions | |
template<class ButcherTable > | |
SemiImplicitRungeKuttaSourceTerm (ExplicitOperatorType &explicitOp, const ButcherTable &butcherTable, const Dune::DynamicMatrix< double > &implicitA) | |
bool | operator() (double time, double timeStepSize, int stage, const DestinationType &u, const std::vector< DestinationType * > &update, DestinationType &source) |
void | limit (DestinationType &update, const double time) |
double | initialTimeStepEstimate (double time, const DestinationType &u) const |
double | timeStepEstimate () const |
typedef ExplicitOperatorType::DestinationType DuneODE::SemiImplicitRungeKuttaSourceTerm< ExplicitOperator >::DestinationType |
typedef ExplicitOperator DuneODE::SemiImplicitRungeKuttaSourceTerm< ExplicitOperator >::ExplicitOperatorType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |