Tempus Version of the Day
Time Integration
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Tempus_Interpolator.hpp File Reference
#include "Teuchos_VerboseObject.hpp"
#include "Teuchos_Describable.hpp"
#include "Teuchos_ParameterListAcceptorDefaultBase.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_ScalarTraits.hpp"
#include "Tempus_config.hpp"
#include "Tempus_SolutionState.hpp"
#include <vector>

Go to the source code of this file.

Classes

class  Tempus::Interpolator< Scalar >
 Base strategy class for interpolation functionality. More...
 

Namespaces

namespace  Tempus
 

Functions

template<class Scalar >
void Tempus::interpolate (const Interpolator< Scalar > &interpolator, const Scalar &t, SolutionState< Scalar > *state_out)
 Nonmember functions.
 
template<class Scalar >
void Tempus::interpolate (Interpolator< Scalar > &interpolator, const Teuchos::RCP< const std::vector< Teuchos::RCP< SolutionState< Scalar > > > > &nodes, const Scalar &t, SolutionState< Scalar > *state_out)
 Nonmember functions.
 
template<typename Scalar >
bool Tempus::floating_compare_equals (const Scalar &a, const Scalar &b, const Scalar &scale)
 Helper function for comparing times.