Neko  0.8.1
A portable framework for high-order spectral element flow simulations
mathops.cu File Reference
Include dependency graph for mathops.cu:

Go to the source code of this file.

Functions

void cuda_opchsign (void *a1, void *a2, void *a3, int *gdim, int *n)
 
void cuda_opcolv (void *a1, void *a2, void *a3, void *c, int *gdim, int *n)
 
void cuda_opcolv3c (void *a1, void *a2, void *a3, void *b1, void *b2, void *b3, void *c, real *d, int *gdim, int *n)
 
void cuda_opadd2cm (void *a1, void *a2, void *a3, void *b1, void *b2, void *b3, real *c, int *gdim, int *n)
 
void cuda_opadd2col (void *a1, void *a2, void *a3, void *b1, void *b2, void *b3, void *c, int *gdim, int *n)
 

Function Documentation

◆ cuda_opadd2cm()

void cuda_opadd2cm ( void *  a1,
void *  a2,
void *  a3,
void *  b1,
void *  b2,
void *  b3,
real c,
int *  gdim,
int *  n 
)

Fortran wrapper for opadd2cm \( a(i) = a + b(i) * c \)

Definition at line 85 of file mathops.cu.

Here is the caller graph for this function:

◆ cuda_opadd2col()

void cuda_opadd2col ( void *  a1,
void *  a2,
void *  a3,
void *  b1,
void *  b2,
void *  b3,
void *  c,
int *  gdim,
int *  n 
)

Fortran wrapper for opadd2col \( a(i) = a + b(i) * c(i) \)

Definition at line 101 of file mathops.cu.

Here is the caller graph for this function:

◆ cuda_opchsign()

void cuda_opchsign ( void *  a1,
void *  a2,
void *  a3,
int *  gdim,
int *  n 
)

Fortran wrapper for opchsign \( a = -a \)

Definition at line 42 of file mathops.cu.

Here is the caller graph for this function:

◆ cuda_opcolv()

void cuda_opcolv ( void *  a1,
void *  a2,
void *  a3,
void *  c,
int *  gdim,
int *  n 
)

Fortran wrapper for opcolv \( a = a * c \)

Definition at line 55 of file mathops.cu.

Here is the caller graph for this function:

◆ cuda_opcolv3c()

void cuda_opcolv3c ( void *  a1,
void *  a2,
void *  a3,
void *  b1,
void *  b2,
void *  b3,
void *  c,
real d,
int *  gdim,
int *  n 
)

Fortran wrapper for opcolv3c \( a(i) = b(i) * c(i) * d \)

Definition at line 69 of file mathops.cu.

Here is the caller graph for this function: