YetAnotherCoupler 3.5.2
Loading...
Searching...
No Matches
read_fesom_grid.h
Go to the documentation of this file.
1// Copyright (c) 2024 The YAC Authors
2//
3// SPDX-License-Identifier: BSD-3-Clause
4
5#include "basic_grid.h"
6
7// YAC PUBLIC HEADER START
8
20 char const * filename);
21
30 char const * filename, char const * gridname);
31
46void yac_read_fesom_grid_information(const char * filename, int * nbr_vertices,
47 int * nbr_cells, int ** num_vertices_per_cell,
48 int ** cell_to_vertex, double ** x_vertices,
49 double ** y_vertices, double ** x_cells,
50 double ** y_cells);
51
52// YAC PUBLIC HEADER STOP
void yac_read_fesom_grid_information(const char *filename, int *nbr_vertices, int *nbr_cells, int **num_vertices_per_cell, int **cell_to_vertex, double **x_vertices, double **y_vertices, double **x_cells, double **y_cells)
struct yac_basic_grid * yac_read_fesom_basic_grid(char const *filename, char const *gridname)
struct yac_basic_grid_data yac_read_fesom_basic_grid_data(char const *filename)