Code_Saturne
CFD tool
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
cs_user_mesh.c File Reference
#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "bft_error.h"
#include "bft_mem.h"
#include "bft_printf.h"
#include "fvm_defs.h"
#include "fvm_selector.h"
#include "cs_base.h"
#include "cs_join.h"
#include "cs_join_perio.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_mesh_bad_cells.h"
#include "cs_mesh_smoother.h"
#include "cs_mesh_thinwall.h"
#include "cs_parall.h"
#include "cs_post.h"
#include "cs_preprocessor_data.h"
#include "cs_selector.h"
#include "cs_prototypes.h"

Functions

BEGIN_C_DECLS void cs_user_mesh_input (void)
 
void cs_user_join (void)
 
void cs_user_periodicity (void)
 
void cs_user_mesh_thinwall (cs_mesh_t *mesh)
 
void cs_user_mesh_modify (cs_mesh_t *mesh)
 
void cs_user_mesh_smoothe (cs_mesh_t *mesh)
 
void cs_user_mesh_save (cs_mesh_t *mesh)
 
void cs_user_mesh_bad_cells_tag (cs_mesh_t *mesh, cs_mesh_quantities_t *mesh_quantities)
 

Function Documentation

void cs_user_join ( void  )

Here is the call graph for this function:

void cs_user_mesh_bad_cells_tag ( cs_mesh_t mesh,
cs_mesh_quantities_t mesh_quantities 
)

Here is the call graph for this function:

BEGIN_C_DECLS void cs_user_mesh_input ( void  )

Here is the call graph for this function:

void cs_user_mesh_modify ( cs_mesh_t mesh)
void cs_user_mesh_save ( cs_mesh_t mesh)
void cs_user_mesh_smoothe ( cs_mesh_t mesh)

Here is the call graph for this function:

void cs_user_mesh_thinwall ( cs_mesh_t mesh)

Here is the call graph for this function:

void cs_user_periodicity ( void  )

Here is the call graph for this function: