|
programmer's documentation
|
Additional user-defined post-processing and analysis functions. More...
#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_blas.h"#include "cs_domain.h"#include "cs_equation.h"#include "cs_evaluate.h"#include "cs_field.h"#include "cs_hodge.h"#include "cs_math.h"#include "cs_mesh.h"#include "cs_mesh_location.h"#include "cs_mesh_quantities.h"#include "cs_param.h"#include "cs_post.h"#include "cs_quadrature.h"#include "cs_reco.h"#include "cs_sdm.h"#include "cs_prototypes.h"
Functions | |
| void | cs_user_cdo_start_extra_op (cs_domain_t *domain) |
| Initial step for user-defined operations on results provided by the CDO kernel. More... | |
| void | cs_user_cdo_extra_op (cs_domain_t *domain) |
| Additional user-defined operations on results provided by the CDO kernel. Define advanced post-processing and analysis for example. More... | |
| void | cs_user_cdo_end_extra_op (cs_domain_t *domain) |
| Final step for user-defined operations on results provided by the CDO kernel. More... | |
Additional user-defined post-processing and analysis functions.
| void cs_user_cdo_end_extra_op | ( | cs_domain_t * | domain | ) |
Final step for user-defined operations on results provided by the CDO kernel.
| [in,out] | domain | pointer to a cs_domain_t structure |
| void cs_user_cdo_extra_op | ( | cs_domain_t * | domain | ) |
Additional user-defined operations on results provided by the CDO kernel. Define advanced post-processing and analysis for example.
| [in,out] | domain | pointer to a cs_domain_t structure |
| void cs_user_cdo_start_extra_op | ( | cs_domain_t * | domain | ) |
Initial step for user-defined operations on results provided by the CDO kernel.
| [in,out] | domain | pointer to a cs_domain_t structure |
1.8.13