#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_heat.h"
#include "../include/pdh_heat_problem.h"
#include "uth_mat.h"
Classes | |
struct | pdt_sol_info |
struct | PVElInfo |
struct | PVSolInfo |
Functions | |
int | pdr_heat_write_temperature_dpendent_fields (int Field_id, const char *Filename, int *Dofs_write) |
pdr_heat_write_paraview_field - to dump temperature dependent field in Paraview format | |
int | pdr_heat_write_paraview (char *Work_dir, FILE *Interactive_input, FILE *Interactive_output) |
int pdr_heat_write_paraview | ( | char * | Work_dir, | |
FILE * | Interactive_input, | |||
FILE * | Interactive_output | |||
) |
-------------------------------------------------------- pdr_heat_write_paraview - to write graphics data to a disk file ----------------------------------------------------------
int pdr_heat_write_temperature_dpendent_fields | ( | int | Field_id, | |
const char * | Filename, | |||
int * | Dofs_write | |||
) |
pdr_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) |