![]() |
programmer's documentation
|
#include "cs_defs.h"
#include <errno.h>
#include <locale.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include <bft_mem.h>
#include <bft_printf.h>
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_post.h"
#include "cs_cdo.h"
#include "cs_quadrature.h"
#include "cs_param.h"
#include "cs_param_eq.h"
#include "cs_cdovb_codits.h"
#include "cs_cdofb_codits.h"
#include "cs_prototypes.h"
Functions | |
void | cs_user_cdo_extra_op (const cs_mesh_t *m, const cs_mesh_quantities_t *mq, const cs_cdo_connect_t *connect, const cs_cdo_quantities_t *quant, double tcur) |
Additional operations on results provided by CDO schemes. Define advanced post-processing and/or analysis for instance. More... | |
void cs_user_cdo_extra_op | ( | const cs_mesh_t * | m, |
const cs_mesh_quantities_t * | mq, | ||
const cs_cdo_connect_t * | connect, | ||
const cs_cdo_quantities_t * | quant, | ||
double | tcur | ||
) |
Additional operations on results provided by CDO schemes. Define advanced post-processing and/or analysis for instance.
Additional operations on results produced by CDO schemes. Define advanced post-processing and/or analysis for instance.
(end ignore by Doxygen)
[in] | m | pointer to a cs_mesh_t struct. |
[in] | mq | pointer to a cs_quantities_t struct. |
[in] | connect | pointer to a cs_cdo_connect_t structure |
[in] | quant | pointer to a cs_cdo_quantities_t structure |
[in] | tcur | current physical time of the simulation |