Gerris
Functions

unstructured.c File Reference

Conversion to unstructured mesh formats. More...

Functions

void gfs_domain_write_vtk (GfsDomain *domain, gint max_depth, GSList *variables, const gchar *precision, FILE *fp)
void gfs_domain_write_tecplot (GfsDomain *domain, gint max_depth, GSList *variables, const gchar *precision, FILE *fp)
void gfs_domain_write_tecplot_surface (GfsDomain *domain, gint max_depth, GSList *variables, const gchar *precision, FILE *fp)

Detailed Description

Conversion to unstructured mesh formats.


Function Documentation

void gfs_domain_write_tecplot ( GfsDomain *  domain,
gint  max_depth,
GSList *  variables,
const gchar *  precision,
FILE *  fp 
)
Parameters:
domaina #GfsDomain.
max_depththe maximum depth to consider.
variablesa list of #GfsVariable to output.
precisionthe formatting string for converting float to ASCII.
fpa file pointer.

Writes in fp a Tecplot-formatted representation of domain and of the corresponding variables in the given list.

Here is the call graph for this function:

void gfs_domain_write_tecplot_surface ( GfsDomain *  domain,
gint  max_depth,
GSList *  variables,
const gchar *  precision,
FILE *  fp 
)
Parameters:
domaina #GfsDomain.
max_depththe maximum depth to consider.
variablesa list of #GfsVariable to output.
precisionthe formatting string for converting float to ASCII.
fpa file pointer.

Writes in fp a Tecplot-formatted representation of the solid surface of domain and of the corresponding variables in the given list.

Here is the call graph for this function:

void gfs_domain_write_vtk ( GfsDomain *  domain,
gint  max_depth,
GSList *  variables,
const gchar *  precision,
FILE *  fp 
)
Parameters:
domaina #GfsDomain.
max_depththe maximum depth to consider.
variablesa list of #GfsVariable to output.
precisionthe formatting string for converting float to ASCII.
fpa file pointer.

Writes in fp a VTK-formatted representation of domain and of the corresponding variables in the given list.

Here is the call graph for this function:

 All Data Structures Files Functions Variables