#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "pdh_intf.h"
#include "pdh_control_intf.h"
#include "mmh_intf.h"
#include "aph_intf.h"
#include "uth_intf.h"
#include "uth_system.h"
#include "lin_alg_intf.h"
#include "../include/pdh_heat.h"
#include "../include/pdh_heat_problem.h"
Functions | |
int | pdr_heat_refine (int Problem_id, int Ref_type, FILE *Interactive_output) |
int | pdr_heat_adapt (char *Work_dir, FILE *Interactive_input, FILE *Interactive_output) |
double | pdr_heat_ZZ_error (char *Work_dir, FILE *Interactive_input, FILE *Interactive_output) |
double | pdr_heat_err_indi_ZZ (int Problem_id, int El) |
Variables | |
utt_patches * | pdv_patches |
int pdr_heat_adapt | ( | char * | Work_dir, | |
FILE * | Interactive_input, | |||
FILE * | Interactive_output | |||
) |
-------------------------------------------------------- pdr_heat_adapt - to enforce adaptation strategy for a given problem ---------------------------------------------------------
double pdr_heat_err_indi_ZZ | ( | int | Problem_id, | |
int | El | |||
) |
-------------------------------------------------------- pdr_heat_err_indi_ZZ - to return error indicator for an element, based on ZZ first derivative recovery ----------------------------------------------------------
int pdr_heat_refine | ( | int | Problem_id, | |
int | Ref_type, | |||
FILE * | Interactive_output | |||
) |
double pdr_heat_ZZ_error | ( | char * | Work_dir, | |
FILE * | Interactive_input, | |||
FILE * | Interactive_output | |||
) |
-------------------------------------------------------- pdr_heat_ZZ_error - to compute estimated norm of error based on recovered first derivatives - the notorious ZZ error estimate ---------------------------------------------------------