My Project
programmer's documentation
|
#include "cs_defs.h"
#include <assert.h>
#include <errno.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "fvm_periodicity.h"
#include "cs_all_to_all.h"
#include "cs_block_dist.h"
#include "cs_join_intersect.h"
#include "cs_join_merge.h"
#include "cs_join_mesh.h"
#include "cs_join_post.h"
#include "cs_join_perio.h"
#include "cs_join_set.h"
#include "cs_join_split.h"
#include "cs_join_update.h"
#include "cs_join_util.h"
#include "cs_log.h"
#include "cs_mesh_quantities.h"
#include "cs_parall.h"
#include "cs_post.h"
#include "cs_timer.h"
#include "cs_join.h"
Functions | |
int | cs_join_add (const char *sel_criteria, float fraction, float plane, int verbosity, int visualization) |
void | cs_join_set_advanced_param (int join_num, double mtf, double pmf, int tcm, int icm, int max_break, int max_sub_faces, int tml, int tmb, double tmr, double tmr_distrib) |
void | cs_join_all (bool preprocess) |
void | cs_join_finalize () |
void | cs_join_mark_selected_faces (const cs_mesh_t *mesh, bool preprocess, bool b_select_flag[]) |
int cs_join_add | ( | const char * | sel_criteria, |
float | fraction, | ||
float | plane, | ||
int | verbosity, | ||
int | visualization | ||
) |
void cs_join_all | ( | bool | preprocess | ) |
void cs_join_finalize | ( | void | ) |
void cs_join_mark_selected_faces | ( | const cs_mesh_t * | mesh, |
bool | preprocess, | ||
bool | b_select_flag[] | ||
) |
void cs_join_set_advanced_param | ( | int | join_num, |
double | mtf, | ||
double | pmf, | ||
int | tcm, | ||
int | icm, | ||
int | max_break, | ||
int | max_sub_faces, | ||
int | tml, | ||
int | tmb, | ||
double | tmr, | ||
double | tmr_distrib | ||
) |