Code_Saturne
CFD tool
Macros | Functions
cs_base_fortran.c File Reference
#include "cs_defs.h"
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <math.h>
#include <bft_error.h>
#include <bft_printf.h>
#include <ple_defs.h>
#include "cs_base.h"
#include "cs_file.h"
#include "cs_prototypes.h"
#include "cs_base_fortran.h"

Macros

#define CS_BUF_PRINT_F_SIZE   16384
 

Functions

void csmkdr (const char *dirnam, const cs_int_t *dirlen)
 
void csgamma (const cs_real_t *x, cs_real_t *gamma)
 
void cssf2c (const cs_int_t *len, const char *fstr, char *cstr CS_ARGF_SUPP_CHAINE)
 
void cs_base_fortran_bft_printf_set (int r0_log_flag, int rn_log_flag)
 

Macro Definition Documentation

◆ CS_BUF_PRINT_F_SIZE

#define CS_BUF_PRINT_F_SIZE   16384

Function Documentation

◆ cs_base_fortran_bft_printf_set()

void cs_base_fortran_bft_printf_set ( int  r0_log_flag,
int  rn_log_flag 
)
Here is the call graph for this function:

◆ csgamma()

void csgamma ( const cs_real_t x,
cs_real_t gamma 
)
Here is the call graph for this function:

◆ csmkdr()

void csmkdr ( const char *  dirnam,
const cs_int_t dirlen 
)
Here is the call graph for this function:

◆ cssf2c()

void cssf2c ( const cs_int_t len,
const char *  fstr,
char *cstr  CS_ARGF_SUPP_CHAINE 
)