B:BD[
2.2909] → [
2.2909:3703]
/* TODO: verify that the interface with SymmetryInterpolate can be simply copied from
Carpet like below */
// if (CCTK_IsFunctionAliased("SymmetryInterpolate")) {
// return SymmetryInterpolate(
// cctkGH, N_dims, local_interp_handle, param_table_handle,
// coord_system_handle, N_interp_points, interp_coords_type_code, coords,
// N_input_arrays, input_array_variable_indices, N_output_arrays,
// output_array_type_codes, output_arrays);
// } else {
return CarpetX_DriverInterpolate(
cctkGH, N_dims, local_interp_handle, param_table_handle,
coord_system_handle, N_interp_points, interp_coords_type_code, coords,
N_input_arrays, input_array_variable_indices, N_output_arrays,
output_array_type_codes, output_arrays);
// }
/* TODO: verify that the interface with SymmetryInterpolate can be simply
copied from Carpet like below */
// if (CCTK_IsFunctionAliased("SymmetryInterpolate")) {
// return SymmetryInterpolate(
// cctkGH, N_dims, local_interp_handle, param_table_handle,
// coord_system_handle, N_interp_points, interp_coords_type_code,
// coords, N_input_arrays, input_array_variable_indices,
// N_output_arrays, output_array_type_codes, output_arrays);
// } else {
return CarpetX_DriverInterpolate(
cctkGH, N_dims, local_interp_handle, param_table_handle,
coord_system_handle, N_interp_points, interp_coords_type_code, coords,
N_input_arrays, input_array_variable_indices, N_output_arrays,
output_array_type_codes, output_arrays);
// }