programmer's documentation
Functions
cs_tpar1d.c File Reference
#include "cs_defs.h"
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "cs_base.h"
#include "cs_mesh_location.h"
#include "cs_restart.h"
#include "cs_tpar1d.h"
Include dependency graph for cs_tpar1d.c:

Functions

void mait1d (cs_lnum_t *nf, cs_lnum_t n[], cs_real_t e[], cs_real_t r[], cs_real_t tp[])
 
void tpar1d (cs_lnum_t *ii, cs_lnum_t *icdcle, cs_real_t *tf, cs_real_t *hf, cs_real_t *te, cs_real_t *he, cs_real_t *fe, cs_real_t *lb, cs_real_t *rocp, cs_real_t *dtf, cs_real_t *tp)
 
void lect1d (const char *const nomsui, const cs_int_t *const lngnom, const cs_int_t *const nfpt1d, const cs_int_t *const nfpt1t, const cs_int_t *const nmxt1d, const cs_int_t *const nfabor, const cs_int_t *const nppt1d, const cs_int_t *const ifpt1d, const cs_real_t *const eppt1d, const cs_real_t *const rgpt1d, cs_real_t *const tppt1d CS_ARGF_SUPP_CHAINE)
 
void ecrt1d (const char *const nomsui, const cs_int_t *const lngnom, const cs_int_t *const nfpt1d, const cs_int_t *const nmxt1d, const cs_int_t *const nfabor, const cs_real_t *const tppt1d, const cs_int_t *const ifpt1d CS_ARGF_SUPP_CHAINE)
 
void lbrt1d (void)
 

Function Documentation

void ecrt1d ( const char *const  nomsui,
const cs_int_t *const  lngnom,
const cs_int_t *const  nfpt1d,
const cs_int_t *const  nmxt1d,
const cs_int_t *const  nfabor,
const cs_real_t *const  tppt1d,
const cs_int_t *const ifpt1d  CS_ARGF_SUPP_CHAINE 
)
void lbrt1d ( void  )
void lect1d ( const char *const  nomsui,
const cs_int_t *const  lngnom,
const cs_int_t *const  nfpt1d,
const cs_int_t *const  nfpt1t,
const cs_int_t *const  nmxt1d,
const cs_int_t *const  nfabor,
const cs_int_t *const  nppt1d,
const cs_int_t *const  ifpt1d,
const cs_real_t *const  eppt1d,
const cs_real_t *const  rgpt1d,
cs_real_t *const tppt1d  CS_ARGF_SUPP_CHAINE 
)
void mait1d ( cs_lnum_t nf,
cs_lnum_t  n[],
cs_real_t  e[],
cs_real_t  r[],
cs_real_t  tp[] 
)
void tpar1d ( cs_lnum_t ii,
cs_lnum_t icdcle,
cs_real_t tf,
cs_real_t hf,
cs_real_t te,
cs_real_t he,
cs_real_t fe,
cs_real_t lb,
cs_real_t rocp,
cs_real_t dtf,
cs_real_t tp 
)