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

Go to the source code of this file.

Functions

void cuda_deardorff_nut_compute (void *TKE, void *dTdx, void *dTdy, void *dTdz, void *a11, void *a12, void *a13, void *a21, void *a22, void *a23, void *a31, void *a32, void *a33, void *delta, void *nut, void *temperature_alphat, void *TKE_alphat, void *TKE_source, real *c_k, real *T0, real *g1, real *g2, real *g3, real *eps, int *n)
 

Function Documentation

◆ cuda_deardorff_nut_compute()

void cuda_deardorff_nut_compute ( void TKE,
void dTdx,
void dTdy,
void dTdz,
void a11,
void a12,
void a13,
void a21,
void a22,
void a23,
void a31,
void a32,
void a33,
void delta,
void nut,
void temperature_alphat,
void TKE_alphat,
void TKE_source,
real c_k,
real T0,
real g1,
real g2,
real g3,
real eps,
int n 
)

Definition at line 47 of file deardorff_nut.cu.

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