1 #ifndef __CS_LAGR_ORIENTATION_H__ 2 #define __CS_LAGR_ORIENTATION_H__ void wright_fisher_approx(cs_real_t radial, cs_real_t dtp)
Wright-Fisher algorithm.
#define BEGIN_C_DECLS
Definition: cs_defs.h:495
double cs_real_t
Floating-point value.
Definition: cs_defs.h:307
void renormalize_spheroid(cs_real_3_t orient)
Renormalization of the spheroid orientation.
void cs_lagr_orientation_dyn_jeffery(cs_real_t dt_p, const cs_real_33_t gradvf[])
Integration of the Jeffey equations in DNS mode.
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition: cs_defs.h:320
#define END_C_DECLS
Definition: cs_defs.h:496
cs_real_t cs_real_33_t[3][3]
3x3 matrix of floating-point values
Definition: cs_defs.h:327
void cs_lagr_orientation_dyn_spheroids(int iprev, cs_real_t dt_p, const cs_real_33_t gradvf[])
Integration of the equations of motion for particle orientation:
Definition: cs_lagr_orientation.c:462