#include <stdlib.h>#include <stdio.h>#include <math.h>#include <time.h>#include <string.h>#include "uth_intf.h"#include "uth_io_results.h"#include "uth_system.h"#include "mmh_intf.h"#include "aph_intf.h"#include "tmh_intf.h"#include "sih_intf.h"#include "mod_fem_viewer.h"#include "uth_log.h"#include "pdh_intf.h"#include "pdh_control_intf.h"#include "../include/pdh_plast_flow_mixed.h"#include "../include/pdh_plast_flow_mixed_problem.h"
Functions | |
| int | pdr_plast_flow_init (char *Work_dir, FILE *Interactive_input, FILE *Interactive_output) |
| int | main (int argc, char **argv) |
Variables | |
| const int | PDC_ELEMENT = APC_ELEMENT |
| const int | PDC_FACE = APC_FACE |
| const int | PDC_EDGE = APC_EDGE |
| const int | PDC_VERTEX = APC_VERTEX |
| const int | PDC_MIXED_ELEMENT = APC_MIXED_ELEMENT |
| const int | PDC_MIXED_FACE = APC_MIXED_FACE |
| const int | PDC_MIXED_EDGE = APC_MIXED_EDGE |
| const int | PDC_MIXED_VERTEX = APC_MIXED_VERTEX |
| const int | PDC_NO_COMP = APC_NO_COMP |
| const int | PDC_COMP_SM = APC_COMP_SM |
| const int | PDC_COMP_RHS = APC_COMP_RHS |
| const int | PDC_COMP_BOTH = APC_COMP_BOTH |
| int | pdv_plast_flow_current_problem_id = PDC_PLAST_FLOW_ID |
| pdt_plast_flow_problem | pdv_plast_flow_problem |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |

| int pdr_plast_flow_init | ( | char * | Work_dir, | |
| FILE * | Interactive_input, | |||
| FILE * | Interactive_output | |||
| ) |

| int pdv_plast_flow_current_problem_id = PDC_PLAST_FLOW_ID |
1.6.1