Neko  0.9.0
A portable framework for high-order spectral element flow simulations
gradient_jump_penalty.cu File Reference
#include <device/device_config.h>
#include <device/cuda/check.h>
#include "gradient_jump_penalty_kernel.h"
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for gradient_jump_penalty.cu:

Go to the source code of this file.

Functions

void cuda_pick_facet_value_hex (void *b, void *a, int *nx, int *nel)
 
void cuda_gradient_jump_penalty_finalize (void *penalty_d, void *penalty_facet_d, void *dphidxi_d, int *nx, int *nel)
 

Function Documentation

◆ cuda_gradient_jump_penalty_finalize()

void cuda_gradient_jump_penalty_finalize ( void *  penalty_d,
void *  penalty_facet_d,
void *  dphidxi_d,
int *  nx,
int *  nel 
)

Definition at line 54 of file gradient_jump_penalty.cu.

Here is the caller graph for this function:

◆ cuda_pick_facet_value_hex()

void cuda_pick_facet_value_hex ( void *  b,
void *  a,
int *  nx,
int *  nel 
)

Definition at line 43 of file gradient_jump_penalty.cu.

Here is the caller graph for this function: