#include "base/cs_defs.h"
#include <stddef.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <assert.h>
#include "bft/bft_mem.h"
#include "bft/bft_printf.h"
#include "base/cs_base.h"
#include "mesh/cs_mesh_location.h"
#include "base/cs_parameters.h"
#include "base/cs_time_step.h"
#include "base/cs_parall.h"
#include "base/cs_post.h"
#include "lagr/cs_lagr.h"
#include "lagr/cs_lagr_particle.h"
#include "lagr/cs_lagr_stat.h"
#include "lagr/cs_lagr_post.h"
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. |
bool cs_lagr_post_get_attr | ( | cs_lagr_attribute_t | attr_id | ) |
Activate or deactive postprocessing for a given particle attribute.
[in] | attr_id | associated attribute id |
void cs_lagr_post_init | ( | void | ) |
Initialize Lagrangian postprocessing.
void cs_lagr_post_set_attr | ( | cs_lagr_attribute_t | attr_id, |
bool | active ) |
Activate or deactive postprocessing for a given particle attribute.
[in] | attr_id | associated attribute id |
[in] | active | true if postprocessing is required, false otherwise |