| 
    My Project
    
   programmer's documentation 
   | 
 
#include "cs_defs.h"
Go to the source code of this file.
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 * | grad_pr, | ||
| cs_real_33_t * | grad_vel | ||
| ) | 
Compute gradients.
| [in] | time_id | 0: current time, 1: previous | 
| [out] | gradpr | pressure gradient | 
| [out] | gradvf | velocity gradient | 
| [in] | time_id | 0: current time, 1: previous | 
| [out] | grad_pr | pressure gradient | 
| [out] | grad_vel | velocity gradient | 
 1.8.16