ROL
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ROL::TimeStamp< typename > Class Template Reference

Contains local time step information. More...

#include <ROL_TimeStamp.hpp>

Public Types

using size_type = typename std::vector< Real >::size_type
 

Public Member Functions

TimeStampoperator= (const TimeStamp &ts)
 

Static Public Member Functions

static TimeStampsPtr< Real > make_uniform (Real t_initial, Real t_final, const std::vector< Real > &t_ref, size_type num_steps)
 Create a vector of uniform TimeStamp objects for the interval [t_initial,t_final] where each step has local time points based on t_ref defined on the standard interval [0,1]. More...
 

Public Attributes

size_type k
 
std::vector< Real > t
 

Detailed Description

template<typename>
class ROL::TimeStamp< typename >

Contains local time step information.

Definition at line 62 of file ROL_TimeStamp.hpp.

Member Typedef Documentation

template<typename >
using ROL::TimeStamp< typename >::size_type = typename std::vector<Real>::size_type

Definition at line 72 of file ROL_TimeStamp.hpp.

Member Function Documentation

template<typename >
TimeStamp& ROL::TimeStamp< typename >::operator= ( const TimeStamp< typename > &  ts)
inline

Definition at line 77 of file ROL_TimeStamp.hpp.

template<typename >
static TimeStampsPtr<Real> ROL::TimeStamp< typename >::make_uniform ( Real  t_initial,
Real  t_final,
const std::vector< Real > &  t_ref,
size_type  num_steps 
)
inlinestatic

Create a vector of uniform TimeStamp objects for the interval [t_initial,t_final] where each step has local time points based on t_ref defined on the standard interval [0,1].

Definition at line 85 of file ROL_TimeStamp.hpp.

Member Data Documentation

template<typename >
size_type ROL::TimeStamp< typename >::k
template<typename >
std::vector<Real> ROL::TimeStamp< typename >::t

The documentation for this class was generated from the following file: