#include <string.h>
#include "tests.h"
#include "test_common.h"
#include "grids/basic_grid.h"
#include "geometry.h"
Go to the source code of this file.
|
| size_t | yac_basic_grid_get_data_size_f2c (struct yac_basic_grid *grid, int location) |
| |
| size_t | yac_basic_grid_add_coordinates_nocpy_f2c (struct yac_basic_grid *grid, int location, double *coordinates) |
| |
| size_t | yac_basic_grid_add_coordinates_f2c (struct yac_basic_grid *grid, int location, double *coordinates, size_t count) |
| |
| size_t | yac_basic_grid_add_mask_nocpy_f2c (struct yac_basic_grid *grid, int location, int const *mask, char const *mask_name) |
| |
| size_t | yac_basic_grid_add_mask_f2c (struct yac_basic_grid *grid, int location, int const *mask, size_t count, char const *mask_name) |
| |
- Test
- Test basic grids.
Definition in file test_basic_grid.c.
◆ anonymous enum
◆ yac_basic_grid_add_coordinates_f2c()
| size_t yac_basic_grid_add_coordinates_f2c |
( |
struct yac_basic_grid * | grid, |
|
|
int | location, |
|
|
double * | coordinates, |
|
|
size_t | count ) |
◆ yac_basic_grid_add_coordinates_nocpy_f2c()
| size_t yac_basic_grid_add_coordinates_nocpy_f2c |
( |
struct yac_basic_grid * | grid, |
|
|
int | location, |
|
|
double * | coordinates ) |
◆ yac_basic_grid_add_mask_f2c()
| size_t yac_basic_grid_add_mask_f2c |
( |
struct yac_basic_grid * | grid, |
|
|
int | location, |
|
|
int const * | mask, |
|
|
size_t | count, |
|
|
char const * | mask_name ) |
◆ yac_basic_grid_add_mask_nocpy_f2c()
| size_t yac_basic_grid_add_mask_nocpy_f2c |
( |
struct yac_basic_grid * | grid, |
|
|
int | location, |
|
|
int const * | mask, |
|
|
char const * | mask_name ) |
◆ yac_basic_grid_get_data_size_f2c()
| size_t yac_basic_grid_get_data_size_f2c |
( |
struct yac_basic_grid * | grid, |
|
|
int | location ) |
◆ locations