Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
vreman_nut.cu File Reference
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <device/device_config.h>
#include <device/cuda/check.h>
#include "vreman_nut_kernel.h"
#include <common/neko_log.h>

Go to the source code of this file.

Functions

void cuda_vreman_nut_compute (void *a11, void *a12, void *a13, void *a21, void *a22, void *a23, void *a31, void *a32, void *a33, void *delta, void *nut, void *mult, real *c, real *eps, int *n)
 
void cuda_vreman_nut_compute_buoy (void *a11, void *a12, void *a13, void *a21, void *a22, void *a23, void *a31, void *a32, void *a33, void *delta, void *nut, void *mult, real *c, real *eps, int *n, void *dTdx, void *dTdy, void *dTdz, real *g, real *ri_c, real *ref_temp)
 

Function Documentation

◆ cuda_vreman_nut_compute()

void cuda_vreman_nut_compute ( void *  a11,
void *  a12,
void *  a13,
void *  a21,
void *  a22,
void *  a23,
void *  a31,
void *  a32,
void *  a33,
void *  delta,
void *  nut,
void *  mult,
real *  c,
real *  eps,
int *  n 
)

Definition at line 50 of file vreman_nut.cu.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cuda_vreman_nut_compute_buoy()

void cuda_vreman_nut_compute_buoy ( void *  a11,
void *  a12,
void *  a13,
void *  a21,
void *  a22,
void *  a23,
void *  a31,
void *  a32,
void *  a33,
void *  delta,
void *  nut,
void *  mult,
real *  c,
real *  eps,
int *  n,
void *  dTdx,
void *  dTdy,
void *  dTdz,
real *  g,
real *  ri_c,
real *  ref_temp 
)

Definition at line 70 of file vreman_nut.cu.

Here is the call graph for this function:
Here is the caller graph for this function: