Home
last modified time | relevance | path

Searched refs:cs_math_3_triple_product (Results 1 – 2 of 2) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_ale.c350 cs_math_3_triple_product(v0v1, v1_cog, normal) in _free_surface()
351 + cs_math_3_triple_product(v1v2, v1_cog, normal)); in _free_surface()
605 cs_math_3_triple_product(v0v1, v1_cog, normal) in _update_bcs()
606 + cs_math_3_triple_product(v1v2, v1_cog, normal)); in _update_bcs()
738 cs_math_3_triple_product(v0v1, v1_cog, normal) in _update_bcs()
739 + cs_math_3_triple_product(v1v2, v1_cog, normal)); in _update_bcs()
H A Dcs_math.h784 cs_math_3_triple_product(const cs_real_t u[3], in cs_math_3_triple_product() function