Code_Saturne
CFD tool
Macros | Enumerations | Functions
cs_base.h File Reference

Go to the source code of this file.

Macros

#define CS_APP_NAME   "Code_Saturne"
 
#define CS_APP_VERSION   PACKAGE_VERSION /* PACKAGE_VERSION from autoconf */
 
#define CS_MEM_ALIGN   0
 

Enumerations

enum  cs_type_t {
  CS_TYPE_char, CS_TYPE_cs_int_t, CS_TYPE_cs_real_t, CS_TYPE_bool,
  CS_TYPE_cs_point_t, CS_TYPE_void
}
 

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)
 

Macro Definition Documentation

◆ CS_APP_NAME

#define CS_APP_NAME   "Code_Saturne"

◆ CS_APP_VERSION

#define CS_APP_VERSION   PACKAGE_VERSION /* PACKAGE_VERSION from autoconf */

◆ CS_MEM_ALIGN

#define CS_MEM_ALIGN   0

Enumeration Type Documentation

◆ cs_type_t

enum cs_type_t
Enumerator
CS_TYPE_char 
CS_TYPE_cs_int_t 
CS_TYPE_cs_real_t 
CS_TYPE_bool 
CS_TYPE_cs_point_t 
CS_TYPE_void 

Function Documentation

◆ cs_base_bft_printf_set()

void cs_base_bft_printf_set ( const char *  log_name,
int  r0_log_flag,
int  rn_log_flag 
)
Here is the call graph for this function:

◆ cs_base_error_init()

void cs_base_error_init ( void  )

◆ cs_base_get_app_name()

char* cs_base_get_app_name ( int  argc,
const char *  argv[] 
)
Here is the call graph for this function:

◆ cs_base_logfile_head()

void cs_base_logfile_head ( int  argc,
char *  argv[] 
)
Here is the call graph for this function:

◆ cs_base_mem_finalize()

void cs_base_mem_finalize ( void  )
Here is the call graph for this function:

◆ cs_base_mem_init()

void cs_base_mem_init ( void  )
Here is the call graph for this function:

◆ cs_base_option_string_clean()

void cs_base_option_string_clean ( char *  s)

◆ cs_base_string_f_to_c_create()

char* cs_base_string_f_to_c_create ( const char *  f_str,
int  f_len 
)

◆ cs_base_string_f_to_c_free()

void cs_base_string_f_to_c_free ( char **  c_str)

◆ cs_base_time_summary()

void cs_base_time_summary ( void  )
Here is the call graph for this function:

◆ cs_base_warn()

void cs_base_warn ( const char *  file_name,
int  line_num 
)
Here is the call graph for this function:

◆ cs_exit()

void cs_exit ( int  status)
Here is the call graph for this function:

◆ csexit()

void csexit ( const cs_int_t status)
Here is the call graph for this function:

◆ dmtmps()

void dmtmps ( cs_real_t tcpu)
Here is the call graph for this function: