|
Code_Saturne
CFD tool
|
#include "cs_defs.h"#include <stdio.h>#include <float.h>#include <assert.h>#include <bft_mem.h>#include <bft_error.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_mesh_coherency.h"Macros | |
| #define | CS_MESH_COHERENCY_TOLERANCE 0.05 |
Functions | |
| void | cs_mesh_coherency_check (void) |
| #define CS_MESH_COHERENCY_TOLERANCE 0.05 |
| void cs_mesh_coherency_check | ( | void | ) |

1.8.13