|
programmer's documentation
|
#include "cs_defs.h"#include <limits.h>#include <stdio.h>#include <stddef.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <ctype.h>#include <float.h>#include <assert.h>#include "bft_mem.h"#include "cs_mesh.h"#include "cs_parameters.h"#include "cs_physical_constants.h"#include "cs_stokes_model.h"#include "cs_turbulence_model.h"#include "cs_field_operator.h"#include "cs_physical_model.h"#include "cs_lagr.h"#include "cs_lagr_tracking.h"#include "cs_lagr_stat.h"#include "cs_lagr_gradients.h"
Functions | |
| void | cs_lagr_gradients (int time_id, cs_real_3_t *gradpr, cs_real_33_t *gradvf) |
| Compute gradients. More... | |
| void cs_lagr_gradients | ( | int | time_id, |
| cs_real_3_t * | gradpr, | ||
| cs_real_33_t * | gradvf | ||
| ) |
Compute gradients.
| [in] | time_id | 0: current time, 1: previous |
| [out] | gradpr | pressure gradient |
| [out] | gradvf | velocity gradient |
1.8.13