My Project
programmer's documentation
Functions
cs_preprocess.h File Reference
#include "cs_defs.h"
#include "cs_halo.h"
Include dependency graph for cs_preprocess.h:

Go to the source code of this file.

Functions

bool cs_preprocess_mesh_is_needed (void)
 Determine if preprocessing is needed. More...
 
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...
 

Function Documentation

◆ cs_preprocess_mesh()

void cs_preprocess_mesh ( cs_halo_type_t  halo_type)

Apply all mesh preprocessing operations.

◆ cs_preprocess_mesh_define()

void cs_preprocess_mesh_define ( void  )

Define all mesh preprocessing operations.

◆ cs_preprocess_mesh_is_needed()

bool cs_preprocess_mesh_is_needed ( void  )

Determine if preprocessing is needed.

Preprocessing is ignored when a ./restart/mesh_input file is present but no ./mesh_input file or directory is present. In this case, restart mesh file is read, and all other preprocessing steps are skipped.

Returns
true if preprocessing is needed, false if only reading is needed.

◆ cs_preprocess_mesh_update_fortran()

void cs_preprocess_mesh_update_fortran ( void  )

Update fortran arrays relative to the global mesh.