Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

e_tavg.h

Go to the documentation of this file.
00001 
00009 #ifndef E_TAVG_HEADER_ALREADY_INCLUDED
00010 
00011 #include <stdio.h>
00012 #include <stdlib.h>
00013 #include "../../util/source/useful.h"
00014 #include "../../util/source/logfile.h"
00015 #include "../../gas_models/source/gas.h"
00016 #include "../../flux_calc/source/flux_calc.h"
00017 #include "../../mb_cns/source/cns_case_id.h"
00018 #include "../../mb_cns/source/cns_work_vector.h"
00019 #include "../../mb_cns/source/cns_debug_level.h"
00020 #include "../../mb_cns/source/cns_cell.h"
00021 #include "../../mb_cns/source/cns_echo.h"
00022 #include "../../mb_cns/source/cns_bc_defs.h"
00023 #include "./e_block.h"
00024 
00025 /*---------------------------------------------------------------------*/
00026 
00027 int t_avg_3D(struct block_data_3D *A, int n, double dtav);
00028 int t_avg_normalise_3D(struct block_data_3D *A, int nav, double dtav);
00029 
00030 /*---------------------------------------------------------------------*/
00031 
00032 #define E_TAVG_HEADER_ALREADY_INCLUDED
00033 #endif
00034 

Generated on Tue Oct 25 10:23:46 2005 for CFCFD by  doxygen 1.4.4