![]() |
programmer's documentation
|
#include "cs_defs.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <assert.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "fvm_selector.h"
#include "mei_evaluate.h"
#include "cs_base.h"
#include "cs_gui_util.h"
#include "cs_gui_variables.h"
#include "cs_selector.h"
#include "cs_post.h"
#include "cs_field.h"
#include "cs_field_pointer.h"
#include "cs_gui_output.h"
Macros | |
#define | _XML_DEBUG_ 0 |
Functions | |
void | uinpst (const cs_int_t *ntcabs, const cs_real_t *ttcabs) |
void | csenso (const cs_int_t *nvppmx, cs_int_t *ncapt, cs_int_t *nthist, cs_real_t *frhist, cs_int_t *ntlist, cs_int_t *iecaux, cs_int_t *ipstdv, cs_int_t *ihisvr, cs_int_t *tplfmt, const cs_int_t *isca, const cs_int_t *iscapp, const cs_int_t *ipprtp, cs_real_t *xyzcap) |
void | cs_gui_postprocess_meshes (void) |
void | cs_gui_postprocess_writers (void) |
void | cs_gui_postprocess_fields (void) |
#define _XML_DEBUG_ 0 |
void cs_gui_postprocess_fields | ( | void | ) |
void cs_gui_postprocess_meshes | ( | void | ) |
void cs_gui_postprocess_writers | ( | void | ) |
void csenso | ( | const cs_int_t * | nvppmx, |
cs_int_t * | ncapt, | ||
cs_int_t * | nthist, | ||
cs_real_t * | frhist, | ||
cs_int_t * | ntlist, | ||
cs_int_t * | iecaux, | ||
cs_int_t * | ipstdv, | ||
cs_int_t * | ihisvr, | ||
cs_int_t * | tplfmt, | ||
const cs_int_t * | isca, | ||
const cs_int_t * | iscapp, | ||
const cs_int_t * | ipprtp, | ||
cs_real_t * | xyzcap | ||
) |