My Project
programmer's documentation
|
#include "cs_defs.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <float.h>
#include <assert.h>
#include "bft_mem.h"
#include "bft_printf.h"
#include "fvm_io_num.h"
#include "fvm_periodicity.h"
#include "cs_block_dist.h"
#include "cs_mesh.h"
#include "cs_order.h"
#include "cs_search.h"
#include "cs_join_post.h"
#include "cs_join_split.h"
Functions | |
void | cs_join_split_faces (cs_join_param_t param, const cs_real_t face_normal[], const cs_join_edges_t *edges, cs_join_mesh_t **work, cs_join_gset_t **old2new_history) |
void | cs_join_split_update_struct (const cs_join_param_t param, const cs_join_mesh_t *work_mesh, const cs_gnum_t gnum_rank_index[], cs_join_gset_t **o2n_hist, cs_join_mesh_t **local_mesh) |
void cs_join_split_faces | ( | cs_join_param_t | param, |
const cs_real_t | face_normal[], | ||
const cs_join_edges_t * | edges, | ||
cs_join_mesh_t ** | work, | ||
cs_join_gset_t ** | old2new_history | ||
) |
void cs_join_split_update_struct | ( | const cs_join_param_t | param, |
const cs_join_mesh_t * | work_mesh, | ||
const cs_gnum_t | gnum_rank_index[], | ||
cs_join_gset_t ** | o2n_hist, | ||
cs_join_mesh_t ** | local_mesh | ||
) |