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

Go to the source code of this file.

Namespaces

 array_upsampler3
 Namesampe for upsampling grids.
 

Functions

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