|
YAC 3.12.0
Yet Another Coupler
|
#include <stdlib.h>#include <stdio.h>#include <float.h>#include "tests.h"#include "test_common.h"#include "grids/basic_grid.h"#include "sphere_part.h"#include "geometry.h"
Go to the source code of this file.
Functions | |
| static void | gen_random_point (double *point) |
| static void | gen_random_bnd_circle (struct bounding_circle *circle) |
| static void | gen_random_bnd_circle_big (struct bounding_circle *circle) |
| static int | compare_size_t (void const *a, void const *b) |
| static int | check_results (size_t *list, size_t list_size, size_t *sorted_indices, size_t count) |
Definition in file test_bnd_sphere_part.c.
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 44 of file test_bnd_sphere_part.c.

