|
YAC 3.21.0
Yet Another Coupler
|
#include "config.h"#include <stdlib.h>#include <stdio.h>#include <unistd.h>#include <string.h>#include <mpi.h>#include <yaxt.h>#include "tests.h"#include "test_common.h"#include "instance.h"#include "yac.h"#include "yac_mpi.h"#include "dist_grid_utils.h"#include "weight_file_common.h"#include "grid_file_common.h"#include "config_yaml.h"#include "interpolation/methods/interp_method_callback.h"#include "event.h"#include "geometry.h"#include "fields.h"#include "collection_selection_internal.h"
Go to the source code of this file.
Definition in file test_instance_parallel1.c.