![]() |
Code_Saturne
CFD tool
|
#include "cs_defs.h"
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <math.h>
#include <float.h>
#include "bft_error.h"
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_halo.h"
#include "cs_halo_perio.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_ext_neighborhood.h"
Functions | |
BEGIN_C_DECLS void | cfiltr (cs_real_t var[], cs_real_t f_var[], cs_real_t wbuf1[], cs_real_t wbuf2[]) |
BEGIN_C_DECLS void cfiltr | ( | cs_real_t | var[], |
cs_real_t | f_var[], | ||
cs_real_t | wbuf1[], | ||
cs_real_t | wbuf2[] | ||
) |