#include <stdlib.h>#include <stdio.h>#include <math.h>#include <assert.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_plast_flow_mixed.h"#include "../include/pdh_plast_flow_mixed_problem.h"
Functions | |
| int | pdr_plast_flow_adapt (char *Work_dir, FILE *Interactive_input, FILE *Interactive_output) |
| double | pdr_plast_flow_ZZ_error (char *Work_dir, FILE *Interactive_input, FILE *Interactive_output) |
| double | pdr_plast_flow_err_indi_ZZ (int Problem_id_fake, int El) |
| double | pdr_plast_flow_sol_mesh (int Problem_id, double *sol_previous, double *sol_averaged) |
| double | pdr_plast_flow_sol_el (int Problem_id, int El, double *sol_current) |
Variables | |
| utt_patches * | pdv_patches |
| int pdr_plast_flow_adapt | ( | char * | Work_dir, | |
| FILE * | Interactive_input, | |||
| FILE * | Interactive_output | |||
| ) |
-------------------------------------------------------- pdr_plast_flow_adapt - to enforce adaptation strategy for a given problem ---------------------------------------------------------

| double pdr_plast_flow_err_indi_ZZ | ( | int | Problem_id, | |
| int | El | |||
| ) |
-------------------------------------------------------- pdr_plast_flow_err_indi_ZZ - to return error indicator for an element, based on ZZ first derivative recovery ----------------------------------------------------------

| double pdr_plast_flow_sol_el | ( | int | Problem_id, | |
| int | El, | |||
| double * | sol_current | |||
| ) |

| double pdr_plast_flow_sol_mesh | ( | int | Problem_id, | |
| double * | sol_previous, | |||
| double * | sol_averaged | |||
| ) |
-------------------------------------------------------- pdr_plast_flow_sol_mesh - to return mesh total volume and total averaged values of: strain intensity (1), flow stress (1), strain rate intensity (1), strain tensor (9), strain rate tensor (9) ----------------------------------------------------------

| double pdr_plast_flow_ZZ_error | ( | char * | Work_dir, | |
| FILE * | Interactive_input, | |||
| FILE * | Interactive_output | |||
| ) |
-------------------------------------------------------- pdr_plast_flow_ZZ_error - to compute estimated norm of error based on recovered first derivatives - the notorious ZZ error estimate ---------------------------------------------------------

1.6.1