#include <stdlib.h>#include <stdio.h>#include <string.h>#include <math.h>#include "mmh_intf.h"#include "aph_intf.h"#include "pdh_intf.h"#include "pdh_control_intf.h"#include "pch_intf.h"#include "uth_io_results.h"#include "../include/pdh_ns_supg_heat.h"#include "../../pdd_ns_supg/include/pdh_ns_supg_problem.h"#include "../../pdd_heat/include/pdh_heat_problem.h"
Classes | |
| struct | pdt_sol_info |
| struct | PVElInfo |
| struct | PVSolInfo |
| struct | pdt_io_file_list_entry |
Functions | |
| int | pdr_ns_supg_heat_write (int Field_id, FILE *File, int *Dofs_write) |
| pdr_ns_supg_heat_write_paraview_field - to dump temperature dependent field in Paraview format | |
| int | pdr_ns_supg_heat_write_paraview (char *Work_dir, FILE *Interactive_input, FILE *Interactive_output) |
Variables | |
| pdt_io_file_list_entry * | pdv_io_file_list = NULL |
| int pdr_ns_supg_heat_write | ( | int | Field_id, | |
| FILE * | File, | |||
| int * | Dofs_write | |||
| ) |
pdr_ns_supg_heat_write_paraview_field - to dump temperature dependent field in Paraview format
| Mesh_id | - id of the mesh associated with given field Field_id | |
| Field_id | - id of the field to dump | |
| Filename | - c-string with name of the file to write on disk | |
| Desc | - c-string c-array with name of the field values (at least Desc[0]!= NULL should be passed) |

| int pdr_ns_supg_heat_write_paraview | ( | char * | Work_dir, | |
| FILE * | Interactive_input, | |||
| FILE * | Interactive_output | |||
| ) |
-------------------------------------------------------- pdr_ns_supg_heat_write_paraview - to write graphics data to a disk file ----------------------------------------------------------


1.6.1