#include "cs_defs.h"
#include "assert.h"
#include "cs_base.h"
#include "cs_field.h"
#include "cs_lagr.h"
#include "cs_lagr_particle.h"
Go to the source code of this file.
◆ cs_lagr_post_get_attr()
Activate or deactive postprocessing for a given particle attribute.
- Parameters
-
[in] | attr_id | associated 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()
Activate or deactive postprocessing for a given particle attribute.
- Parameters
-
[in] | attr_id | associated attribute id |
[in] | active | true if postprocessing is required, false otherwise |