OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
OpMeshExtrapolate< T > Struct Template Reference

#include <Cartesian.hpp>

Collaboration diagram for OpMeshExtrapolate< T >:

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

◆ OpMeshExtrapolate()

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

Definition at line 822 of file Cartesian.hpp.

References Offset, and Slope.

Member Data Documentation

◆ Offset

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

Definition at line 823 of file Cartesian.hpp.

Referenced by OpMeshExtrapolate().

◆ Slope

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

Definition at line 823 of file Cartesian.hpp.

Referenced by OpMeshExtrapolate().


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