no stencil
More...
no stencil
Definition at line 153 of file stencil_type.hpp.
#include <stencil_type.hpp>
|
| template<unsigned int id> |
| size_t | getStencil () const |
| | get stencil point
|
| |
| template<unsigned int dim2, typename ginfo > |
| void | calc_offsets (const ginfo &g, const grid_key_dx< dim2 > &start_p) |
| | Calculate the stencil offsets.
|
| |
| void | increment () |
| | Increment do nothing.
|
| |
| template<unsigned int dim2> |
| void | set_stencil (const grid_key_dx< dim2 >(&stencil_pnt)[1]) |
| | Set the stencil points.
|
| |
| template<typename ginfo > |
| void | adjust_offset (size_t i, size_t idr, const ginfo &grid_base) |
| | Adjust the offset.
|
| |
|
| static const unsigned int | nsp = 1 |
| |
◆ adjust_offset()
template<typename ginfo >
| void no_stencil::adjust_offset |
( |
size_t |
i, |
|
|
size_t |
idr, |
|
|
const ginfo & |
grid_base |
|
) |
| |
|
inline |
Adjust the offset.
do nothing
- Parameters
-
| i | component |
| idr | previous component value |
| grid_base | information of the grid |
Definition at line 212 of file stencil_type.hpp.
◆ calc_offsets()
template<unsigned int dim2, typename ginfo >
| void no_stencil::calc_offsets |
( |
const ginfo & |
g, |
|
|
const grid_key_dx< dim2 > & |
start_p |
|
) |
| |
|
inline |
Calculate the stencil offsets.
- Template Parameters
-
| ginfo | grid information object |
| dim2 | dimensionality of the starting point |
do nothing
- Parameters
-
| g | grid information |
| start_p | starting point |
Definition at line 182 of file stencil_type.hpp.
◆ getStencil()
template<unsigned int id>
| size_t no_stencil::getStencil |
( |
| ) |
const |
|
inline |
◆ increment()
| void no_stencil::increment |
( |
| ) |
|
|
inline |
◆ set_stencil()
template<unsigned int dim2>
| void no_stencil::set_stencil |
( |
const grid_key_dx< dim2 >(&) |
stencil_pnt[1] | ) |
|
|
inline |
Set the stencil points.
- Parameters
-
| stencil_pnt | stencil points |
Definition at line 199 of file stencil_type.hpp.
◆ nsp
| const unsigned int no_stencil::nsp = 1 |
|
static |
dimensions of space, should be zero but is one 1 otherwise can produce zero length arrays
Definition at line 157 of file stencil_type.hpp.
The documentation for this struct was generated from the following file: