|
programmer's documentation
|
#include "cs_defs.h"#include <limits.h>#include <stdio.h>#include <stddef.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <ctype.h>#include <float.h>#include <assert.h>#include "bft_printf.h"#include "bft_error.h"#include "bft_mem.h"#include "cs_log.h"#include "cs_math.h"#include "cs_mesh.h"#include "cs_parall.h"#include "cs_field.h"#include "cs_lagr.h"#include "cs_lagr_tracking.h"#include "cs_lagr_post.h"#include "cs_lagr_stat.h"#include "cs_lagr_prototypes.h"#include "cs_lagr_log.h"
Functions | |
| static const char * | _status (int i) |
| Return string indicating on/off depending on integer value. More... | |
| static void | _lagstf (int ivar, cs_real_t *gmin, cs_real_t *gmax, cs_real_t unsnbr[], cs_real_t unsnbrfou[]) |
| Calcul des valeurs min max et moyenne pour les statistiques aux frontieres. More... | |
| void | cs_lagr_log_setup (void) |
| Log Lagrangian module output in the setup file. More... | |
| void | cs_lagr_log_iteration (void) |
| Log Lagrangian module output in the main listing file. More... | |
|
static |
Calcul des valeurs min max et moyenne pour les statistiques aux frontieres.
Parameters:
| [in] | ivar | numero de la variable a integrer |
| [out] | gmin | valeurs min |
| [out] | gmax | valeurs max |
| [in] | unsnbr | inverse du nombre interaction frontiere pour moyenne |
| [in] | unsnbrfou | inverse du nombre interaction frontiere (avec fouling) pour moyenne |
|
static |
Return string indicating on/off depending on integer value.
| i | input integer |
| void cs_lagr_log_iteration | ( | void | ) |
Log Lagrangian module output in the main listing file.
| void cs_lagr_log_setup | ( | void | ) |
Log Lagrangian module output in the setup file.
1.8.13