Shiokaze Framework
A research-oriented fluid solver for computer graphics
array_upsampler2.h File Reference

Go to the source code of this file.

Namespaces

 array_upsampler2
 Namesampe for upsampling grids.
 

Functions

template<class T >
void array_upsampler2::upsample_to_double_cell (const array2< T > &array, double dx, array2< T > &doubled_array)
 Upsample a cell-centerd grid to double sized. More...
 
template<class T >
void array_upsampler2::upsample_to_double_nodal (const array2< T > &array, double dx, array2< T > &doubled_array)
 Upsample a nodal grid to double sized. More...