OPAL (Object Oriented Parallel Accelerator Library)  2024.1
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

Offset
 
Slope
 

Detailed Description

template<class T>
struct OpMeshExtrapolate< T >

Definition at line 820 of file Cartesian.hpp.

Constructor & Destructor Documentation

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

Definition at line 822 of file Cartesian.hpp.

Member Data Documentation

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

Definition at line 823 of file Cartesian.hpp.

Referenced by PETE_apply().

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

Definition at line 823 of file Cartesian.hpp.

Referenced by PETE_apply().


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