no stencil  
 More...
no stencil 
Definition at line 153 of file stencil_type.hpp.
 
#include <stencil_type.hpp>
 | 
| static const unsigned int  | nsp = 1 | 
|   | 
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.
 
 
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.
 
 
template<unsigned int id> 
  
  
      
        
          | size_t no_stencil::getStencil  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void no_stencil::increment  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
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.
 
 
  
  
      
        
          | 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: