00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #ifndef __AQHDES_PROBLEMS_LGM__
00014 #define __AQHDES_PROBLEMS_LGM__
00015
00016
00017 #include <stddef.h>
00018 #include <math.h>
00019 #include <stdlib.h>
00020 #include <stdio.h>
00021 #include <string.h>
00022
00023
00024 #include "compiler.h"
00025 #include "evm.h"
00026 #include "gm.h"
00027 #include "misc.h"
00028 #include "cmdint.h"
00029 #include "commands.h"
00030 #include "ugstruct.h"
00031 #include "initug.h"
00032 #include "scan.h"
00033 #include "lgm_domain.h"
00034 #include "general.h"
00035 #include "udm.h"
00036 #include "ugdevices.h"
00037 #include "shapes.h"
00038 #include "quadrature.h"
00039 #include "compiler.h"
00040 #include "namespace.h"
00041
00042
00043
00044 #include "linmaterials.h"
00045
00046 USING_UG_NAMESPACES
00047
00048
00049 INT InitProblems (void);
00050
00051 #endif