15 void host_copy_block_2D(
int nx,
int ny,
int nx_s,
int ny_s,
int n_ghost,
int block,
int block1_tot,
int block2_tot,
int remainder1,
int remainder2,
int BLOCK_VOL, Real *host_conserved, Real *buffer,
int n_fields);
19 void host_return_block_2D(
int nx,
int ny,
int nx_s,
int ny_s,
int n_ghost,
int block,
int block1_tot,
int block2_tot,
int remainder1,
int remainder2,
int BLOCK_VOL, Real *host_conserved, Real *buffer,
int n_fields);