OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Public Attributes | List of all members
OpMeshExtrapolate< T > Struct Template Reference

#include <Cartesian.hpp>

Public Member Functions

 OpMeshExtrapolate (T &o, T &s)
 

Public Attributes

T Offset
 
T Slope
 

Detailed Description

template<class T>
struct OpMeshExtrapolate< T >

Definition at line 824 of file Cartesian.hpp.

Constructor & Destructor Documentation

template<class T>
OpMeshExtrapolate< T >::OpMeshExtrapolate ( T o,
T s 
)
inline

Definition at line 826 of file Cartesian.hpp.

Member Data Documentation

template<class T>
T OpMeshExtrapolate< T >::Offset

Definition at line 827 of file Cartesian.hpp.

Referenced by PETE_apply().

template<class T>
T OpMeshExtrapolate< T >::Slope

Definition at line 827 of file Cartesian.hpp.

Referenced by PETE_apply().


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