#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_mesh.h"
#include "uth_bc.h"
#include "uth_io_compression.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_ns_mixed.h"
#include "../include/pdh_ns_mixed_problem.h"
Functions | |
int | pdr_ns_mixed_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 |
const int | PDC_COMP_MM = APC_COMP_MM |
int | pdv_ns_mixed_current_problem_id = PDC_NS_MIXED_ID |
pdt_ns_mixed_problem | pdv_ns_mixed_problem |
int main | ( | int | argc, | |
char ** | argv | |||
) |
int pdr_ns_mixed_init | ( | char * | Work_dir, | |
FILE * | Interactive_input, | |||
FILE * | Interactive_output | |||
) |
int pdv_ns_mixed_current_problem_id = PDC_NS_MIXED_ID |