programmer's documentation
Functions
cs_lagr_post.c File Reference
#include "cs_defs.h"
#include <stddef.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <assert.h>
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_base.h"
#include "cs_mesh_location.h"
#include "cs_prototypes.h"
#include "cs_parameters.h"
#include "cs_time_step.h"
#include "cs_parall.h"
#include "cs_post.h"
#include "cs_lagr.h"
#include "cs_lagr_stat.h"
#include "cs_lagr_post.h"
Include dependency graph for cs_lagr_post.c:

Functions

void cs_lagr_post_init (void)
 Initialize Lagrangian postprocessing. More...
 
cs_lagr_post_options_tcs_lagr_post_get_options (void)
 Return a pointer to the global cs_lagr_post_options_t structure. More...
 

Function Documentation

◆ cs_lagr_post_get_options()

cs_lagr_post_options_t* cs_lagr_post_get_options ( void  )

Return a pointer to the global cs_lagr_post_options_t structure.

This pointer allows write access to the structure.

Returns
pointer to cs_glob_lagr_post_options

◆ cs_lagr_post_init()

void cs_lagr_post_init ( void  )

Initialize Lagrangian postprocessing.