YetAnotherCoupler 3.5.2
Loading...
Searching...
No Matches
generate_cubed_sphere.h File Reference
#include "basic_grid.h"
Include dependency graph for generate_cubed_sphere.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void yac_generate_cubed_sphere_grid_information (unsigned n, unsigned *num_cells, unsigned *num_vertices, double **x_vertices, double **y_vertices, double **z_vertices, unsigned **vertices_of_cell, unsigned **face_id)
 
void yac_generate_part_cube_grid_information (unsigned n, unsigned *nbr_vertices, unsigned *nbr_cells, unsigned **num_vertices_per_cell, unsigned **cell_to_vertex, double **x_vertices, double **y_vertices, double **x_cells, double **y_cells, int **global_cell_id, int **cell_core_mask, int **global_corner_id, int **corner_core_mask, int rank, int size)
 
struct yac_basic_grid_data yac_generate_cubed_sphere_grid (unsigned n)
 
struct yac_basic_gridyac_generate_cubed_sphere_basic_grid (char const *name, size_t n)
 
void yac_write_cubed_sphere_grid (unsigned n, char const *filename)
 

Function Documentation

◆ yac_generate_cubed_sphere_basic_grid()

struct yac_basic_grid * yac_generate_cubed_sphere_basic_grid ( char const * name,
size_t n )

Definition at line 504 of file generate_cubed_sphere.c.

Here is the call graph for this function:

◆ yac_generate_cubed_sphere_grid()

struct yac_basic_grid_data yac_generate_cubed_sphere_grid ( unsigned n)

Definition at line 458 of file generate_cubed_sphere.c.

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

◆ yac_generate_cubed_sphere_grid_information()

void yac_generate_cubed_sphere_grid_information ( unsigned n,
unsigned * num_cells,
unsigned * num_vertices,
double ** x_vertices,
double ** y_vertices,
double ** z_vertices,
unsigned ** vertices_of_cell,
unsigned ** face_id )

Definition at line 21 of file generate_cubed_sphere.c.

Here is the caller graph for this function:

◆ yac_generate_part_cube_grid_information()

void yac_generate_part_cube_grid_information ( unsigned n,
unsigned * nbr_vertices,
unsigned * nbr_cells,
unsigned ** num_vertices_per_cell,
unsigned ** cell_to_vertex,
double ** x_vertices,
double ** y_vertices,
double ** x_cells,
double ** y_cells,
int ** global_cell_id,
int ** cell_core_mask,
int ** global_corner_id,
int ** corner_core_mask,
int rank,
int size )

Definition at line 567 of file generate_cubed_sphere.c.

Here is the call graph for this function:

◆ yac_write_cubed_sphere_grid()

void yac_write_cubed_sphere_grid ( unsigned n,
char const * filename )

Definition at line 757 of file generate_cubed_sphere.c.

Here is the call graph for this function: