programmer's documentation
Data Structures | Functions | Variables
cs_lagr_post.h File Reference
#include "cs_defs.h"
#include "assert.h"
#include "cs_base.h"
#include "cs_field.h"
#include "cs_lagr.h"
Include dependency graph for cs_lagr_post.h:

Go to the source code of this file.

Data Structures

struct  cs_lagr_post_options_t
 

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...
 

Variables

const cs_lagr_post_options_tcs_glob_lagr_post_options
 

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.

Variable Documentation

§ cs_glob_lagr_post_options

const cs_lagr_post_options_t* cs_glob_lagr_post_options

read-only pointer to Lagrangian postprocessing options