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