Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
neko_log.h
Go to the documentation of this file.
1#ifndef __NEKO_LOG_H
2#define __NEKO_LOG_H
3
9extern void log_message(char *msg);
10
12extern void log_error(char *msg);
13
15extern void log_warning(char *msg);
16
18extern void log_section(char *msg);
19
21extern void log_end_section();
22
23#endif
__global__ void dirichlet_apply_scalar_kernel(const int *__restrict__ msk, T *__restrict__ x, const T g, const int m)
void log_error(char *msg)
void log_message(char *msg)
void log_warning(char *msg)
void log_end_section()
void log_section(char *msg)