Namesampe for upsampling grids. More...
Functions | |
| template<class T > | |
| void | 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 | upsample_to_double_nodal (const array3< T > &array, double dx, array3< T > &doubled_array) |
| Upsample a nodal grid to double sized. More... | |
Namesampe for upsampling grids.
| 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.
| [in] | array | Input grid. |
| [out] | doubled_array | Doubled grid. |