|
YAC 3.12.0
Yet Another Coupler
|
#include <stdlib.h>#include <stdio.h>#include <math.h>#include <string.h>#include "tests.h"#include "grids/basic_grid_data.h"#include "geometry.h"#include "ensure_array_size.h"#include "area.h"#include "test_common.h"
Go to the source code of this file.
Enumerations | |
| enum | grid_type { REG2D , UNSTRUCT , CURVE2D } |
Functions | |
| static void | check_cell_triangulation (double *coordinates_x, double *coordinates_y, size_t num_corners) |
Definition in file test_basic_grid_data.c.
| enum grid_type |
| Enumerator | |
|---|---|
| REG2D | |
| UNSTRUCT | |
| CURVE2D | |
Definition at line 22 of file test_basic_grid_data.c.
|
static |