programmer's documentation
Functions
cs_user_extra_operations.c File Reference

This function is called at the end of each time step, and has a very general purpose (i.e. anything that does not have another dedicated user subroutine) More...

#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include <ple_coupling.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "fvm_writer.h"
#include "cs_base.h"
#include "cs_field.h"
#include "cs_field_pointer.h"
#include "cs_field_operator.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_halo.h"
#include "cs_halo_perio.h"
#include "cs_log.h"
#include "cs_parameters.h"
#include "cs_prototypes.h"
#include "cs_rotation.h"
#include "cs_time_moment.h"
#include "cs_time_step.h"
#include "cs_turbomachinery.h"
#include "cs_selector.h"
#include "cs_post.h"
Include dependency graph for cs_user_extra_operations.c:

Functions

void cs_user_extra_operations (void)
 This function is called at the end of each time step. More...
 

Detailed Description

This function is called at the end of each time step, and has a very general purpose (i.e. anything that does not have another dedicated user subroutine)

Function Documentation

§ cs_user_extra_operations()

void cs_user_extra_operations ( void  )

This function is called at the end of each time step.

It has a very general purpose, although it is recommended to handle mainly postprocessing or data-extraction type operations.