#include <stdio.h>#include <stdlib.h>#include <string.h>#include <libconfig.h>#include <float.h>#include "../include/pdh_heat.h"#include "../include/pdh_heat_problem.h"#include "pdh_heat_materials.h"#include "aph_intf.h"#include "uth_log.h"
Functions | |
| int | pdr_heat_problem_read (char *Work_dir, char *Filename, FILE *Interactive_output, pdt_heat_problem *Problem, int Nr_sol) |
| int | pdr_heat_problem_clear (pdt_heat_problem *Problem) |
| int pdr_heat_problem_clear | ( | pdt_heat_problem * | Problem | ) |
----------------------------------------------------------- pdr_heat_problem_clear - clear problem data ------------------------------------------------------------

| int pdr_heat_problem_read | ( | char * | Work_dir, | |
| char * | Filename, | |||
| FILE * | Interactive_output, | |||
| pdt_heat_problem * | Problem, | |||
| int | Nr_sol | |||
| ) |
----------------------------------------------------------- pdr_heat_problem_read - read problem data ------------------------------------------------------------


1.6.1