| 
    My Project
    
   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 *grad_pr, cs_real_33_t *grad_vel) | 
| Compute gradients.  More... | |
| void cs_lagr_gradients | ( | int | time_id, | 
| cs_real_3_t * | grad_pr, | ||
| cs_real_33_t * | grad_vel | ||
| ) | 
Compute gradients.
| [in] | time_id | 0: current time, 1: previous | 
| [out] | grad_pr | pressure gradient | 
| [out] | grad_vel | velocity gradient | 
 1.8.16