YAC 3.12.0
Yet Another Coupler
Loading...
Searching...
No Matches
test_basic_grid_data.c File Reference
#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"
Include dependency graph for test_basic_grid_data.c:

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)
 

Detailed Description

Test
Test for basic_grid_data data structure.

Definition in file test_basic_grid_data.c.

Enumeration Type Documentation

◆ grid_type

enum grid_type
Enumerator
REG2D 
UNSTRUCT 
CURVE2D 

Definition at line 22 of file test_basic_grid_data.c.

Function Documentation

◆ check_cell_triangulation()

static void check_cell_triangulation ( double * coordinates_x,
double * coordinates_y,
size_t num_corners )
static

Definition at line 629 of file test_basic_grid_data.c.

Here is the call graph for this function: