YAC 3.6.2
Yet Another Coupler
Loading...
Searching...
No Matches
basic_grid_data.c File Reference
#include <stdio.h>
#include <string.h>
#include "utils_core.h"
#include "area.h"
#include "basic_grid_data.h"
Include dependency graph for basic_grid_data.c:

Go to the source code of this file.

Functions

void yac_basic_grid_data_compute_cell_areas (struct yac_basic_grid_data grid, double *cell_areas)
 
void yac_basic_grid_data_free (struct yac_basic_grid_data grid)
 

Function Documentation

◆ yac_basic_grid_data_compute_cell_areas()

void yac_basic_grid_data_compute_cell_areas ( struct yac_basic_grid_data grid,
double * cell_areas )
Examples
test_basic_grid_data.c.

Definition at line 12 of file basic_grid_data.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ yac_basic_grid_data_free()