|  | programmer's documentation | 
#include "cs_defs.h"#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "bft_mem.h"#include "bft_error.h"#include "bft_printf.h"#include "cs_gui.h"#include "cs_gui_mesh.h"#include "cs_join.h"#include "cs_log.h"#include "cs_map.h"#include "cs_mesh.h"#include "cs_mesh_from_builder.h"#include "cs_mesh_location.h"#include "cs_mesh_quantities.h"#include "cs_renumber.h"#include "cs_mesh_save.h"#include "cs_mesh_to_builder.h"#include "cs_mesh_warping.h"#include "cs_parall.h"#include "cs_partition.h"#include "cs_post.h"#include "cs_prototypes.h"#include "cs_preprocessor_data.h"#include "cs_preprocess.h"
| Functions | |
| void | cs_preprocess_mesh_define (void) | 
| Define all mesh preprocessing operations.  More... | |
| void | cs_preprocess_mesh (cs_halo_type_t halo_type) | 
| Apply all mesh preprocessing operations.  More... | |
| void | cs_preprocess_mesh_update_fortran (void) | 
| Update fortran arrays relative to the global mesh.  More... | |
Handle successive preprocessing operations.
| void cs_preprocess_mesh | ( | cs_halo_type_t | halo_type | ) | 
Apply all mesh preprocessing operations.
| void cs_preprocess_mesh_define | ( | void | ) | 
Define all mesh preprocessing operations.
(end ignore by Doxygen)
(end ignore by Doxygen)
| void cs_preprocess_mesh_update_fortran | ( | void | ) | 
Update fortran arrays relative to the global mesh.
 1.8.3.1
 1.8.3.1