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

Go to the source code of this file.

Functions

void hip_pick_facet_value_hex (void *b, void *a, int *nx, int *nel)
 
void hip_gradient_jump_penalty_finalize (void *penalty_d, void *penalty_facet_d, void *dphidxi_d, int *nx, int *nel)
 

Function Documentation

◆ hip_gradient_jump_penalty_finalize()

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

Definition at line 53 of file gradient_jump_penalty.hip.

◆ hip_pick_facet_value_hex()

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

Definition at line 43 of file gradient_jump_penalty.hip.