Go to the source code of this file.
|
| void | cgdcel (const cs_int_t *const ivar, const cs_int_t *const imrgra, const cs_int_t *const inc, const cs_int_t *const iccocg, const cs_int_t *const imobil, const cs_int_t *const iale, const cs_int_t *const nswrgp, const cs_int_t *const idimtr, const cs_int_t *const iphydp, const cs_int_t *const iwarnp, const cs_int_t *const imligp, const cs_real_t *const epsrgp, const cs_real_t *const extrap, const cs_real_t *const climgp, const cs_int_t isympa[], cs_real_t fextx[], cs_real_t fexty[], cs_real_t fextz[], const cs_real_t coefap[], const cs_real_t coefbp[], cs_real_t pvar[], cs_real_t grad[]) |
| |
| void | cgdvec (const cs_int_t *const ivar, const cs_int_t *const imrgra, const cs_int_t *const inc, const cs_int_t *const nswrgp, const cs_int_t *const iwarnp, const cs_int_t *const imligp, const cs_real_t *const epsrgp, const cs_real_t *const climgp, const cs_real_3_t(*restrict coefav), const cs_real_33_t(*restrict coefbv), const cs_real_3_t(*restrict pvar), cs_real_33_t(*restrict gradv)) |
| |
| void | cs_gradient_initialize (void) |
| |
| void | cs_gradient_finalize (void) |
| |
◆ cs_gradient_type_t
| Enumerator |
|---|
| CS_GRADIENT_ITER | |
| CS_GRADIENT_LSQ_STD | |
| CS_GRADIENT_LSQ_EXT | |
| CS_GRADIENT_LSQ_EXT_RED | |
| CS_GRADIENT_LSQ_ITER | |
| CS_GRADIENT_N_TYPES | |
◆ cgdcel()
| void cgdcel |
( |
const cs_int_t *const |
ivar, |
|
|
const cs_int_t *const |
imrgra, |
|
|
const cs_int_t *const |
inc, |
|
|
const cs_int_t *const |
iccocg, |
|
|
const cs_int_t *const |
imobil, |
|
|
const cs_int_t *const |
iale, |
|
|
const cs_int_t *const |
nswrgp, |
|
|
const cs_int_t *const |
idimtr, |
|
|
const cs_int_t *const |
iphydp, |
|
|
const cs_int_t *const |
iwarnp, |
|
|
const cs_int_t *const |
imligp, |
|
|
const cs_real_t *const |
epsrgp, |
|
|
const cs_real_t *const |
extrap, |
|
|
const cs_real_t *const |
climgp, |
|
|
const cs_int_t |
isympa[], |
|
|
cs_real_t |
fextx[], |
|
|
cs_real_t |
fexty[], |
|
|
cs_real_t |
fextz[], |
|
|
const cs_real_t |
coefap[], |
|
|
const cs_real_t |
coefbp[], |
|
|
cs_real_t |
pvar[], |
|
|
cs_real_t |
grad[] |
|
) |
| |
◆ cgdvec()
| void cgdvec |
( |
const cs_int_t *const |
ivar, |
|
|
const cs_int_t *const |
imrgra, |
|
|
const cs_int_t *const |
inc, |
|
|
const cs_int_t *const |
nswrgp, |
|
|
const cs_int_t *const |
iwarnp, |
|
|
const cs_int_t *const |
imligp, |
|
|
const cs_real_t *const |
epsrgp, |
|
|
const cs_real_t *const |
climgp, |
|
|
const cs_real_3_t * |
coefav, |
|
|
const cs_real_33_t * |
coefbv, |
|
|
const cs_real_3_t * |
pvar, |
|
|
cs_real_33_t * |
gradv |
|
) |
| |
◆ cs_gradient_finalize()
| void cs_gradient_finalize |
( |
void |
| ) |
|
◆ cs_gradient_initialize()
| void cs_gradient_initialize |
( |
void |
| ) |
|
◆ cs_gradient_type_name
| const char* cs_gradient_type_name[] |