|
YAC 3.13.0
Yet Another Coupler
|


Go to the source code of this file.
Functions | |
| void | yac_write_basic_grid_data_to_file (struct yac_basic_grid_data *grid, char const *name) |
| void | yac_write_basic_grid_to_file (struct yac_basic_grid *grid, char const *name) |
| void | yac_write_grid_cells_to_file (struct yac_grid_cell *cells, size_t num_cells, char *name, size_t num_points_per_edge) |
| void yac_write_basic_grid_data_to_file | ( | struct yac_basic_grid_data * | grid, |
| char const * | name ) |
writes a basic grid data to file
| [in] | grid | basic grid data |
| [in] | name | file name (".vtk" will be added to this) |
Definition at line 54 of file grid2vtk.c.


| void yac_write_basic_grid_to_file | ( | struct yac_basic_grid * | grid, |
| char const * | name ) |
writes a basic grid to file
| [in] | grid | basic grid |
| [in] | name | file name (".vtk" will be added to this) |
Definition at line 283 of file grid2vtk.c.

| void yac_write_grid_cells_to_file | ( | struct yac_grid_cell * | cells, |
| size_t | num_cells, | ||
| char * | name, | ||
| size_t | num_points_per_edge ) |
writes a list of cells into a vtk file, which can be visualised by paraview
| [in] | cells | list of cells |
| [in] | num_cells | number of entries in cells |
| [in] | name | file name (".vtk" will be added to this) |
| [in] | num_points_per_edge | each cell edge will be approximated by N straight lines in 3D space, where N is (num_points_per_edge - 1) |
Definition at line 210 of file grid2vtk.c.
