#include <stack_coordinates.hh>
|
| IndexStack (Idx start, Idx stop) |
|
template<typename Idx2 > |
| IndexStack (const LinearCoordinates1D< Idx2 > &other) |
|
Idx __forceinline__ __device__ __host__ | forward (const Idx x) const |
| Transform from the grid to the physical space.
|
|
Idx __forceinline__ __device__ __host__ | backward (const Idx y) const |
| Transform from the physical space to the grid.
|
|
uint | size () const |
|
◆ ctype
◆ IndexStack() [1/2]
◆ IndexStack() [2/2]
template<typename Idx >
template<typename Idx2 >
◆ backward()
template<typename Idx >
Idx __forceinline__ __device__ __host__ DiFfRG::IndexStack< Idx >::backward |
( |
const Idx | y | ) |
const |
|
inline |
Transform from the physical space to the grid.
- Parameters
-
- Returns
- double grid coordinate
◆ forward()
template<typename Idx >
Idx __forceinline__ __device__ __host__ DiFfRG::IndexStack< Idx >::forward |
( |
const Idx | x | ) |
const |
|
inline |
Transform from the grid to the physical space.
- Parameters
-
- Returns
- NumberType physical coordinate
◆ size()
◆ dim
◆ m_size
◆ start
◆ stop
The documentation for this class was generated from the following file: