YAC 3.12.0
Yet Another Coupler
Loading...
Searching...
No Matches
test_cell_bnd_circle.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "tests.h"
#include "geometry.h"
#include "grids/grid_cell.h"
#include "test_common.h"
Include dependency graph for test_cell_bnd_circle.c:

Go to the source code of this file.

Functions

static void normalise_vector_lat (double v[])
 

Variables

double const tol = 1.0e-10
 

Detailed Description

Test
These are some examples on how to use yac_get_cell_bounding_circle.

Definition in file test_cell_bnd_circle.c.

Function Documentation

◆ normalise_vector_lat()

static void normalise_vector_lat ( double v[])
inlinestatic

normalises a vector while keeping z (lat) constant

Definition at line 352 of file test_cell_bnd_circle.c.

Variable Documentation

◆ tol

double const tol = 1.0e-10

Definition at line 18 of file test_cell_bnd_circle.c.