|
Gerris
|
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) |
Conversion to unstructured mesh formats.
| void gfs_domain_write_tecplot | ( | GfsDomain * | domain, |
| gint | max_depth, | ||
| GSList * | variables, | ||
| const gchar * | precision, | ||
| FILE * | fp | ||
| ) |
| domain | a #GfsDomain. |
| max_depth | the maximum depth to consider. |
| variables | a list of #GfsVariable to output. |
| precision | the formatting string for converting float to ASCII. |
| fp | a file pointer. |
Writes in fp a Tecplot-formatted representation of domain and of the corresponding variables in the given list.

| void gfs_domain_write_tecplot_surface | ( | GfsDomain * | domain, |
| gint | max_depth, | ||
| GSList * | variables, | ||
| const gchar * | precision, | ||
| FILE * | fp | ||
| ) |
| domain | a #GfsDomain. |
| max_depth | the maximum depth to consider. |
| variables | a list of #GfsVariable to output. |
| precision | the formatting string for converting float to ASCII. |
| fp | a file pointer. |
Writes in fp a Tecplot-formatted representation of the solid surface of domain and of the corresponding variables in the given list.

| void gfs_domain_write_vtk | ( | GfsDomain * | domain, |
| gint | max_depth, | ||
| GSList * | variables, | ||
| const gchar * | precision, | ||
| FILE * | fp | ||
| ) |
| domain | a #GfsDomain. |
| max_depth | the maximum depth to consider. |
| variables | a list of #GfsVariable to output. |
| precision | the formatting string for converting float to ASCII. |
| fp | a file pointer. |
Writes in fp a VTK-formatted representation of domain and of the corresponding variables in the given list.

1.7.3