Code_Saturne
CFD tool
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Enumerations | Functions
cs_base.h File Reference
This graph shows which files directly or indirectly include this file:

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

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

Enumeration Type Documentation

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

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:

void cs_base_error_init ( void  )

Here is the call graph for this function:

char* cs_base_get_app_name ( int  argc,
const char *  argv[] 
)

Here is the call graph for this function:

void cs_base_logfile_head ( int  argc,
char *  argv[] 
)

Here is the call graph for this function:

void cs_base_mem_finalize ( void  )

Here is the call graph for this function:

void cs_base_mem_init ( void  )

Here is the call graph for this function:

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  )

Here is the call graph for this function:

void cs_base_warn ( const char *  file_name,
int  line_num 
)

Here is the call graph for this function:

void cs_exit ( int  status)

Here is the call graph for this function:

void csexit ( const cs_int_t status)

Here is the call graph for this function:

void dmtmps ( cs_real_t tcpu)

Here is the call graph for this function: