![]() |
Code_Saturne
CFD tool
|
#include "cs_defs.h"
#include <assert.h>
#include <errno.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <time.h>
#include <ple_defs.h>
#include <ple_coupling.h>
#include "bft_backtrace.h"
#include "bft_mem_usage.h"
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_prototypes.h"
#include "cs_timer.h"
#include "cs_base.h"
Macros | |
#define | CS_BASE_N_STRINGS 5 |
#define | CS_BASE_STRING_LEN 64 |
Typedefs | |
typedef void(* | _cs_base_sighandler_t )(int) |
Functions | |
void | csexit (const cs_int_t *status) |
void | dmtmps (cs_real_t *tcpu) |
char * | cs_base_get_app_name (int argc, const char *argv[]) |
void | cs_base_logfile_head (int argc, char *argv[]) |
void | cs_exit (int status) |
void | cs_base_error_init (void) |
void | cs_base_mem_init (void) |
void | cs_base_mem_finalize (void) |
void | cs_base_time_summary (void) |
void | cs_base_bft_printf_set (const char *log_name, int r0_log_flag, int rn_log_flag) |
void | cs_base_warn (const char *file_name, int line_num) |
char * | cs_base_string_f_to_c_create (const char *f_str, int f_len) |
void | cs_base_string_f_to_c_free (char **c_str) |
void | cs_base_option_string_clean (char *s) |
#define CS_BASE_N_STRINGS 5 |
#define CS_BASE_STRING_LEN 64 |
typedef void(* _cs_base_sighandler_t)(int) |
void cs_base_bft_printf_set | ( | const char * | log_name, |
int | r0_log_flag, | ||
int | rn_log_flag | ||
) |
void cs_base_error_init | ( | void | ) |
char* cs_base_get_app_name | ( | int | argc, |
const char * | argv[] | ||
) |
void cs_base_logfile_head | ( | int | argc, |
char * | argv[] | ||
) |
void cs_base_mem_finalize | ( | void | ) |
void cs_base_mem_init | ( | void | ) |
void cs_base_option_string_clean | ( | char * | s | ) |
char* cs_base_string_f_to_c_create | ( | const char * | f_str, |
int | f_len | ||
) |
void cs_base_string_f_to_c_free | ( | char ** | c_str | ) |
void cs_base_time_summary | ( | void | ) |
void cs_base_warn | ( | const char * | file_name, |
int | line_num | ||
) |
void cs_exit | ( | int | status | ) |
void csexit | ( | const cs_int_t * | status | ) |
void dmtmps | ( | cs_real_t * | tcpu | ) |