|
YAC 3.21.0
Yet Another Coupler
|
#include <mpi.h>#include <stdio.h>#include "yac.h"#include "yac_utils.h"#include "perf_toy_common.h"#include "perf_toy_cube.h"
Go to the source code of this file.
Functions | |
| void | init_cube (int comp_id, size_t n_cube, int *cell_point_id, int *corner_point_id) |
| Initializes cube grid data and registers it with YAC. | |
| void init_cube | ( | int | comp_id, |
| size_t | n_cube, | ||
| int * | cell_point_id, | ||
| int * | corner_point_id ) |
Initializes cube grid data and registers it with YAC.
| [in] | comp_id | The component ID. |
| [in] | n_cube | The edge length of the cube. |
| [out] | cell_point_id | Pointer to the cell point ID. |
| [out] | corner_point_id | Pointer to the corner point ID. |
6 * n_cube ^ 2. Definition at line 12 of file perf_toy_cube.c.
