9.0
general documentation
Loading...
Searching...
No Matches
cs_lagr_post.h File Reference
#include "base/cs_defs.h"
#include "assert.h"
#include "base/cs_base.h"
#include "base/cs_field.h"
#include "lagr/cs_lagr.h"
#include "lagr/cs_lagr_particle.h"
Include dependency graph for cs_lagr_post.h:

Go to the source code of this file.

Functions

void cs_lagr_post_init (void)
 Initialize Lagrangian postprocessing.
bool cs_lagr_post_get_attr (cs_lagr_attribute_t attr_id)
 Activate or deactive postprocessing for a given particle attribute.
void cs_lagr_post_set_attr (cs_lagr_attribute_t attr_id, bool active)
 Activate or deactive postprocessing for a given particle attribute.

Function Documentation

◆ cs_lagr_post_get_attr()

bool cs_lagr_post_get_attr ( cs_lagr_attribute_t attr_id)

Activate or deactive postprocessing for a given particle attribute.

Parameters
[in]attr_idassociated attribute id
Returns
true if output of given attribute is active, false otherwise

◆ cs_lagr_post_init()

void cs_lagr_post_init ( void )

Initialize Lagrangian postprocessing.

◆ cs_lagr_post_set_attr()

void cs_lagr_post_set_attr ( cs_lagr_attribute_t attr_id,
bool active )

Activate or deactive postprocessing for a given particle attribute.

Parameters
[in]attr_idassociated attribute id
[in]activetrue if postprocessing is required, false otherwise