valib
Vortex Analysis LIBrary
Loading...
Searching...
No Matches
corotation_common.h File Reference
#include "common_defs.h"
#include "linalg3.h"
#include "spherical_integrators.h"
Include dependency graph for corotation_common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Average corotation and contrarotation helper functions
VA_DEVICE_FUN void valib_resvortstrain2D (VA_REAL *SO, VA_REAL *residual_vorticity, VA_REAL *residual_strain, VA_REAL *principal_axis)
 
Numerical integrands on a unit sphere
VA_DEVICE_FUN void valib_integrand_resvort (VA_REAL *n, VA_REAL *weight, VA_DEVICE_ADDR VA_REAL *A, VA_DEVICE_ADDR VA_REAL *avgcorot)
 
VA_DEVICE_FUN void valib_integrand_resstrain (VA_REAL *n, VA_REAL *weight, VA_DEVICE_ADDR VA_REAL *A, VA_DEVICE_ADDR VA_REAL *S_RAVG)
 
VA_DEVICE_FUN void valib_integrand_surface (VA_REAL *n, VA_REAL *weight, VA_DEVICE_ADDR VA_REAL *A, VA_DEVICE_ADDR VA_REAL *result)